Descriere
Post Type Archive Link creates a metabox on the Appearance > Menu admin page.
This lists your custom post types and allows you to add links to each archive page in your WordPress menus.
The plug-in uses WordPress’ default menu classes for current pages, current page parent and current page ancestor.
By default all post types with archives (and not registered by core) are available for adding to your menu.
You can forcibly revent a particlar post type from appearing using the show_{$posttype}_archive_in_nav_menus
hook.
Capturi ecran
Instalare
Installation is standard and straight forward.
- Upload
WordPress-Post-Type-Archive-Links
folder (and all it’s contents!) to the/wp-content/plugins/
directory - Activează modulul în meniul „Module” din WordPress
- The metabox will appear at the bottom of your Appearance > Menu
Întrebări frecvente
- Installation Instructions
-
Installation is standard and straight forward.
- Upload
WordPress-Post-Type-Archive-Links
folder (and all it’s contents!) to the/wp-content/plugins/
directory - Activează modulul în meniul „Module” din WordPress
- The metabox will appear at the bottom of your Appearance > Menu
- Upload
- I can’t see in the ‘post type’ metabox on the Apperance > Menus screen
-
View the „screen options” (top right), and ensure that „Post Type Archives” is checked.
- Why are some post types missing?
-
The metabox will only list custom post types registered with non-falsey
has_archive
,publicly_queryable
orshow_in_vav_menus
.CPTs having true
has_archive' but false
publicly_queryableand/or
show_in_vav_menuscan be shown using
show_{$cpt_slug}_archive_in_nav_menus` filter hook.
Recenzii
Contributori și dezvoltatori
„Post Type Archive Link” este un software open-source. La acest modul au contribuit următoarele persoane.
Contributori„Post Type Archive Link” a fost tradus în 1 locală. Mulțumim traducătorilor pentru contribuția lor.
Tradu „Post Type Archive Link” în limba ta.
Te interesează dezvoltarea?
Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.
Istoric modificări
1.3.1 – 12th April 2015
- Fixes incomptability with PHP 5.3 and older.
1.3
- Make submit button available for translation. Thanks to @antwortzeit.
- Removed hooks from constructor, allowed plugin disabling: removing all hooks and text domain
- Introduced „post_type_archive_links” filter hook to get an instance of plugin class
- Hide CPTs having ‘has_archive’ true, but ‘publicly_queryable’ and/or ‘show_in_vav_menus’ set to false
- Introduced „show_{$cpt_slug}_archive_in_nav_menus” filter to force CPTs be added on metabox
- Show „No items.” when there are no CPTs available
- Tested up to 4.0
- Added Italian language. Thanks to @giuseppe.mazzapica.
- Updated readme
1.2
- Use has_archive rather than public. See #13
- Fixes bug where „disabled” is printed if no menu has been created.
- Tested up to 3.7.1
- Added German language. Thanks to @mcguffin.
1.1
- Fixed a couple of notices that displayed with debug on
- Better maintainability (avoid touching JS files)
- Static init now runs during
plugins_loaded
hook - Code cleanup and safer names
1.0.1
- Fixed enqueue bug
1.0
- Added plug-in