• Подскажите как исправить ошибку (This XML file does not appear to have any style information associated with it. The document tree is shown below.) не отображается RSS лента.

Просмотр 2 ответов — с 1 по 2 (всего 2)
  • имхо в ..footer… сотри все и поставь это ( только скопируй старое на всяк случай )

    <div class="art-footer">
                    <div class="art-footer-body">
                    <?php get_sidebar('footer'); ?>
                        <a href="<?php bloginfo('rss2_url'); ?>" class='art-rss-tag-icon' title="<?php printf(__('%s RSS Feed', THEME_NS), get_bloginfo('name')); ?>"></a>
                                <div class="art-footer-text">
                                    <?php  echo do_shortcode(theme_get_option('theme_footer_content')); ?>
                                </div>
                        <div class="cleared"></div>
                    </div>
                </div>
        		<div class="cleared"></div>
            </div>
        </div>
        <div class="cleared"></div>
        <p class="art-page-footer"></p>
        <div class="cleared"></div>
    </div>
        <div id="wp-footer">
    	        <?php wp_footer(); ?>
    	        <!-- <?php printf(__('%d queries. %s seconds.', THEME_NS), get_num_queries(), timer_stop(0, 3)); ?> -->
        </div>
    </body>
    </html>

    Спасибо большое но не помогло сейчас в футере воттакой текст может кто разберется?

    <?php
    /**
    * The Footer widget areas.
    *
    * @package WordPress
    * @subpackage Twenty_Ten
    * @since Twenty Ten 1.0
    */
    ?>

    <?php
    /* The footer widget area is triggered if any of the areas
    * have widgets. So let’s check that first.
    *
    * If none of the sidebars have widgets, then let’s bail early.
    */
    if ( ! is_active_sidebar( ‘first-footer-widget-area’ )
    && ! is_active_sidebar( ‘second-footer-widget-area’ )
    && ! is_active_sidebar( ‘third-footer-widget-area’ )
    && ! is_active_sidebar( ‘fourth-footer-widget-area’ )
    )
    return;
    // If we get this far, we have widgets. Let do this.
    ?>

    <div id=»footer-widget-area» role=»complementary»>

    <?php if ( is_active_sidebar( ‘first-footer-widget-area’ ) ) : ?>
    <div id=»first» class=»widget-area»>
    <ul class=»xoxo»>
    <?php dynamic_sidebar( ‘first-footer-widget-area’ ); ?>

    </div><!— #first .widget-area —>
    <?php endif; ?>

    <?php if ( is_active_sidebar( ‘second-footer-widget-area’ ) ) : ?>
    <div id=»second» class=»widget-area»>
    <ul class=»xoxo»>
    <?php dynamic_sidebar( ‘second-footer-widget-area’ ); ?>

    </div><!— #second .widget-area —>
    <?php endif; ?>

    <?php if ( is_active_sidebar( ‘third-footer-widget-area’ ) ) : ?>
    <div id=»third» class=»widget-area»>
    <ul class=»xoxo»>
    <?php dynamic_sidebar( ‘third-footer-widget-area’ ); ?>

    </div><!— #third .widget-area —>
    <?php endif; ?>

    <?php if ( is_active_sidebar( ‘fourth-footer-widget-area’ ) ) : ?>
    <div id=»fourth» class=»widget-area»>
    <ul class=»xoxo»>
    <?php dynamic_sidebar( ‘fourth-footer-widget-area’ ); ?>

    </div><!— #fourth .widget-area —>
    <?php endif; ?>

    </div><!— #footer-widget-area —>

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

Тема «лента RSS не отображается» закрыта для новых ответов.