Új hozzászólás Aktív témák

  • sz.j

    nagyúr

    válasz adatfalo #3480 üzenetére

    Biztos, hogy a style.css-ben kell keresni a hibát, esetleg nem a 1 Sidebar, Left oldal sablonminta page-sc.php-ben?
    Ha az utóbbinál, akkor az így néz ki:
    <?php // Template Name: 1 Sidebar, Left ?>

    <?php get_header(); ?>

    <div id="content" class="cf">
    <?php do_action('frontier_before_content'); ?>

    <?php if ( is_active_sidebar('widgets_before_content') ) : ?>
    <div id="widgets-wrap-before-content" class="cf"><?php dynamic_sidebar('widgets_before_content'); ?></div>
    <?php endif; ?>

    <?php
    the_post();
    get_template_part( 'loop', 'single' );
    ?>

    <?php if ( is_active_sidebar('widgets_after_content') ) : ?>
    <div id="widgets-wrap-after-content" class="cf"><?php dynamic_sidebar('widgets_after_content'); ?></div>
    <?php endif; ?>

    <?php do_action('frontier_after_content'); ?>
    </div>

    <?php get_sidebar('left'); ?>
    <?php get_footer(); ?>

    Ui.

    Ezekből a php-ből van 0 sidebar-os php, 1 sidebar-os jobbos, 1 sidebar-os balos és 2 sidebar-os php is.

Új hozzászólás Aktív témák