Не показываются виджеты в сайдбаре новой темы
-
Друзья помогите пожалуйста советом. Установил недавно тему. Установил виджеты. Но дело в том что в сайдбаре они не отображаются. Не могли бы вы подсказать в чем дело. Привожу свои настройки:
Код functions.php
<?php if ( function_exists('register_sidebar') ) register_sidebar(); ?>
Код sidebar.php
<div class="newsletter-outer"> <div class="newsletter"> <a href="<?php bloginfo('rss2_url'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/rss.jpg" alt="subscribe" align="left" /></a> <form action="#" method="post" name="newsletter" id="newsletter">Subscribe to Receive News <div><input type="text" name="subscribe_email" id="subscribe_email" /><input type="image" src="<?php bloginfo('stylesheet_directory');?>/images/subscribe_go.jpg" name="submit" id="sumbit" /></div> </form> </div> </div> <div class="vertical-ads"> <div class="ads160x600"> <div class="ads160x600-inner"> <center><a target="_blank" href="http://www.-------"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/ad160x600.gif" alt=""></a></center> </div> </div> <div class="ads120x600"> <a target="_blank" href="http://www.monster-drugs.com"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/ad120x6001.jpg" alt="" usemap="#Map"></a> <map name="Map"><area shape="rect" coords="1,23,119,116" href="http://www.------" target="_blank" alt=""> <area shape="rect" coords="3,131,120,228" href="http://www.------" target="_blank" alt=""> <area shape="rect" coords="2,238,119,335" href="http://www.-----" target="_blank" alt=""> <area shape="rect" coords="1,347,121,446" href="http://www.-----" target="_blank" alt=""> <area shape="rect" coords="1,459,118,583" href="http://www.----" target="_blank" alt=""> </map> </div><div class="clear"></div> </div> <div class="ads300x250-outer"> <div class="ads300x250"> <center><a target="_blank" href="http://www.------"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/ad.jpg" alt="" /></a></div></center> </div> <div id="sidebar"> <?php if ( function_exists('dynamic_sidebar') || dynamic_sidebar(1) ) : ?> <?php endif; ?> </div>
Просмотр 1 ответа (всего 1)
Просмотр 1 ответа (всего 1)
- Тема «Не показываются виджеты в сайдбаре новой темы» закрыта для новых ответов.