My menus suddenly are all empty. I create new ones and insert entries but none appears. Did something break?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
closed as too localized by toscho♦ Sep 30 '12 at 19:54
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
I found the cause. I added in my functions.php an action for pre_get_posts which modified the posts query, adding a custom post type. This presumably crashed my menus mechanism. I removed this action and all back to normal. |
|||
|
|