Forums

paged breaks current_page_item (1 post)

  1. triggame
    Member
    Posted 2 years ago #

    I've added:

    <?php
    $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
    query_posts('cat=3&paged=$paged');
    ?>

    to a customised category page which seems to break the "current_page_item" functionality on the page menu.
    I'm using the Sandbox theme.
    ...anyone know why?

Topic Closed

This topic has been closed to new replies.

About this Topic