widgetizing my theme… HELP
-
hi! i not to good with html, and I am looking for help! I read the word press write up over at https://codex.www.ads-software.com/Widgetizing_Themes but this just confuses me!
can someone plz help! My template is DrunkLoser and This is the sidebar makeup:
<div id="navigation"> <!-- Start of Navigation --> <div class="nav_title"><img src="<?php bloginfo('url'); ?>/wp-content/themes/drunkloser/images/last-posts.jpg" alt="Last Posts" /></div> <ul> <?php $posts = get_posts('numberposts=5'); foreach($posts as $post) : ?> <li><a>"><?php the_title(); ?></a></li> <?php endforeach; ?> </ul> <div class="nav_title"><img src="<?php bloginfo('url'); ?>/wp-content/themes/drunkloser/images/archives.jpg" alt="Archive" /></div> <ul> <?php wp_get_archives('type=monthly&show_post_count=0'); ?> </ul> <div class="nav_title"><img src="<?php bloginfo('url'); ?>/wp-content/themes/drunkloser/images/links.jpg" alt="Links" /></div> <ul> <?php wp_get_links(1); ?> </ul> <table valign=top align=middle><tr><td><a> "><IMG SRC="https://jerseyshor3.com/images/jerseysurvey.gif" BORDER=0 ALT=""></a></td></tr></table> <!-- End of Navigation --> </div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘widgetizing my theme… HELP’ is closed to new replies.