• In right location ../wp-content/plugins/calendar
    2. plugin activated
    3. edited sidebar.php and placed this code:
    <? if (function_exists(‘do_calendar’)) { do_calendar(); } ?>

    Here it is..

    • <h2>Meta</h2>
      <?php wp_register(); ?>

    • <?php wp_loginout(); ?>
    • <? if (function_exists(‘do_calendar’)) { do_calendar(); } ?>
    • Valid XHTML
    • But still no sign of calendar or anything. All other sidebar items present and ok.

      Had similar prob with sidebar widgets but it still does’nt show in “presentation”.

Viewing 5 replies - 1 through 5 (of 5 total)
  • You are missing the php after the ?.

    Thread Starter winspire

    (@winspire)

    Sorry mate..not that easy. It is calendar.php.
    I have managed to show it in the sidebar – after some tweeking. But- its not the calendar I wanted.
    The sidebar widget has a good calendar but I cant get this sidebar widget to work.So I guess my issue is a sidebar widget problem.

    I wonder if you have to change permissions on the relevant files (sidebar.php etc) to 744(or 755?).
    Anyone?

    Read what jwurster said. Don’t use shorthand.

    Files should be 644, 664 or 666. Directories 755, 775 or 777. (Preference by security, first to last).

    Thread Starter winspire

    (@winspire)

    Tried that -no luck.
    Let me simplify the prob..

    Activated sidebar widgets after installing files in correct location(refer above).But ‘Sidebar widgets’ does not show in ‘Presentation’.

    Deactivate any admin themes, make sure ‘sriptaculous’ directory is in wp-includes/js ?

    EDIT: One person reported they had to disable Now Reading plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can’t Add calendar to sidebar’ is closed to new replies.