-
Notifications
You must be signed in to change notification settings - Fork 7
/
readme.txt
executable file
·30 lines (20 loc) · 1.07 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
=== Custom Post Type Archives in Nav Menus ===
Contributors: aaroncampbell
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2SPVMHXGRUPRU
Tags: custom post types, cpt, archive, nav menus
Requires at least: 3.2
Tested up to: 4.3
Stable tag: 0.1.0
This is now in WordPress core as of 4.4. Adds an archive checkbox to the nav menu meta box for Custom Post Types that support archives
== Description ==
This is now in WordPress core as of 4.4. Adds an archive checkbox to the nav menu meta box for Custom Post Types that support archives.
== Installation ==
1. Upload to your plugins folder, usually `wp-content/plugins/`
1. Activate the plugin on the plugin screen.
== Screenshots ==
1. Checking "All Sponsors" or "All Videos" and then the Add to Menu button will add the archives page to your menu. The actual "All ____" label comes from the all_items label specified when the CPT is created, so yours may be different.
== Changelog ==
= 0.1.0 =
* Self-deactivates for WordPress 4.4+ now that functionality is in WordPress core
= 0.0.1 =
* Original Version