Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

My menus suddenly are all empty. I create new ones and insert entries but none appears. Did something break?

share|improve this question
Please add debug information to your question to make answers possible. – toscho Sep 26 '12 at 4:48

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.

1 Answer

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.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.