Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Dynamic Latest Post in Nav Menu

Descrizione

Add the link to dynamic latest post page, and the Archive page to Nav Menu.

Latest

The ‘Latest’ nav menu create the link to latest post page of Custom Post Type.
( orderby ‘menu_order’, ‘post_date’ )

When the new post is added, the link of ‘Latest’ is updated dynamically.

Archive

The ‘Archive’ nav menu create the link to the Archive page of Custom Post Type.

This Plugin published on GitHub.

Screenshot

  • Add 'Latest' menu tp nav menu.
  • Add 'Archive' menu to nav menu.

Installazione

  1. Upload ‘dynamic-latest-post-in-nav-menu’ folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Navigate to the ‘Menus’ menu in WordPress.

Recensioni

Leggi tutte le recensioni di 3

Contributi e sviluppo

“Dynamic Latest Post in Nav Menu” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog (registro delle modifiche)

1.1.1

  • Support ‘wp_get_nav_menu_items’.
  • Add Japanese translation.

1.1.0

  • Support for Multisite( ‘switch_to_blog’ ).
  • ‘Latest’ nav menu orderby ‘menu_order’, ‘post_date’.

1.0.0

  • Initial Release