• 02-12-2010, 13:02:12
    #1
    Arkadaşlar kolay gelsin,

    http://www.fikriminincegulu.net

    siteme alt menü eklemek istiyorum bunu nasıl yapabilirim yardımcı olabilirmisiniz ?
  • 03-12-2010, 11:29:24
    #2
    arkadaşlar bari sağ tarafa menü nasıl eklenir yardımcı olursanız sevinirim.

    Single.php dosyasının kodları
    Alıntı
    <?php get_header(); ?>

    <!-- content start -->
    <div class="content">
    <div class="sliderMask">
    <div class="sliderContent">
    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    <h1 id="post-<?php the_ID(); ?>"><?php the_title(); ?></h1>

    <h3 class="details">
    <span class="cats">POSTED IN <?php the_category(', ') ?><?php the_tags(' | TAGS : ', ', ', '<br />'); ?></span>
    <span class="date"><?php the_time('j.m.Y'); ?></span>
    </h3>

    <?php the_content(__('(Read More &raquo')); ?>
    <?php wp_link_pages(array('before' => '<p><strong>Pages :</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
    <?php comments_template(); ?>

    <?php endwhile; else: ?>
    <p><?php _e('Nothing found.'); ?></p>
    <?php endif; ?>

    </div>
    </div>
    </div>
    <!-- content end -->

    <?php require_once(TEMPLATEPATH.'/tmp_background.php'); ?>

    <?php get_footer(); ?>
  • 14-01-2013, 01:24:20
    #3
    functions.php de ?> tagından önce
    Alıntı
    function register_my_menus() {
    register_nav_menus(
    array(
    'orta-menu' => __( 'Orta Menu' )
    )
    );
    }
    kodunu yaz
    sonra menüyü nerede göstereceksen oraya da
    Alıntı
    <?php wp_nav_menu( array( 'theme_location' => 'orta-menu' ) ); ?>*
    bu arada teman çok hoşuma gitti kendin mi yaptın satın mı aldın ?