Make a sidebar avaible for widgets
-
Hi all,
I’ve tried to make the sidebar from the following theme:
https://wordpressthemesbase.com/download/447
avaible for widgets but its still not workingCan someone help me with this?
This is inside the sidebar.php
<!-- begin sidebar --> <div id='menu-left'> <div class="rss"> <a href="<?php bloginfo('rss_url'); ?>"><img src="<?php bloginfo('template_url'); ?>/images/rss.jpg" alt="Subscribe to <?php bloginfo('name'); ?>" /></a> </div> <ul> <?php wp_list_pages('title_li=<h2>Main Menu</h2>'); ?> </ul> <h2><?php _e('Categories'); ?></h2> <ul> <li id="categories"> <ul> <?php wp_list_cats(); ?> </ul> </li> <li id="ads"> <script type="text/javascript"><!-- google_ad_client = "pub-"; google_ad_width = 200; google_ad_height = 200; google_ad_format = "200x200_as"; google_ad_type = "text"; google_ad_channel = ""; google_color_border = "ffffff"; google_color_bg = "ffffff"; google_color_link = "fcb300"; google_color_text = "333333"; google_color_url = "333333"; //--> </script> <script type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/show_ads.js"> </script></li> <li id="archives"><h2><?php _e('Archives:'); ?></h2> <ul> <?php wp_get_archives('type=monthly'); ?> </ul> </li> <?php get_links_list(); ?> </ul> <ul> <li id="meta"><h2><?php _e('Meta:'); ?></h2> <ul> <?php wp_register(); ?> <li><?php wp_loginout(); ?></li> <li><a href="feed:<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li> <li><a href="feed:<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li> <li><a href="https://validator.w3.org/check/referer" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li> <li><a href="https://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li> <li><a href="https://www.ads-software.com/" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>"><abbr title="WordPress">wordpress</abbr></a></li> <?php wp_meta(); ?> </ul> </li> </ul> </div> <!-- end sidebar -->
Thanks!
Greetings
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Make a sidebar avaible for widgets’ is closed to new replies.