Forums

[resolved] footer-sitemap options (4 posts)

  1. 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');
    }`

  2. pielpiel
    Member
    Posted 2 years ago #

    Made the change and then it was still messing up my site

  3. 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!

  4. Treblamah
    Member
    Posted 2 years ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic