Title: traone's Replies | WordPress.org

---

# traone

  [  ](https://wordpress.org/support/users/traone/)

 *   [Profile](https://wordpress.org/support/users/traone/)
 *   [Topics Started](https://wordpress.org/support/users/traone/topics/)
 *   [Replies Created](https://wordpress.org/support/users/traone/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/traone/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/traone/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/traone/engagements/)
 *   [Favorites](https://wordpress.org/support/users/traone/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Safe Report Comments] Good, but missing translation](https://wordpress.org/support/topic/good-but-missing-translation/)
 *  [traone](https://wordpress.org/support/users/traone/)
 * (@traone)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/good-but-missing-translation/#post-7743526)
 * Hello,
    would appreciate the ability to translate too. I did go through the code
   and the translated strings are not popping up in PoEdit. Also you should pass
   a text-domain to the translate function, and variables should not be passed to
   the function either.
 * For example this is wrong: __($this->var);
    Should be: __(‘some string’, ‘plugin-
   text-domain’);
 * I’m considering to make the plugin translatable myself, if this topic is not 
   addressed in reasonable time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Media Tags] Deprecated: Function split()](https://wordpress.org/support/topic/deprecated-function-split/)
 *  Thread Starter [traone](https://wordpress.org/support/users/traone/)
 * (@traone)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/deprecated-function-split/#post-4252999)
 * And looks like another one at line 210.
 * $r[‘media_types_array’] = split(‘,’, $r[‘media_types’]);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] Unable to order Fields and options by dragging them](https://wordpress.org/support/topic/unable-to-order-fields-and-options-by-dragging-them/)
 *  Thread Starter [traone](https://wordpress.org/support/users/traone/)
 * (@traone)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/unable-to-order-fields-and-options-by-dragging-them/#post-4153994)
 * All other plugins besides Types deactivated and using Twenty Thirteen theme, 
   still not working.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp_get_nav_menu_items() returns an empty array under tags archive](https://wordpress.org/support/topic/wp_get_nav_menu_items-returns-an-empty-array-under-tags-archive/)
 *  Thread Starter [traone](https://wordpress.org/support/users/traone/)
 * (@traone)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/wp_get_nav_menu_items-returns-an-empty-array-under-tags-archive/#post-4116647)
 * Turned out, that this is caused by a plugin: Add Tags And Category To Page And
   Post Types.
 * I’ve sent the author a bug report about this.
 * [@esmi](https://wordpress.org/support/users/esmi/) Thanks for confirming!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wp_get_nav_menu_items() returns an empty array under tags archive](https://wordpress.org/support/topic/wp_get_nav_menu_items-returns-an-empty-array-under-tags-archive/)
 *  Thread Starter [traone](https://wordpress.org/support/users/traone/)
 * (@traone)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/wp_get_nav_menu_items-returns-an-empty-array-under-tags-archive/#post-4116645)
 * Oops sorry for the bump.
 * Dev site is currently using TwentyThirteen theme and can be found: [http://vihjepalvelu.restate.fi/](http://vihjepalvelu.restate.fi/)
 * Category archive: [http://vihjepalvelu.restate.fi/category/urheilu/amerikkalainen-jalkapallo/](http://vihjepalvelu.restate.fi/category/urheilu/amerikkalainen-jalkapallo/)
 * Tag archive: [http://vihjepalvelu.restate.fi/tag/amerikkalainen-jalkapallo/](http://vihjepalvelu.restate.fi/tag/amerikkalainen-jalkapallo/)
 * In header.php i’m getting the menus with the vp_get_nav_items() method. On the
   frontpage, pages and posts it is working as expected, but under category or tag
   archive, wp_get_nav_menu_items() is returning an empty array for each nav_menu.
 * I have added this to header.php:
 *     ```
       <div class="test">
                 <pre>
                   <?php $menus = vp_get_nav_items(); print_r($menus); ?>
                 </pre>
               </div>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing pages in Appearance->Menus->Pages](https://wordpress.org/support/topic/missing-pages-in-appearance-menus-pages/)
 *  [traone](https://wordpress.org/support/users/traone/)
 * (@traone)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/missing-pages-in-appearance-menus-pages/#post-2686114)
 * I changed the $per_page value from 50 to 5000 in wp-admin/includes/nav-menu.php
   line 587 and the problem disappeared.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Missing pages in Appearance->Menus->Pages](https://wordpress.org/support/topic/missing-pages-in-appearance-menus-pages/)
 *  [traone](https://wordpress.org/support/users/traone/)
 * (@traone)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/missing-pages-in-appearance-menus-pages/#post-2686113)
 * I’m experiencing this in some degree too.
 * I have several top-level pages representing persons and all of them have a biography
   subpage. Currently i’m unable to build the menu, for most of the subpages are
   not associated correctly with their corresponding parent pages.
 * All pages have an order number set. And in the Pages section everything is as
   it should. wp_page_nav() prints out correctly.
 * Here is a link to a screenshot of the situation where the pages listed should
   all be subpages for a person:
 * [http://dev.restate.fi/screenshot-nav.png](http://dev.restate.fi/screenshot-nav.png)

Viewing 7 replies - 1 through 7 (of 7 total)