How to get current page menu item name instead of full menu item list

I would like to build a menu structure where you can only see the menu item of the current page like on this web site http://www.bigspaceship.com/services/ I search around and I have the following function so far <?php $menu_items = wp_get_nav_menu_items( ‘main-menu’ ); foreach( $menu_items as $item ) { print_r( $item ) ; // see … Read more

Hooks for Links Box [duplicate]

This question already has answers here: Closed 10 years ago. Possible Duplicate: Getting archive pages in WP’s AJAX internal link finder? Are there any hooks for the new internal links box that was created in WP 3.1? I’m trying to modify it in my plugin. 1 Answer 1 Right now there are no hooks to … Read more

Link button is not working while editing a post in Firefox [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. One of our admins started experiencing a weird … Read more