Title: Menu does not appear under Posts
Last modified: August 20, 2016

---

# Menu does not appear under Posts

 *  [monitor](https://wordpress.org/support/users/oomskaap/)
 * (@oomskaap)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/)
 * Menu does not appear under Posts
 * [http://wordpress.org/extend/plugins/batchmove/](http://wordpress.org/extend/plugins/batchmove/)

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/page/2/?output_format=md)

 *  [leekoo](https://wordpress.org/support/users/leekoo/)
 * (@leekoo)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/#post-3214114)
 * looks like something needs a fix …
    i’ve got the same problem …
 * thanx
 *  [ceess](https://wordpress.org/support/users/ceess/)
 * (@ceess)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/#post-3214139)
 * Hello I cant find anything wrong, on all or systems, test and production, the
   menu choice is available
    Under **Post** menu choice **Move categories** See 
   [Screenshot](http://wordpress.org/extend/plugins/batchmove/screenshots/)
 * Witch language is active?
    Witch WordPress version you use?
 *  [ceess](https://wordpress.org/support/users/ceess/)
 * (@ceess)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/#post-3214140)
 * Perhaps the userlevel is false, it has to be a minimum of level_7 (Editor)
 *  [andryl](https://wordpress.org/support/users/andryl/)
 * (@andryl)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/#post-3214141)
 * Same issue – User is ‘Administrator’ and there is no menu item under Posts in
   WP 3.5 installation. I have a plugin WordPress Editorial Calendar (v2.6) that
   appears in this area and it is working OK. Maybe there is a conflict.
 *  [cornopean](https://wordpress.org/support/users/cornopeanus/)
 * (@cornopeanus)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/#post-3214143)
 * doesn’t work for me either. no menu item shows up. I am using this plugin “Admin
   Management Xtended”. Perhaps that’s the issue?
 *  [levonk](https://wordpress.org/support/users/levonk/)
 * (@levonk)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/#post-3214144)
 * doesn’t work. User level is Administrator. I disabled all other plugins and still
   not working.
 *  [ceess](https://wordpress.org/support/users/ceess/)
 * (@ceess)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/#post-3214146)
 * We did try the three languages (English, German, Dutch) on a local and remote
   server. Also tested with netwerk and single WordPress website installation.
 * Always is menuchoice: **My category Order** as subitem in Posts available.
 * You can change in functions.php
    function execute_action(batchMove $bm, $apost
   =array()){ //$_SERVER $do = strpos($_SERVER[‘HTTP_REFERER’],’page=batchadmin’)
   >0;
 * change this
    if (!current_user_can(‘level_7’)) { to if (!current_user_can(‘level_0’)){
 * That will solve a user level problem.
 * Otherwise the solution can be to put
    DEBUG ON
 * There should be a message with a problem, if so put that here and we look in 
   to that.
 *  [ceess](https://wordpress.org/support/users/ceess/)
 * (@ceess)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/#post-3214147)
 * A direct link to a [zipfile ](http://www.walchum.info/plugin/batch-move.zip)from
   our website.
 *  [nashua](https://wordpress.org/support/users/nashua/)
 * (@nashua)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/#post-3214148)
 * Here isn’t an extra menu item either.
    Even there is nothing showing up in the
   functions.php file.
 * I am using Woocommerce with a lot of categories And it would be nice if this 
   plugin would work.
 * Thank you
    Jeroen
 * I could give you the possiblity to login? if needed
 *  [cornopean](https://wordpress.org/support/users/cornopeanus/)
 * (@cornopeanus)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/#post-3214149)
 * Boy…..what a great plugin this could be. Sure wish someone could figure it out.
   I’d be willing to pay for it.
 *  [tigaszzz](https://wordpress.org/support/users/tigaszzz/)
 * (@tigaszzz)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/#post-3214150)
 * My guess is that it doesn’t work with costum-posts only with “normal” ones…
 *  [ceess](https://wordpress.org/support/users/ceess/)
 * (@ceess)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/#post-3214151)
 * If there is someone who can give MORE information, perhaps we can figure out 
   the problem. You can reach me unter [mail](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/cees@walchum.net?output_format=md)
 * Did anyone activate DEBUG error_reporting(E_ALL);
    That will give some warnings
   or errors witch can lead to the problem.
 * For now it works on All our implementation ± 30 sites.
 *  [ceess](https://wordpress.org/support/users/ceess/)
 * (@ceess)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/#post-3214152)
 * Problem solved, WordPress uses two different types of authorisation, its different
   for network and single installation. Thereby it did not show any kind of error,
   it just returned false.
 * Now it will work on both situations, single and multiple installations.
 *  [cornopean](https://wordpress.org/support/users/cornopeanus/)
 * (@cornopeanus)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/#post-3214153)
 * so….how do we get this fix? do we uninstall it and reinstall it? I don’t see 
   any update. ?
 *  [ceess](https://wordpress.org/support/users/ceess/)
 * (@ceess)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/#post-3214154)
 * It is not really a update, just a small change of variable scope.
 * You can delete de old plugin.
    Download the latest and install that new one again.
 * It should be Ok now.
 * Suc6

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/page/2/?output_format=md)

The topic ‘Menu does not appear under Posts’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/batchmove.svg)
 * [Batch-Move Posts wp plugin](https://wordpress.org/plugins/batchmove/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/batchmove/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/batchmove/)
 * [Active Topics](https://wordpress.org/support/plugin/batchmove/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/batchmove/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/batchmove/reviews/)

 * 19 replies
 * 8 participants
 * Last reply from: [ceess](https://wordpress.org/support/users/ceess/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/menu-does-not-appear-under-posts/page/2/#post-3214158)
 * Status: not resolved