Hey everyone. I am trying to add a banner to my wordpress theme but having much difficulties. I want to use a skyscraper add to appear in the space on the far right of my page where there is some open space...When looking in the sidebar.php I noticed there are two "div class="sidebar" sections..one includes categories & archives...and the other includes search & meta..I have tried adding something sort of like "<div align="right""..before/after/inbetween these other codes but cannot get the banner to display nicely..does anyone know where I would want to add this banner code and how I would want to add it so it will display nicely on the far right without disturbing the current colum on the right?? I hope this makes sense :\
Need help with wordpress template
Collapse
X
-
ohh..and to add..the site is http://www.amilf.net
Email: strikedata |@| gmail.com
Skype: mistercashman
-
Also adding..here is the current sidebar.php code
That is the whole sidebar.php without me trying to add in the code for the banner I want to add..<div class="sidebar">
<ul>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(1) ) : else : ?>
<li><div class="sidebar_header"><?php _e('Categories'); ?></div>
<ul>
<?php wp_list_cats('sort_column=name&optioncount=1&hiera rchical=0'); ?>
</ul>
</li>
<li><div class="sidebar_header"><?php _e('Archives'); ?></div>
<ul>
<?php wp_get_archives('type=monthly'); ?>
</ul>
</li>
<div id="sidebar_blogroll">
<?php wp_list_bookmarks('title_before=<div>&title_after= </div>'); ?>
</div>
<?php endif; ?>
</ul>
</div><!-- end first sidebar -->
<div class="sidebar">
<ul>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?>
<li id="search"><?php include (TEMPLATEPATH . '/searchform.php'); ?></li>
<?php include( "/home/clubdrew/public_html/linkex/data/output/1001" ); ?>
<li><div class="sidebar_header"><?php _e('Meta'); ?></div>
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
</li>
<?php endif; ?>
</ul>
</div><!-- end second sidebar -->
Email: strikedata |@| gmail.com
Skype: mistercashman
Comment
-
If i'm getting you correctly: Use a <br clear="all" /> before inserting your image.
Oh, and if that doesnt work, add a style="float:left;" to the div ;).
hope it helps!Your favorite Porn Search Engine!!Comment
-
Maybe try using a different template. Find one that that is easier to manipulate.
Check the one in my sig. It is free and I can modify it quite easily..
Or, I would try adding the banner code here and see what happens..
<?php wp_meta(); ?>
</ul>
</li>
"add <BR> here"
"and then banner code"
<?php endif; ?>Comment
-
Check the theme in my footer or my website if you want some professional easy-costumizable themes.
Or simply hit me up on icq: 131400915Your favorite Porn Search Engine!!Comment
-
That almost seamed to fix it..I added this code to the bottom of my sidebar.php
and you will notice on my site it does appear on the far right...just not even with the sidebar..Any other idea's?<br clear="all" />
<div style="float:right;">
<script src="allbannerinfoheregoes heree...."></script>
</div>
Thanks for everyone's help i do appriciate it!
Email: strikedata |@| gmail.com
Skype: mistercashman
Comment
-
-
How about adding some padding or margin to the div?
@pierrefitch: where do you need help?Your favorite Porn Search Engine!!Comment
-
I want a sign up form page like his for my blog mu wordpress
http://blogtur.com/signup.php can someone make a form page like this
54844331Comment


Comment