Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2007-06-28 08:35:24

jauhari
Member
Registered: 2007-05-24
Posts: 97
Website

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

#3 2007-06-28 08:54:50

jauhari
Member
Registered: 2007-05-24
Posts: 97
Website

Re: Customize Search Output?

Done… and many thanks ;)

Offline

Board footer

Powered by FluxBB