Tagged Questions
0
votes
2answers
43 views
Add #sidebar-2 to a custom page template
I registered a few custom sidebars, and the corresponding code in my version of TwentyTwelve theme now looks like this:
register_sidebar( array(
'name' => __( 'Sidebar #1', 'twentytwelve' ...
0
votes
2answers
38 views
How to edit contents of dynamic_sidebar()?
I know PHP well but I'm new to Wordpress. I got an incomplete Wordpress website. It has a static home page with an Aweber newsletter form. I tried digging into installed theme and in home.php I came ...
0
votes
1answer
86 views
E-Commerce Products Page Sidebar Formatting
I inherited a wordpress e-commerce website from a developer that only half finished the project. I do not know alot about css or php, but I have been able to play around with the coding enough to ...
0
votes
3answers
115 views
Showing sidebar-2 on custom template page
Environment: WP 3.5, Twenty Twelve child theme. I created a custom template.
Now, I'd like to display the built-in sidebar-2 in this custom template page (instead of the default sidebar-1).
sidebar-2 ...
1
vote
1answer
81 views
Custom page sidebar using Template dropdown box
i am wondering how i go about making a Template for some of my pages to use a different sidebar? I have created the widget like this:
register_sidebar(array(
'id' => 'ourPat-sidebar',
...
0
votes
1answer
151 views
Register/Get sidebar?
I can't quite seem to figure out how it works.
By default i have a sidebar in sidebar.php that i load using get_sidebar();. That works great (no need to register it), but i have a custom page ...
0
votes
2answers
71 views
Sidebar not displaying on custom-page.php
Ok, I registered a new sidebar and have added some functionality to my theme so you can choose which sidebar to display from the back-end (using meta fields). It's working on all pages, except on a ...
1
vote
2answers
3k views
Display a specific dynamic sidebar widgets on a specific page
I have had a wordpress site handed off to me halfway through completion. It's been at least a year since I last used wordpress and there are a lot of things I'm finding different. The way I am used to ...
0
votes
3answers
96 views
Remove Sidebars from page
If I wanted to remove 1 or more sidebars when a certain page is called what is the best way to go about doing that?
0
votes
1answer
957 views
Content not showing up when using custom template + sidebar
I am working on a user dashboard for my site using wp user front end and Mingle. I decided the best way to integrate this is by creating a custom sidebar and using that in a new template, which I did. ...