Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Customize Search Output?
On my Front Page, I was use article_custom code to output my specific section. with this code
<txp:article_custom form="depan" section="berita" limit="6" />
The problem with article_custom is when I try to search on my website the output display incorrectly. My website still display output from my custom.
How to make my Search Result display correctly?
Thanks
Offline
#2 2007-06-28 08:52:31
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Customize Search Output?
<txp:if_search>
<txp:article limit="123" />
<txp:else />
<txp:article_custom form="depan" section="berita" limit="6" />
</txp:if_search>
Offline
Offline
Pages: 1