Wsparcie » Motywy » Szablon 31_otoszablony.com

Viewing 7 replies - 1 through 7 (of 7 total)
  • ??

    Thread Starter MordercaYo

    (@mordercayo)

    Thread Starter MordercaYo

    (@mordercayo)

    szukaj to w panel sterowania > widgets > szukaj jeśli nie to plik sidebar.php szukasz search calego formularza

    a druga sprawa to pętla loop, poszukaj w plikach loop.php, comment.php itp

    Thread Starter MordercaYo

    (@mordercayo)

    Pousuwałem wszystkie 'Categories’ i 'category’ oprócz pliku 'navigation.php’, ponieważ gdy kasuje w 'navigation.php’ 'Categories’ powraca zaznaczone na niebiesko..

    http://images62.fotosik.pl/655/f7bfa08034480868.jpg

    Jakieś pomysły na usunięcie zaznaczonego na czerwono ?

    http://images65.fotosik.pl/655/fb45b427fabd6327.jpg

    wklej tutaj kod pliku sidebar.php
    i daj link, nie ma jak to wordpress wygenerowany przez artisteer’a 😀

    Thread Starter MordercaYo

    (@mordercayo)

    czystego sidebar.php nie ma

    sidebar-bottom.php
    <?php if ( !theme_dynamic_sidebar(’bottom’) ) : ?>
    <?php $style = theme_get_option(’theme_sidebars_style_bottom’); ?>
    <?php $heading = theme_get_option(’theme_’.(is_single()?’single’:’posts’).’_widget_title_tag’); ?>

    <?php endif; ?>

    sidebar-default.php
    <?php
    if ( !theme_dynamic_sidebar( 'default’ ) ) : ?>
    <?php $style = theme_get_option(’theme_sidebars_style_default’); ?>
    <?php $heading = theme_get_option(’theme_’.(is_single()?’single’:’posts’).’_widget_title_tag’); ?>

    <?php ob_start();?><?php
    echo theme_get_menu(array(
    'source’ => theme_get_option(’theme_vmenu_source’),
    'depth’ => theme_get_option(’theme_vmenu_depth’),
    'class’ => 'art-vmenu’
    )
    );
    ?>
    <?php theme_wrapper(’vmenu’, array(’title’ => __(”, THEME_NS), 'heading’ => $heading, 'content’ => ob_get_clean())); ?>

    <?php ob_start();?>
    <?php get_search_form(); ?>
    <?php theme_wrapper($style, array(’title’ => __(”, THEME_NS), 'heading’ => $heading, 'content’ => ob_get_clean())); ?>

    <?php ob_start();?>

      <?php wp_list_categories(’show_count=1&title_li=’); ?>

    <?php theme_wrapper($style, array(’title’ => __(”, THEME_NS), 'heading’ => $heading, 'content’ => ob_get_clean())); ?>

    <?php endif; ?>

    sidebar-footer.php
    <?php if ( !theme_dynamic_sidebar( 'footer’ ) ) : ?>
    <?php $style = theme_get_option(’theme_sidebars_style_footer’); ?>
    <?php $heading = theme_get_option(’theme_’.(is_single()?’single’:’posts’).’_widget_title_tag’); ?>

    <?php endif; ?>

    sidebar-secondary.php
    <?php if ( !theme_dynamic_sidebar( 'secondary’ ) ) : ?>
    <?php $style = theme_get_option(’theme_sidebars_style_secondary’); ?>
    <?php $heading = theme_get_option(’theme_’.(is_single()?’single’:’posts’).’_widget_title_tag’); ?>

    <?php endif; ?>

    sidebar-top.php
    <?php if ( !theme_dynamic_sidebar( 'top’ ) ) : ?>
    <?php $style = theme_get_option(’theme_sidebars_style_top’); ?>
    <?php $heading = theme_get_option(’theme_’.(is_single()?’single’:’posts’).’_widget_title_tag’); ?>

    <?php endif; ?>

    link do strony?

    91.205.75.102/~byleniek/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Temat ‘Szablon 31_otoszablony.com’ jest zamknięty na nowe odpowiedzi.