summerchilde
Member
Posted 2 years ago #
http://wordpress.org/extend/plugins/footer-sitemap
Great plugin with only one error. The path to the options.php was incorrect. Below is the fix:
Change line 33 in the file plugin.php from:
add_options_page('Footer Sitemap Options', 'Footer Sitemap Options', 'manage_options', 'footersitemap/options.php');
to:
`add_options_page('Footer Sitemap Options', 'Footer Sitemap Options', 'manage_options', 'footer-sitemap/options.php');
}`
pielpiel
Member
Posted 2 years ago #
Made the change and then it was still messing up my site
Treblamah
Member
Posted 2 years ago #
I just committed the change for the problem summerchilde found. Having a hard time using the svn system for posting plugin updates. Try downloading/using again tomorrow 2-20-10. Thanks!
Treblamah
Member
Posted 2 years ago #
Just fixed another problem with the css not being called. Updated version 1.3 available now.