LJ Custom Menu Links is a plugin that allows you to put extra links in the menus of most WordPress Themes.
Yes! This is now possible with Version 2.3
You will need to create a new Page as a placeholder for the link and then change the settings in the LJCustomMenuLinks box on the edit page.
This feature was requested for compatibility with the Atahualpa theme, I am sure there will be more!
To use this, goto the LJCustomMenuLinks admin screen and enable Advanced Options.
The settings required for Atahualpa are:
Custom Class for LI with Submenu: rMenu-expand
Custom Class for UL Submenu: rMenu-ver
This is due to limitations of the core WordPress code. However I now have a solution for your trouble. Disable the Use wp_list_pages Filter option under the advanced options then add the following code to your theme
<?php
if (class_exists('LJCustomMenuLinks')) {
LJCustomMenuLinks::OutputCustomMenu();
}
?>
More details can be found in the Installation instructions under the Theme Integration heading.
Yes. Please place the following code snippet in an appropriate place in your theme. The footer is a good place.
<?php
if (function_exists('LJCustomMenuLinksAttribution')) {
LJCustomMenuLinksAttribution();
}
?>
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?