• I’m new to this.
    I just installed a calendar plug-in from Vanguard. Uploaded it to my plug-in page via FTP. Activated it. But I can’t see it. Am I supposed to do something else?

    Recharger

Viewing 2 replies - 1 through 2 (of 2 total)
  • you probably have a folder within a folder.

    It should be /wp-content/plugins/plugin folder

    when you unzipped it you probably uploaded that folder and it looks like this: /wp-content/plugins/plugin folder/plugin folder

    You’ll have to delete it and just put it in the single folder, if that makes sense

    Or you didn’t call it in your sidebar.php
    Something like:
    <div id=calendar></div>
    or
    <?php wp_cal(); ?>
    needs to be inserted in the sidebar to make it show up.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Can’t see plug-in’ is closed to new replies.