使用PHP在WordPress中使用自定义菜单
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用PHP在WordPress中使用自定义菜单相关的知识,希望对你有一定的参考价值。
How to enable Custom Navigation Menus in WordPress 3.0Like the custom background, header image, and post thumbnails, the custom navigation menus also needs to be enabled through your theme’s functions.php file.
Simply add the code below to your theme’s functions.php file: add_theme_support( 'menus' ); And use this code to insert the menu into your template file:
以上是关于使用PHP在WordPress中使用自定义菜单的主要内容,如果未能解决你的问题,请参考以下文章