Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
glx_if problem
What I want is for articles to be laid out differently on the front page, than on the rest of the site. For the rest of the site, I want the category pages to behave normally. So this is what I have:
<txp:glx_if_frontpage>
<page layout code></txp:glx_if_frontpage>
<txp:glx_if_not_frontpage>
<txp:article limit=“5” />
</txp:glx_if_not_frontpage>
I’ve got the glx_if_frontpage tag working beautifully. But the glx_if_not_frontpage tag is not outputting at all. Does anyone know what I can do to get this working properly?
Offline
Re: glx_if problem
hey, the glx_if_not_frontpage seems to work on my site, the only problem i know of is with glx_if_not_section_frontpage, but that bug is related to a bug in txp, that should be fixed with next release, i hope.
You could try the tags glx_if_category_list and glx_if_search to also change the default template.
Johan Nilsson
Offline
Pages: 1