Forums

query_posts with get_query_var(cat) (3 posts)

  1. Lucky-1
    Member
    Posted 3 years ago #

    I'm new with PHP, so... how can I do something like this:

    <?php
    $cat = get_query_var('cat');
    query_posts('showposts=3&cat=$cat');
    ?>
    ?
    Thanks

  2. Lucky-1
    Member
    Posted 3 years ago #

    ??

  3. Lucky-1
    Member
    Posted 3 years ago #

    solved <?php query_posts('showposts=3&cat='.get_query_var('cat')); ?>

Topic Closed

This topic has been closed to new replies.

About this Topic