• Resolved alvarols

    (@alvarols)


    I’m trying to implement this on a archive.php, but it don’t show me the last post on the date what i’m looking for:

    <?php query_posts($query_string . ‘cat=3&posts_per_page=1’); ?>

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Which post does it fetch?

    Thread Starter alvarols

    (@alvarols)

    I finally just solved it.

    This is wrong:
    <?php query_posts($query_string . ‘cat=3&posts_per_page=1’); ?>

    This is right:
    <?php query_posts($query_string . ‘&cat=3&posts_per_page=1’); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘This string doesn't wok’ is closed to new replies.