开发者

Problem in Vertical Menu With Navigation in Wordpress

开发者 https://www.devze.com 2023-03-17 02:17 出处:网络
we would like to know, How to create Vertical Navigation Menu in Wordpress. I have created the Simple Menu in wordpress.

we would like to know, How to create Vertical Navigation Menu in Wordpress. I have created the Simple Menu in wordpress. We want to implement this structure in Menu.

   CategoryName(without hyperlink)
         echo Posts on this category(With URL)
               SubcategoryName(URL using #)
                    echo Posts on this category(With URL)
   

please help me to resolve this problem. 开发者_运维知识库

Thanks

ROD


You can use <?php wp_list_categories( $args ); ?> codex or you have to do two loops, one to find all the categories and one the find the posts under each category.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号