Forums

How can i show all categories using wp query ? (3 posts)

  1. m3tsys
    Member
    Posted 1 year ago #

    <?php $recent = new WP_Query(); ?>
    <?php $recent->query('cat=1&showposts=2'); ?>

    With what can i replace cat=1 to show posts from all the categories?

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    cat=0

  3. m3tsys
    Member
    Posted 1 year ago #

    thank you

Topic Closed

This topic has been closed to new replies.

About this Topic