Changeset 2863823
- Timestamp:
- 02/11/2023 11:26:02 PM (3 years ago)
- File:
-
- 1 edited
-
d3-register-menus/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
d3-register-menus/trunk/readme.txt
r2851398 r2863823 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 Create Menus Locations 12 Add multiple menus locations to your website for a seamless navigation experience. 13 Creates primary & secondary navigation, sidebar, footer, and copyright menus. 13 14 14 15 == Description == 15 16 16 Create Menus Locations 17 Enhance your website's navigation with the d3-register-menus plugin! 18 With this tool, you can register an impressive array of menu locations to provide a seamless browsing experience for your visitors. 19 With options such as the primary and secondary navigation menus, left and right sidebar menus, footer menus, and even a copyright menu, you'll have the ability to organize your site's content in a way that is intuitive and easy to access. 17 20 21 List of menu locations followed by the slug: 22 23 1. D3 Nav Primary Menu - d3-nav-menu-primary 24 2. D3 Nav Secondary Menu - d3-nav-menu-secondary 25 3. D3 Left Sidebar Primary Menu - d3-left-sidebar-menu-primary 26 4. D3 Left Sidebar Secondary Menu - d3-left-sidebar-menu-secondary 27 5. D3 Right Sidebar Primary Menu - d3-right-sidebar-menu-primary 28 6. D3 Right Sidebar Secondary Menu - d3-right-sidebar-menu-secondary 29 7. D3 Footer Menu 1 - d3-footer-menu-1 30 8. D3 Footer Menu 2 - d3-footer-menu-2 31 9. D3 Footer Menu 3 - d3-footer-menu-3 32 10. D3 Footer Menu 4 - d3-footer-menu-4 33 11. D3 Footer Menu 5 - d3-footer-menu-5 34 12. D3 Copyright Menu - d3-copyright-menu 35 13. D3 Footer Bottom Menu 1 - d3-footer-bottom-menu-1 36 14. D3 Footer Bottom Menu 2 - d3-footer-bottom-menu-2 37 38 Whether you're looking to create a multi-level menu structure or simply want to add some custom links to your footer, d3-register-menus has got you covered. 39 40 D3 Register Menus is designed to work plug-and-play with D3 Suite's themes but everyone developing a custom theme can use it. 41 42 == Installation == 43 1. Add the plugin from the WordPress plugin directory or download it and upload to the "/wp-content/plugins/" directory. 44 2. Activate the plugin through the "Plugins" menu in WordPress. 45 3. Your menu locations display in Appearance -> Menus admin screen. 46 47 Note: D3 Register Menus is designed to work with D3 Suite's themes but if you are developing a theme and you want to display one of the menus: 48 Place wp_nav_menu( array( 'theme_location' => 'd3-slug-placeholder' ) ); in your templates. Note: replace "d3-slug-placeholder" with the menu's slug. 49 50 51 == Frequently Asked Questions == 18 52 = Is it compatible with every theme? = 53 Theoretically yes, but it is demanded by your theme implementation. 19 54 20 Theoretically yes, but it is demanded by your theme implementation. 55 = I've created the menus but they aren't showing = 56 If you are using D3 Suite's theme, empty the cache and they will appear. 57 If you are using another theme, you need to display the menus inside the theme following the instruction present in the Installation section. 58 Ask a developer if you're not able to integrate it. 21 59 22 60 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.