• Resolved taylerjay

    (@taylerjay)


    The active home page of my site: http://www.mpfsl.co.uk is highlighting the blog page on the footer navigation. This worked when first launched but is displaying incorrectly in the footer only. All other pages are correct. I’ve looked through the settings and all seems in order. Has anyone else had the same problem.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator keesiemeijer

    (@keesiemeijer)

    try:
    – deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).
    – switching to the default theme to rule out any theme-specific problems?

    Thread Starter taylerjay

    (@taylerjay)

    Thanks for your response. I’ve deactivated all plugins and no change. Switched to default theme (Twenty Ten) which does not use the current_page_item. I guess there is an issue with my custom theme for the foot list.

    Moderator keesiemeijer

    (@keesiemeijer)

    try adding a wp_reset_query(); after the loop. http://codex.ww.wp.xz.cn/Function_Reference/wp_reset_query

    Thread Starter taylerjay

    (@taylerjay)

    I added the reset to the footer:

    ‘<ul class=”footer_menu”>
    <?php wp_reset_query(); ?>
    <?php wp_list_pages(‘title_li=&depth=1’ );?>

    this seems to have resolved the problem. Many thanks for your help.

    Moderator keesiemeijer

    (@keesiemeijer)

    You’re welcome. Glad you got it resolved.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘current_page_item a:active problems’ is closed to new replies.