Template coding gone wrong
-
I would appreciate it if someone could help me correct my theme. I’ve tried to correct it but can’t seem to get it right. The code is only from the sidebar.
<div id="sb_left"><br>
<p><img src="<?php bloginfo('stylesheet_directory'); ?>/Images/Fun.png" align="center" width="200" height="287" alt="Model" /></p><p><img src="<?php bloginfo('stylesheet_directory'); ?>/Images/PB2.png" align="center" vspace="3" width="200" height="25" alt="Publicidade" /></p>
<p><img src="<?php bloginfo('stylesheet_directory'); ?>/Images/CM2.png" align="center" vspace="3" width="200" height="25" alt="Comentario" /></p>
<ul><?php bdp_comments(); ?></ul>
<p><img src="<?php bloginfo('stylesheet_directory'); ?>/Images/PC.png" align="center" vspace="5" width="200" height="25" alt="Publicidade" /></p>
<p>
<center>
<ul><li><?php include (TEMPLATEPATH . '/searchform.php'); ?></li></ul>
</li></center></p><?php if (function_exists('wp_theme_switcher')) { ?>
<li><h2><?php _e('Themes'); ?></h2>
<?php wp_theme_switcher(); ?>
</li>
<?php } ?>
</ul>
</div><div id="sb_right">
<br>
<ul>
<p><img src="<?php bloginfo('stylesheet_directory'); ?>/Images/Posts2.jpg" align="center" width="190" height="85" alt="Model" /></p><li><ul><?php bdp_posts(); ?></ul>
<p><img src="<?php bloginfo('stylesheet_directory'); ?>/Images/girls.jpg" align="center" width="190" height="85" alt="Model" /></p>
<li>
<ul>
<?php list_cats(0, '', 'name', 'asc', '', 1, 0, 1, 1, 1, 1, 0,'','','','','') ?>
</ul>
</li><?php if (function_exists('wp_theme_switcher')) { ?>
<li><h2><?php _e('Themes'); ?></h2>
<?php wp_theme_switcher(); ?>
</li>
<?php } ?></ul>
<ul>
<p><img src="<?php bloginfo('stylesheet_directory'); ?>/Images/scream2.jpg" align="center" width="190" height="85" alt="Model" /></p>
<li>
<?php jal_get_shoutbox(); ?>
</li></ul>
<ul>
<p><img src="<?php bloginfo('stylesheet_directory'); ?>/Images/Links.jpg" align="center" width="190" height="85" alt="Links" /></p>
<?php get_links_list(); ?>
<li>
<h2><?php _e('Meta'); ?>
</h2>
<ul>
<?php wp_register(); ?>
<li>
<?php wp_loginout(); ?>
</li><li><a href="http://www.site.com">Name</a></li>
<li><a href="http://wordpress.org/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>">WordPress</a></li>
<?php wp_meta(); ?>
</ul></li>
<p><img src="<?php bloginfo('stylesheet_directory'); ?>/Images/AQ.jpg" align="center" width="190" height="85" alt="Links" /></p>
<li>
<ul>
<?php wp_get_archives('type=monthly'); ?></ul>
</li>
</ul>
</div>I hate to paste all the code like this but I’ve run out off options. If anyone could help me with this problem I would really appreciate it.
The topic ‘Template coding gone wrong’ is closed to new replies.