Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
custom_article not functioning as expected
Why is this happening…
When I put this on my default template page >>
<code><txp:article_custom form=“cust_list” limit=“100” category=“General” sortby=“Title” sortdir=“asc” /></code>
>> and click a link it takes me to the appropriate article page.
When I put the same code on my faq_list template page, and click a link, it takes me nowhere. Why?
I really would like to use article_custom. I was using it like this on my default page:
<code><h3>General</h3>
<txp:article_custom form=“cust_list” limit=“100” category=“General” sortby=“Title” sortdir=“asc” /></code>
<code><h3>Software</h3>
<txp:article_custom form=“cust_list” limit=“100” category=“Software” sortby=“Title” sortdir=“asc” /></code>
<code><h3>Hardware</h3>
<txp:article_custom form=“cust_list” limit=“100” category=“Hardware” sortby=“Title” sortdir=“asc” /></code>
I was presented with a nice list of links broken down by category. I created a section named “faqs”, associated it with a template named “faq_list”, and put the above code in the template. But it goes nowhere!
Work until your carpal tunnel makes you cry.
—————————-
My “bloggy” TP site >> liberalrevolt.com
Offline
#2 2005-11-18 00:10:48
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: custom_article not functioning as expected
Can you give more detail than “it takes me nowhere”? What kind of urls are you getting?
Offline