• Recently i decided to change the Presentation template theme. Under the old WP Default theme, my Category Links displayed without any problem. when i changed to a new theme, my Category Links disappeared. the links that i’m talking about is located at WP-Admin => Links => Managed Links

    Please advise how i can fix the right-navigation links so that i can display Category Links. thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • At a guess, the new theme doesn’t have that bit added.

    Compare the sidebar.php (at a guess without knowing what themes) from the old theme to the new theme. See if the old theme was calling get_links_list(); somewhere. Likely, it’ll look something like <?php get_links_list(); ?>

    If so, copy that bit over to the new theme.

    Thread Starter turtle

    (@turtle)

    Handysolo,
    you were right… it was the <?php get_links_list(); ?> liner. i cut and pasted this liner from sidebar.php file in the old theme editor page and put it into the new theme and it worked great.

    ?? … thanks! you’ve been a great help… have a good weekend!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Category Links’ is closed to new replies.