Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2011-02-20 21:26:33
- alexandrebibliotecario
- Member
- Registered: 2011-01-20
- Posts: 22
My article page only shows the first 4 articles
Well, when I I wrote the 5th article, I’ve notice that my textpattern installation is only listing the first four articles. Why?
See it:
http://www.selodigital.net/articles
This is what I have inside my archive page:
<!-- center -->
<div id="content">
<txp:if_category>
<h2><txp:category title="1" /></h2>
<div class="hfeed">
<txp:article form="article_listing" limit="5" />
</div>
<txp:else />
<txp:if_search>
<h2><txp:text item="search_results" />: <txp:page_url type="q" /></h2>
<div class="divider"><txp:image id="1" /></div>
</txp:if_search>
<div class="hfeed">
<txp:if_section name="tag">
<txp:tru_tags_handler />
<txp:else />
<txp:article />
</txp:if_section>
</div>
</txp:if_category>
<txp:if_individual_article>
<div class="divider"><txp:image id="1" /></div>
<p><txp:link_to_prev>« <txp:prev_title /></txp:link_to_prev>
<txp:link_to_next><txp:next_title /> »</txp:link_to_next></p>
<txp:else />
<p><txp:older>« <txp:text item="older" /></txp:older>
<txp:newer><txp:text item="newer" /> »</txp:newer></p>
</txp:if_individual_article>
</div>
<!-- footer -->
Last edited by jsoo (2011-02-20 21:29:42)
Offline
Re: My article page only shows the first 4 articles
Do you have five or more articles in the articles section, that are live (not draft, hidden, or sticky) and neither expired nor posted in the future? The home page only has 4 (the 5th is in the flickr section).
Code is topiary
Offline
#3 2011-02-20 21:37:34
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,315
Re: My article page only shows the first 4 articles
My guess is you posted the wrong page’s tags: Where does the word “Posts” exist in your pages? Try searching it with smd_where_used.
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#4 2011-02-20 22:29:04
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,315
Re: My article page only shows the first 4 articles
jsoo wrote:
the 5th is in the flickr section
Jeff, what knack did you apply to find that out?
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
#5 2011-02-20 22:59:38
- alexandrebibliotecario
- Member
- Registered: 2011-01-20
- Posts: 22
Re: My article page only shows the first 4 articles
Offline
Re: My article page only shows the first 4 articles
uli wrote:
Jeff, what knack did you apply to find that out?
No knack; just took a look at the home page :)
alexandrebibliotecario wrote:
But now everything is ok.
Good!
Code is topiary
Offline
#7 2011-02-21 01:19:07
- uli
- Moderator
- From: Cologne
- Registered: 2006-08-15
- Posts: 4,315
Re: My article page only shows the first 4 articles
jsoo wrote:
No knack; just took a look at the home page :)
So did I. I haven’t found the word Flickr, not even now, neither on the page nor in the code. Not even in the generated code! . But yes, the section exists: are there backendoscopes?
In bad weather I never leave home without wet_plugout, smd_where_used and adi_form_links
Offline
Re: My article page only shows the first 4 articles
It’s not there now because alexandrebibliotecario moved the article.
Code is topiary
Offline