• I’m trying to add a Sidebar to a One Column theme,
    How do I do this????

    (I’ve found several tutorials on how to add multiple sidebars to a theme that already has a sidebar, but no tutorial on how to add a sidebar to a theme that never had a sidebar)

Viewing 2 replies - 1 through 2 (of 2 total)
  • What is the name of the theme you are using…

    <?php get_sidebar(); ?>

    This is basic php to get the sidebar. Add that to your template (ex: index.php) and you should get a “sidebar”. How you style it, or widget-ize it will affect the content and placement.

    Are you sure this php does not exist in your template?

    Check the widget section in the dashboard, perhaps there are no widgets in your sidebar.. And or check the sidebar.php to see what the sidebar template is calling in by default.

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