The sidebar tag has no wiki summary.
0
votes
1answer
13 views
Listing current pages subp page in list items in the sidebar
I'm wanting to list my current page's child pages as list items in the sidebar of my wordpress site.
So far I've been referencing the http://codex.wordpress.org/Function_Reference/wp_list_pages
I'm ...
0
votes
1answer
25 views
Copy Widget Settings because of changed IDs
I want to update a customers blog to a child theme that is based on a newer version of the actual deployed theme. My problem is, the developers of the theme changed the IDs of sidebars. In the old ...
0
votes
1answer
26 views
Styling the second sidebar
Ok so i added a second sidebar to my site, only problem is styling the widgets.
here is the code i am using in my functions.php file
// Widgets plugin: intializes the plugin after the widgets above ...
0
votes
2answers
23 views
Is `is_sidebar_active()` deprecated, and showing error?
I Googled is_sidebar_active(), used by several WordPress trainer, but I came to the decision, the function's surely deprecated. But unfortunately I found no mention, even no entry in WordPress Codex.
...
0
votes
2answers
24 views
Add Stack Exchange Recent Questions to a wordpress sidebar?
So my question is what is the easiest way to go about scraping a Stack Exchange forum "recent questions" and display them in the side bar of a wordpress site?
1
vote
2answers
34 views
Where do posts get the sidebar from?
I'm trying to add an if statement on the sidebars that are displays in POSTS. I want posts to show a specific sidebar if it's in category x and display a different sidebar if it's not in category x.
...
0
votes
0answers
21 views
Default widgets assignment - isn't working
The question is regarding, calling the default widgets into the sidebar[s]:
So, despite the solution given in THIS THREAD, I tried a different way - Ian Stewart's borrowed solution given HERE.
It's ...
0
votes
0answers
31 views
Error messages on custom sidebar login
I'm building a login widget for my website. It is working great. I even got it to stay on the same page if wrong login information is provided or when the username and/or password fields are left ...
1
vote
1answer
193 views
How to show different widgets on different pages in a user friendly way
I'm looking for a plugin to let users choose which widgets appear on individual pages.
There's some solutions out there, none of which that I've found are truly easy for a non-technical user. I've ...
0
votes
1answer
32 views
Page specific values in widgets
I have a travel guide website which I have created with WordPress which contains destination guides. On the destination guides pages I have a sidebar which displays destination statistics (currency, ...
0
votes
2answers
82 views
How to Catch Last Widget box From Same Widget Area?
is there any Way to Catch Last widget box or div from same widget area?? i mean i have 4 widgets in footer widget area but due to design issue my 3rd widget box style+width is different.so i want to ...
-3
votes
0answers
15 views
.textwidget div has ridiculous width for some reason [closed]
I have custom made sidebars, and tried testing them, however main sidebar (on the right) doesn't look like it should do, I assume this is because .textwidget div generated by wordpres has width of ...
0
votes
2answers
34 views
finding sidebar content in wordpress
Hey all i have been trying to find the content that loads up for a page for a few days now and can not seem to find where its located.
This is the WP code that seems to populate the content:
if ( ...
0
votes
1answer
486 views
Load posts into sidebar and paginate via ajax?
Is it possible to paginate, or load the next / previous posts in the sidebar without messing with the entire page pagination? Such as AJAX?
Right now I'm querying custom post type posts to load the ...
0
votes
2answers
24 views
Widget to show posts in the sidebar basing on its IDs
I am trying to create a widget that displays posts in the sidebar taking post IDs as input from the user.
The result of my code is that the widget displays just the first entered ID and ignores the ...
0
votes
1answer
188 views
Conditionaly exclude post from certain category from homepage sidebar?
how to exclude posts from one category to not show on sidebar on homepage only when I explicitly dont want that particular post, in all other cases post will be displayed.
I had try with plugin "WP ...
0
votes
1answer
23 views
Update widget form after drag-and-drop “only specific plugin”
This solution, Update widget form after drag-and-drop, works correctly but I want to adapt this function to affect only a specific plugin and not every plugin. How could I do it?
1
vote
1answer
2k views
Get custom field values into the sidebar/widget?
I haven't seen this done, but I want to return the custom field values outside of the loop in the sidebar.
Is there a plugin, or another way to achieve this?
thanks!
2
votes
1answer
52 views
register sidebars
i registered my sidebars as follows:
$sidebars = array (
'sidebar-10' => 'Hoof Sidebar',
'sidebar-11' => 'Tuisbladsy area een',
'sidebar-12' ...
0
votes
1answer
70 views
Only display on sidebar if only got value inserted on post
This is the statement of post submit:*
<fieldset>
<label for=MarketItem_cost><?php echo __('Software Version', 'WpForest'); ?>:</label>
<p><input ...
-1
votes
1answer
38 views
Woocommerce Sidebar issue
I've just installed Woocommerce into my website and it's working great apart from one thing...
Sidebars!
How do I set which Sidebar the Shop page and other WooCommerce pages use?
As part of my ...
2
votes
1answer
775 views
Vertical Sidebar Menu Parent and Child not displaying correctly
I am developing a WordPress site and trying to display my menu correctly. How can I display all Parent items but only show the Child items when it's Parent has been selected. I hope that makes sense. ...
0
votes
2answers
515 views
Sidebar on Single Product Page WP e-commerce on the wrong spot
I cannot get the sidebar on my WP site (twenty-eleven theme) working properly in my wp e-commerce shop.
On the products page the sidebar is on the right side of the page, as it should be.
On a ...
0
votes
0answers
8 views
Sidebar and Footer Missing On Single Posts [closed]
Hi my blog is blog post
After installing and uninstalling some plugins for related posts, sidebar and footer is not appearing on single posts.
To solve this problem I changed the Theme
I reinstalled ...
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
1answer
143 views
Display category-specific comments in sidebar
I'm trying to display comments in the sidebar from only the current category. So far I've got this:
<?php
// Posts per page setting
$ppp = 8; //get_option('posts_per_page'); // either use ...
6
votes
7answers
357 views
Individual Widgets per Page
In my (page-only, no posts) Wordpress site I have a number of static blobs in need to put in a sidebar. We could call/tream thoses 'blobs' as widgets. At least they'll have a fixed html content, like ...
0
votes
2answers
22 views
user definable sidebar per page
I'm searching for a solution where the user can define some sidebar widgets for himself (only text and images). The user should have the possibility to choose a different sidebar for a different page.
...
0
votes
3answers
1k views
How to create another sidebar to be shown on another page?
I've created my wordpress theme from the default Twenty Eleven theme, and I want to show a different sidebar on a few pages. I found this tutorial:
...
0
votes
1answer
24 views
Add a select-option to the default widgets
I would like to add an extra feature to one of the default widgets so that the user can choose from the select-field to either align the widget to the left, center or to the right.
How would I be ...
0
votes
1answer
49 views
Override WordPress Widget CSS Classes?
I'm attempting to style lists in the sidebar (you know, <ul><li>) and I'm curious how to also make widgets adopt this class. Each widget seems to have its own class assigned to it by ...
1
vote
1answer
35 views
How to increase maximum number of sidebars support?
How can i use more than 20 sidebars in wordpress. I'm working on a big information portal, and I need big amaunt of sidebars (about 40, I guess).
So I have 20 sidebars now and when I add one more it ...
0
votes
1answer
32 views
How to display a sidebar only for blog?
I have 2 sidebars(primary and secondary). I want the secondary sidebar to display only on the blog page and primary sidebar to display everywhere else except for the blog page.
What have I tried:
In ...
0
votes
1answer
143 views
How to remove the 'Archives' title and list and the 'Meta' title
How can I remove the 'Archives widget' and the 'Meta widget' from the pages on my blog -- for example, on this page: http://richardclunan.com/ ?
And how can I remove those from every page but keep ...
-1
votes
1answer
28 views
i want to delete animated hover menu effect [closed]
I have downloaded a theme from wordpress.org and this theme is installed on www.funtopa.com/wordpress I want to delete the animated menu hover effect from this. The code of the style.css is below.
...
0
votes
0answers
28 views
Group post archive by last two weeks and months
I want to show an archive menu in each page in the following manner:
Today
Yesterday
This week
Last week
This month
Last month
Earlier
How could I do that?
0
votes
1answer
29 views
Sidebar not showing up on homepage
I am using the Nameless Child Theme for Wordpress. My sidebar is showing up on all other pages except for the home (blog posts) page which is the most important page for it to show up on.
My site is ...
0
votes
2answers
141 views
archive page sidebar not working
i created a taxonomy page from archive.php , working based on thematic frame work.
i tried a lot to make the sidebar working but it show nothing and even using firebug its not exist !
<?php
/**
* ...
2
votes
1answer
157 views
I need some direction on how to have a sidebar based on meta rather than page
I'm working on a plugin that allows the user to create "page/post types", customize the type style, then tag a page/post with that type. All of this works. My problem is this plugin also needs to ...
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
1k views
How do I make the sidebar bigger in twenty twelve?
I am new to WP with little knowledge of code. I am using Twenty Twelve and have managed to create a child theme (minus the header image for some reason). One of my widgets does not fit into the ...
0
votes
2answers
355 views
Conditional tags issue for multiple is_page() conditions in sidebar.php
I've been pulling my hair out today trying to get this right. Basically I have a sidebar, which makes requests to individual files (such as sidebar-home.php, sidebar-residential.php) and different ...
0
votes
1answer
25 views
Is it ok to chop index.php and include files?
So in my index.php I called get_header(), get_sidebar() and get_footer(). My index.php is kind of huge. It is separated into 5 divs more. How do I make it cleaner? Is it safe to chop it to files and ...
1
vote
2answers
21 views
Disable widgets on specific posts
I run a horror related blog. Google is upset with me for displaying adsense in a sidebar widget for one specific post number (4603) that contains an article about an 18+ topic. How can I disable the ...
0
votes
0answers
22 views
sidebar keep getting down
I have website with wordpress. I have problem in sidebar widgets. when i implement the google search code in search.php file , the search works fine. but in the search page, sidebar came down. ...
2
votes
2answers
71 views
How to show video from specific category on sidebar?
I need to get video and content from recent posts in specific category called "Video" and show it on my sidebar.
The problem is when I need to have limited text content. so, when I use the_content(); ...
0
votes
1answer
24 views
call sidebar from file
i need to call a sidebar into my header. i switched to the new twenty twelve theme and created my own child theme. With this new theme i decided to keep things organised and together, so i put my ...
0
votes
0answers
18 views
different contents and same sidebar approach?
I have a static header, sidebar and footer and then a varying content for single.php. What is the right approach to put contents in the div=content part? Say I have 3 different pages (article, stuff, ...
0
votes
4answers
2k views
How to translate month names in “Archives”
How can I modify month names in "Archives" in my blog? I would like to translate english month names into my mother tongue. I'm using the english version of wordpress 3.1.3
0
votes
1answer
51 views
Display Custom Field in Sidebar if Value is Present
I'm trying to use 'if' 'else' to display a link button if I have a value in the 'TourURL' custom field, and if not, nothing will display but can't seem to get the if code to work:
<?php if(global ...
