sidebar issue
-
I’m having an issue customizing my layout’s sidebar and the widget is showing up below the info build into the sidebar and I’m a bit confuse.
My left hand sidebar can be customized anyway I like but the right hand sidebar can’t and thats where the problem arises. this is my sidebar info
<!– Sidebar –>
<div class=”sidebar”><h3>Pages</h3>
-
<?php wp_list_pages(‘title_li=’); ?>
<h3>Archives</h3>
-
<?php wp_get_archives(‘type=monthly’); ?>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(1) ) : ?>
<?php endif; ?>
</div>
<!– Sidebar –>I know i can remove the upper part for the left sidebar but the right dynamic sidebar I can’t adjust…
Can anyone please help me out? I’m willing to donate in a paypal if you can. Thanks.
-
Can someone please explain to me why I never get any help on here? Please I mean I’m willing to pay! I don’t understand this.
I’m not sure what you are wanting to do. Can you provide more detail and a link so we can see?
Thanks very much. I truly appreciate it. if you go here http://blogxilla.com/blog4/ you’ll see that the right sidebar has the ad space & categories on listed and the sidebar widget does not override those options. Everything placed in the widget shows up below the top 2 sections on the right sidebar. I want my layout to over ride everything on the sidebar.
Here is the function php
<?php if ( function_exists('register_sidebar') ) register_sidebar(array( 'name' => 'Sidebar Left', 'before_widget' => '', 'after_widget' => '', 'before_title' => '<h3>', 'after_title' => '</h3>', )); register_sidebar(array( 'name' => 'Sidebar Right', 'after_widget' => '', 'before_widget' => '', 'before_title' => '<h3>', 'after_title' => '</h3>', )); ?>man, you got me – where is all that [[CData stuff coming from, wow.
Some funny posts there though – Imma gonna ax some scrimp from down the screet to help wit this. 🙂
lol That CData stuff is just an error somewhere else. That’s my test site so don’t mind all that!! lol
Do you think functions have something to do with the fact that I can’t get my widgets to override the sidebar?
Can Someone please help me! I’m trying to get my sidebar widgets to override my side. Right now the right widgets are showing up below the links and categories I want to change that. Can someone please help.
The topic ‘sidebar issue’ is closed to new replies.