Viewing 1 replies (of 1 total)
  • where is it not showing up?

    it probably your theme isn’t set up that way. Different templates in your theme do different things.

    generally:
    index.php shows list of blog posts
    single.php shows single blog posts
    page.php shows pages

    plus there are custom templates, archive.php, catgeory.php

    each is responsible for a different view and can be coded differently. You’d need to compare them for differences looking for the_sidebar

    Also, you can have conditional statements that do different things…like telling index.php to only show sidebar on the front page, etc.

Viewing 1 replies (of 1 total)

The topic ‘widget help please’ is closed to new replies.