• I’ve been using the Marque Theme ( http://all4wordpress.com/marque/ )
    because it said widget ready, but somehow when I tried to put some widgets , it said : “No Sidebars Defined” & “The theme you are currently using isn’t widget-aware, meaning that it has no sidebars that you are able to change.”.

    I’m new to the whole thing and I’m bot that good with codes either, so I’m asking anyone for help about making my theme widget ready.

    you can see the code below.

Viewing 1 replies (of 1 total)
  • Thread Starter thecoy

    (@thecoy)

    <!-- 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 if ( function_exists(’dynamic_sidebar’) && dynamic_sidebar() ) : else : ?
    	<?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-1541980132376943";
    /* 200x200, created 12/11/08 */
    google_ad_slot = "0980230967";
    google_ad_width = 200;
    google_ad_height = 200;
    //-->
    </script>
    <script type="text/javascript"
    src="http://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="http://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="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
    		<li><a href="http://wordpress.org/" 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>
    ?php endif; ?
    
    </div>
    
    <!-- end sidebar -->
Viewing 1 replies (of 1 total)

The topic ‘Non Widget-Ready Theme Problems’ is closed to new replies.