• Resolved summerchilde

    (@summerchilde)


    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)
  • Made the change and then it was still messing up my site

    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!

    Just fixed another problem with the css not being called. Updated version 1.3 available now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘footer-sitemap options’ is closed to new replies.