Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2010-08-20 19:18:52

Malize
Member
From: Barcelona
Registered: 2007-08-28
Posts: 77
Website

Single article (Very noob question)

Hi!

I hope someone can help me with this issue. I read all possible tutorials and still I don’t know what I am doing wrong.

The web: http://www.dazigned.com/blog/

I have the section “blog” that uses page “blog” and the section “articles” that uses page “archive”. In archive page, I have the next code:

<txp:if_individual_article>
<txp:article form="blog_article" />
<txp:else />
<txp:article_custom form="blog_article" pgonly="0" section="blog" sort="Posted desc" status="4" />
</txp:if_individual_article>

Still, when you click over article’s link, the page displayed are all articles. What I am doing wrong?

Thank you very much :)

Offline

#2 2010-08-20 19:26:24

JanDW
Plugin Author
From: Providence, RI, USA
Registered: 2008-07-18
Posts: 327
Website

Re: Single article (Very noob question)

What link? There’s no link in your code…
what’s in your blog_article form?

Last edited by JanDW (2010-08-20 19:27:46)


TXPDream – A Textpattern Tag Library for Adobe Dreamweaver. (updated for 4.2.0) | jdw_if_ajax – Only serve certain parts of a page when requested with AJAX

Offline

#3 2010-08-20 19:30:19

Malize
Member
From: Barcelona
Registered: 2007-08-28
Posts: 77
Website

Re: Single article (Very noob question)

The blog article form is the same for regular blog articles, so form seems to be ok:

<center><h2><txp:permlink><txp:title /></txp:permlink></h2></center>
<h3><txp:posted gmt="0" /></h3>
<br /><br />
<txp:body />
<br/>
<txp:tru_tags_if_has_tags>
  tags: <txp:tru_tags_from_article />
</txp:tru_tags_if_has_tags>
<center><h4>------------------------------------</h4></center>

With “link” I meant the title permlink.

Offline

Board footer

Powered by FluxBB