Forums

[resolved] How to filter the_excerpt from a specific category? (3 posts)

  1. bmatwork
    Member
    Posted 11 months ago #

    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

  2. stvwlf
    Member
    Posted 11 months ago #

    Where do you want to do this filtering? Supply some context. On a category page? Home page? Sidebar?

  3. bmatwork
    Member
    Posted 11 months ago #

    Hi there, stvwlf.
    Wasn't seeing this last night.
    Resolved with this:
    <?php query_posts('showposts=4&cat=1'); ?>

    Thank you anyway.
    All best! :)

Reply

You must log in to post.

About this Topic