• I have added quite a few lugins and activated them, but don’t see them on my WP blog. Any thing I should do to get them to show up?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Normally each plugin requires a line, or a few lines of php code to be placed wherever you want them. The instructions are in the README file of the plugin.

    Example: For the “category Icons” plugin, <?php if (function_exists('get_cat_icon')) get_cat_icon(); ?> is required.

    What plugins are you using?

    Thread Starter webguync

    (@webguync)

    AJAX Calendar, All in one SEO Pack, From RSS, JQuery-Pagebar, JQuery Comment Preview, Lightbox Gallery, Social Media Widget

    Ok, go to the Plugins are of your Admin control panel.

    When you see “Activate” and “Edit” click the edit button.

    On the right, you will see the files it contains. Click the “README” file and follow the instructions.

    For example, The SEO says to do this
    “1. You can either use the automatic plugin installer or your FTP program to upload it to your wp-content/plugins directory
    the top-level folder. Don’t just upload all the php files and put them in /wp-content/plugins/.
    1. Activate the plugin through the ‘Plugins’ menu in WordPress
    1. Visit your SEO options (*Options – All in One SEO*) for WordPress 2.3.x, (*Settings – All in One SEO*) for WordPress 2.5.x-2.8.x
    1. Configure any options as desired, and then enable the plugin
    1. That’s it!”

    Thread Starter webguync

    (@webguync)

    ok, thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘plugins don't show up’ is closed to new replies.