Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi,
I wants the Post Loop to only show posts from one category, is that possible?
/Tue
Hi
The last field of that widget is called Additional, add an argument there:
cat=x
Where x is the category ID, you can also comma separate multiple ID’s. Get the ID from Posts > Categories by checking the url when viewing a category.
Ref: http://codex.wordpress.org/Function_Reference/query_posts
Hi,
Thanks it Works :-)
/Tue
Super, glad we could help.