Changeset 1760889
- Timestamp:
- 11/08/2017 04:37:11 PM (8 years ago)
- File:
-
- 1 edited
-
posts-in-menu/trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
posts-in-menu/trunk/README.txt
r1760885 r1760889 13 13 == Description == 14 14 15 Add a list of posts in your sites WordPress navigation menu.15 Add a list of posts in the navigation menu on your WordPress site. 16 16 17 17 This plugin uses the wp_nav_menu_objects filter hook to add post items in the primary menu. 18 18 19 19 Features: 20 1. Adds a new menu item drop down, "Blog", to your website s front-end.20 1. Adds a new menu item drop down, "Blog", to your website front-end primary menu. 21 21 2. Pulls in three of your latest posts to be included under the "Blog" menu item drop-down. 22 22 … … 33 33 1. Upload posts-in-menu folder to the /wp-content/plugins/ directory 34 34 2. Activate the plugin through the Plugins menu in WordPress 35 3. The plugin will do the rest. You will see a new menu item add to the front-end of your site, "Blog".35 3. The plugin will do the rest. You will see a new menu item, “Blog”, added to the front-end of your site. 36 36 37 37 = WITH WP-CLI = 38 `wp plugin install posts-in-menu -pro--activate`38 `wp plugin install posts-in-menu --activate` 39 39 40 40
Note: See TracChangeset
for help on using the changeset viewer.