Viewing 4 replies - 1 through 4 (of 4 total)
  • This is where the typical request for more info comes into play.

    (What plugin would that be? Does it have a location to download it? Does it come with instructions? Did you find they made no sense? What have you tried so far to get it to work? Etc. Etc.)

    Thread Starter boblinabe

    (@boblinabe)

    I installed the one listed as Calendar 2.0 (new),
    it has a location to copy the expanded directory into, the file: sidebar.php, a line of code was given in the instructions,
    when I go to Dashboard, Plugins to activate it I get the message that it has been activated. I added an event to the calendar using Dashboard, Options, Calendar, get the message that the event has been added. The calendar still does not show up, it will take updates but I just can’t see it.

    Any idea of what to do?

    Go to your “Admin” page, click on “Presentation,” then click on “Theme Editor.” Open the theme file “Sidebar.”

    You need to insert the line

    <? if (function_exists(‘do_calendar’)) { do_calendar(); } ?>

    where you want the calendar to appear.

    For example, if you want it to appear below the “Pages” listing, insert it after the line

    <?php wp_list_pages(‘title_li=<h2>Pages</h2>’ ); ?>

    I hope this helps.

    Thread Starter boblinabe

    (@boblinabe)

    Thanks for the help, I got this working.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Calendar installed – How to Display??’ is closed to new replies.