• Hello people, just getting started in the WP-business, and there something I just haven’t been able to figure out. How do I make the entire sidemenu (including bloggroll, feeds and meta) display on every single page throughout my site?

    I tried using the php function get_sidemenu in my single.php file, but that didn’t do me much good.

    I made a screenshot for reference:
    screen-1.png

    Any help, hints and/or kicks in the right direction would be greatly appreciated ??

    Thanks!

    Kind regards,
    blazed

Viewing 6 replies - 1 through 6 (of 6 total)
  • hummm.. put <?php get_sidebar(); ?> somewhere at the end of your archive-template (archive.php)

    Thread Starter blazed

    (@blazed)

    wow, strange! that exact line of code is actually there, at the very bottom, before <?php get_footer(); ?> but it doesn’t show on the article pages anyway.

    do a view source on your article page and see when is being outputted. there maybe a php error or something

    Thread Starter blazed

    (@blazed)

    Yep, that solved it – the <?php get_sidebar(); ?> wasn’t present inside the single.php file at all. But guess what? Now it is ??

    But how do I get ALL the elements from the right margin on the frontpage (link to my page further down)? <?php get_sidebar(); ?> only include these three elements: Activity, Categories and Archives, but it does not include Bloggroll, Feeds and <strongMeta. That’s basically what I want, to have all these elements present in the sidebar on every single page.

    Feel free to test my site and see – compare the front page to the article page (there’s only one article there for testing purposes): blasert.net

    Thanks for your patience people ??

    Thread Starter blazed

    (@blazed)

    Whoops, badly written.. Sorry about that.. in short: Activity, Categories, Archives, Blogroll, Feeds and Meta should all be in the sidebar on every page. That’s my Goal ??

    Thread Starter blazed

    (@blazed)

    I really can’t figure this out. Can it really be that hard (or am I really that stupid, hehe)?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to display sidemenu on article pages?’ is closed to new replies.