Jump to content

Zinepress Temasında Üst Tarafa Menü Ekleme


Recommended Posts

header.php yi aç 

<div id="menu">

 

divinin içine eklemek istediğin şeyin kodunu yaz

menü eklemek istiyorsan 

<div id="menu">
<ul>
<li><?php wp_nav_menu( array( 'container_class' => 'menu','depth' => 2 ) ); ?>
</li>
 
bu kodu eklemen gerek
yalnız açılır menü olmuyor temanda açılır menü css kodu yok onu kendin yazarsın 
 
Menüleri  Görünüm>Menüler  kısmından ekleyebilirsin.
 
bu da kategori kodu genelde o kısımda kategoriler listelenir
 
<div id="menu">
<ul>
<li><?php wp_list_cats(); ?></li>
</ul>
 
Kategorileri Yazılar>Kategoriler  kısmından ekleyebilirsin
Edited by Rancho
Link to comment
Share on other sites

Kategoriler düzgün bir biçimde o kahverenginin içine geliyor ama, menüler gelmiyor.

 

Kategori olan : 

PSRxGqB.png

 

Menü olan : 

RvxVzbz.png

 

 

Edit :  

<?php wp_nav_menu( array( 'container' => '' ) ); ?>

işe yaradı

Edited by UgurOzturk
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...