Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
News Section
I’m a newbie so apologies in advance…
I’ve created a mostly static site with a dynamic news section.
I want to display excerpts from the news section on the home page… followed by Read More…
I have tried several things but I keep getting:
Textpattern Notice: Article tags cannot be used outside an article context
I have created a form trying to use txp:excerpt and the kgr_safe_excerpt plugin but I think I am structuring this incorrectly.
Currently I have set the News Section ‘Display on Front Page’ to yes and have embedded a <txp:form> link in my ‘news’ page. I have been trying to generate my articles from the form.
Help!
Offline
Re: News Section
Post the call to the form in your page, plus the contents of the form itself so we can take a look.
Offline
Re: News Section
In page default:
<txp:output_form form=“news” />
In the form news, type misc (I tried article too)
<txp:excerpt />
and i tried a variety of options on the plugin…
Offline
Re: News Section
You have placed the call to the news form in the News page, which is one reason why nothing displays. It should most likely go in your default page.
Another possible reason is that you have no excerpt in your article. If you don’t have an excerpt, use txp:body instead.
Offline
Re: News Section
thanks for your help with this…
the call to the news form is in the default page. i have tried txp: body but no joy.
Tag error: <txp:body/> -> Textpattern Notice: Article tags cannot be used outside an article context on line 1964
Offline
Re: News Section
You need a <txp:article_custom />
or <txp:article />
tag to pull the articles from the news section.
In example, on the page template:
<txp:article_custom section="news" form="news" limit="20" />
And in the news
article form:
<txp:if_excerpt>
<txp:excerpt />
<txp:else />
<txp:body />
</txp:if_excerpt>
Last edited by Gocom (2008-09-05 17:16:22)
Offline
Re: News Section
Hurrah! :-)
Offline
Re: News Section
Hi i’m looking to use a new CMS system to try out, is this simple to use?
Offline
Re: News Section
اردو میں بھی دستیاب Textpattern آپ کے لیے اب
Offline
Pages: 1