Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Results of both Category1 & Category2
Is there a way to show articles from both Category1 and Category2? What I mean is, is there a URL that can produce this effect without hardcoding <txp:article_custom />?
Last edited by wordgasm (2013-10-08 03:19:19)
Offline
Re: Results of both Category1 & Category2
You mean, Category1="something" AND Catgory2="someting_else"
? You need a plugin for that, I’m afraid. Since you use article_custom
(hence no pagination), there are many choices:
- soo_article_filter (amazing one) or aks_article, jointly with adi_gps for retrieving URL parameters
- direct db query with smd_query or etc_query
- XML post-filtering with etc_query
Just yield if you need help with these.
Offline
Pages: 1