This was written in response to a discussion on the topic of conditionally managing menus… To control the visual presence of various menu levels, a fairly simple theme modification can be made using a php function written as a WordPress action and used in conjunction with a few CSS rules.
Continue reading ‘Visually Controlling Menus using CSS Body Classes’
This should be the last fix for awhile. I made a correction to the navtadmin.js.php file. It uses the same wp-config.php include method used by navtajx.php. My thanks to Audi for the comment
Since the release of WordPress 2.7, people now have the ability to install WordPress in ways that make it difficult for the NAVT plugin to determine the location of the WordPress file wp-config.php. The ajax portion of NAVT includes the wp-config.php file so it can use all of the features and functions provided by the WordPress core code. If NAVT can’t find the file because the WordPress installation isn’t where it would normally be located (in the root directory) OR the WordPress wp-content directory is NOT located inside the WordPress installation directory then NAVT has no chance of working correctly. Continue reading ‘Notes on NAVT 1.0.28 and 1.0.29′
User Comments