• On one of my blogs, my links (in the sidebar) do not show up on permalink pages. They’re on the front page, but then go away when I go to a permalink.

    How can I fix this?

    I have two blogs both using the same theme. One one blog, this occurs, and on the other, it doesn’t.

    Any help would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • Most likely your theme has separate files for the individual pages and posts (usually ‘page.php’ and ‘single.php’ in your template’s directory, respectively), and the sidebar appears only on the front page (‘index.php’).

    You can add <?php get_sidebar(); ?> to your single.php and page.php files to make the sidebar appear on them.

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar links not on permalink pages’ is closed to new replies.