Wordpress中的垂直子菜单

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Wordpress中的垂直子菜单相关的知识,希望对你有一定的参考价值。

  1. <?php
  2. if($post->post_parent)
  3. $children = wp_list_pages("title_li=&child_of=".$post->post_parent."&echo=0"); else
  4. $children = wp_list_pages("title_li=&child_of=".$post->ID."&echo=0");
  5.  
  6. if ($children && is_page()) { ?>
  7. <ul id="L2">
  8. <?php echo $children; ?>
  9. </ul>
  10. <?php } else { ?>
  11. <?php } ?>

以上是关于Wordpress中的垂直子菜单的主要内容,如果未能解决你的问题,请参考以下文章

WordPress 类似管理员的菜单

Wordpress 子菜单 Jquery 不起作用

没有子菜单的wordpress导航菜单

如何在 WordPress 的“wp_nav_menu”子菜单中的 <a>-tag 中添加类和元素?

子菜单链接处于活动状态时突出显示 Wordpress 父菜单项

子菜单不在WordPress下拉菜单中复制样式