[Theme: Simon] Sidebar not showing on blog
-
Hi all,
I am building a site and trying to get a right sidebar showing on the home screen, which is a blog page. No can do.
I have tried adding the get_sidebar() call to the page template, but no luck. I also created a new template with that call and still no luck. I even created a new sidebar, registered it, and still no luck.
Here is my code:
<?php /*Template Name: Blog With Sidebar*/ get_header(); get_template_part('loop-post'); get_footer(); get_sidebar('sidebar'); ?>
A site with a sidebar that works (same theme):
https://www.xoverland.comMy Site:
https://www.kidultimate.comAny help would be greatly appreciated!
Michael
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Theme: Simon] Sidebar not showing on blog’ is closed to new replies.