footer-sitemap options
-
https://www.ads-software.com/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’);
}`
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘footer-sitemap options’ is closed to new replies.