Jump to content
Sign in to follow this  
interfuel

Unique Full-width Bottom Sidebar on different pages

Recommended Posts

interfuel

Hello, I have a need for a unique Full-width Bottom Sidebar on certain pages. This goes a long for a need for unique Sidebars on some pages. I've created the Unique sidebars in more or less the standard WordPress way by adding them individually (register_sidebar()) in functions.php, then modifying the: <?php get_sidebar(); ?> call to: <?php $sidebar = get_post_meta($post->ID, "sidebar", true); get_sidebar($sidebar); ?> In the templates that will use the unique sidebars. Next, I created a new sidebar-mysidebar.php file for each unique sidebar, and make a call to them using Custom Fields "sidebar" = "mysidebar" in individual pages. I need to do the same thing for the Full-Width Bottom Sidebar, but am having trouble locating the iBlogpro4_dev files to edit. Looking for clues. Thanks! Frank

Share this post


Link to post
Share on other sites
interfuel

Ok, thanks. Too much information out there. I missed this in my research. Appreciate the tip. Frank

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×