【发布时间】:2015-03-26 02:01:34
【问题描述】:
我正在使用 wordpress,在我的菜单、子菜单中添加了 100 多页。 我的 php.ini 或任何其他服务器配置文件需要哪些配置来提高在 wordpress 中管理菜单的性能?
SELECT `ID` , `post_date` , `post_modified` , `post_parent` , `post_content` , `post_name` , `post_status` , `menu_order`
FROM `test1_posts`
WHERE `post_type` = 'nav_menu_item' AND `post_status` = 'draft'
ORDER BY `test1_posts`.`post_parent` DESC
【问题讨论】:
-
您可以对您的内容进行分类。
-