LJ Custom Menu Links is a plugin that allows you to put extra links in the menus of most WordPress Themes.
lj-custom-menu-links folder into your /wp-content/plugins/ directoryIf you install the update manually, please ensure you deactivate the plugin and then reactive. If you dont do this the plugin will not function!!
If you are having compatibility issues with other plugins, widgets or themes whereby LJ Custom Menu Links shows its links where you don't want them then you will need to make a minor modification to your theme.
Firstly you will need to turn off the Use wp_list_pages Filter option from within the Advanced Options screen in the LJ Custom Menu Links admin page. Next you will need to edit your theme (this will be different for every theme available). As a general rule you should find the header.php file of your theme the appropriate place, then find some code that references wp_list_pages and place the following code snippet after the wp_list_pages but before the </ul> tag
<?php
if (class_exists('LJCustomMenuLinks')) {
LJCustomMenuLinks::OutputCustomMenu();
}
?>
Requires: 2.7 or higher
Compatible up to: 2.8.5
Last Updated: 2009-10-26
Downloads: 11,212
Got something to say? Need help?