Ответы в темах

Просмотр 6 ответов — с 1 по 6 (всего 6)
  • Все таки я домучал эту тему, но вам все равно огромное спасибо! Нужно было оставить вот такой кусок кода

    </div>
    
    <div id="footer-outer">
    <div class="footer">Все права защищены. &copy; <a href="<?php bloginfo('home'); ?>"><strong><?php bloginfo('name'); ?></strong></a>  - <?php bloginfo('description'); ?></div></br>
    </br>
    <!--LiveInternet logo--><a href="//www.liveinternet.ru/click"
    target="_blank"><img src="//counter.yadro.ru/logo?14.5"
    title="LiveInternet: показано число просмотров за 24 часа, посетителей за 24 часа и за сегодня"
    alt="" border="0" width="88" height="31"/></a><!--/LiveInternet-->
    
       <?php // This theme is released free for use under creative commons licence. http://creativecommons.org/licenses/by/3.0/
                // All links in the footer should remain intact, until you buy links free theme.
                // Warning! Your site may stop working if these links are edited or deleted  ?>
    
    <div class="clear"></div>
    </div></div></div>
    
    <?php
         wp_footer();
        echo get_theme_option("footer")  . "\n";
    ?>
    </body>
    </html>

    Спасибо большое за совесты, сейчас буду искать что-нибудь подходящее.

    Не дает вставить код, где-то запрет стоит на это. Вот что пишет — All the links in the footer should remain intact, until you buy links free theme version.

    Нашел подходящую тему CloudGames, теперь только проблема с футером, оттуда хочу убрать сайдбары, только вот когда убираю тема съезжает.. Помогите их убрать пожалуйста и ссылку WordPress хостинг.

    </div>
    <div id="footer-widgets-outer" class="clearfix">
    <div class="footer-widgets-inner">
    <?php
            /**
            * Footer Widget Areas. Manage the widgets from: wp-admin > Appearance > Widgets > Footer Left (Just add your own widgest and default widgets will go away)
            */
            ?>
    <ul class="footer-widget">
    		<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer Left') ) : ?>
    				<li><h2><?php _e('Недавние записи'); ?></h2>
    			               <ul>
    					<?php wp_get_archives('type=postbypost&limit=5'); ?>
    			               </ul>
    				</li>
    		<?php endif; ?>
    </ul><!-- end footer left -->
    <?php
            /**
            * Footer  Widget Areas. Manage the widgets from: wp-admin > Appearance > Widgets > Footer Center (Just add your own widgest and default widgets will go away)
            */
            ?>
    <ul class="footer-widget">
    		<!--<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer Center') ) : ?>-->
    				<li id="tag_cloud"><h2>Облако тегов</h2>
    					<?php wp_tag_cloud('largest=18&format=flat&number=20'); ?>
    				</li>
    <?php endif; ?>
    </ul><!-- end footer central -->
    <?php
            /**
            * Footer  Widget Areas. Manage the widgets from: wp-admin -> Appearance -> Widgets Footer Right (Just add your own widgest and default widgets will go away)
            */
            ?>
    	<ul class="footer-widget">
    		<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer Right') ) : ?>
    				<li><h2>О сайте</h2>
    		Стандартные виджеты WordPress, зайдите в настройки темы, чтобы их заменить другими.<br /><br />
    
    <strong>Адрес компании</strong><br />
    New York Plaza<br />
    NY 10004 <br />
    Телефон: (212) 543 -4322 <br />
    Факс: (800) 343-2365<br />
    
    </li>
    		<?php endif; ?>
    </ul><!-- end footer right -->
    </div>
    </div>
    
    <div id="footer-outer">
    <div class="footer">Все права защищены. &copy; <a href="<?php bloginfo('home'); ?>"><strong><?php bloginfo('name'); ?></strong></a>  - <?php bloginfo('description'); ?></div>
    
       <?php // This theme is released free for use under creative commons licence. http://creativecommons.org/licenses/by/3.0/
                // All links in the footer should remain intact, until you buy links free theme.
                // Warning! Your site may stop working if these links are edited or deleted  ?>
    
    <div class="info"><a rel="nofollow" href="http://hostenko.com/ref=3650">Wordpress хостинг</a></div>
    
    <div class="clear"></div>
    </div></div></div>
    
    <?php
    	 wp_footer();
    	echo get_theme_option("footer")  . "\n";
    ?>
    </body>
    </html>

    Честно говоря все настройки облазил и не нашел где отключать сайдбар. Получается его надо отключать на каждой странице отдельно? Это еще куда не шло, а вот как растянуть основной блок это проблема.

    Ах да, забыл сказать что сайдбар убрался только с главной страницы, а надо убрать из темы напрочь.

Просмотр 6 ответов — с 1 по 6 (всего 6)