Hey guys!
I struggling here with this question. How can I manage to filter all the posts from a specific category through the tag » <?php the_excerpt(); ?>
Any help will be priceless :)
thx :D
Hey guys!
I struggling here with this question. How can I manage to filter all the posts from a specific category through the tag » <?php the_excerpt(); ?>
Any help will be priceless :)
thx :D
Where do you want to do this filtering? Supply some context. On a category page? Home page? Sidebar?
Hi there, stvwlf.
Wasn't seeing this last night.
Resolved with this:
<?php query_posts('showposts=4&cat=1'); ?>
Thank you anyway.
All best! :)
You must log in to post.