Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-02-02 18:46:15
- tlibby
- New Member
- Registered: 2005-08-15
- Posts: 9
Problem with main page.
Hi,
I hope someone can steer me in the right direction.
I was making changes to my site, everything was working fine, then I had accidentally overwritten the index page, the page with all my articles, with some code that I wanted on another page. I had forgotten to click on the new page, which is what happened.
Now nothing shows up on my index page or archive pages. So I tried to copy the code that originally went on the index page, and I placed it back and saved it all thinking things would be back to the way they were before my screw up, unfortunately they aren’t and I can’t get the articles to show back up again.
The articles are still there, they are still on the site and in the db, but not visible on the home page. So I am wondering if anyone could help me get this resolved? Thanks!
The URL is http://www.six03.com
Here is the code where the articles are being (supposed to be) displayed:
<pre><code>
txp:article limit=7 /
txp:if_individual_article
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:if_individual_article
txp:if_article_list
p
txp:older Previous /txp:older
txp:newer Next /txp:newer
/p
/txp:if_article_list
</code></pre>
Last edited by tlibby (2006-02-02 19:47:09)
Ooh, your powers of deduction are exceptional. I can’t allow you to waste them here when there are so many crimes going unsolved at this very moment. Go, go, for the good of the city! – Comic Book Guy
Offline
Pages: 1