• I’m currently toying with the style sheet on my blog. I’d like to add a calendar function (http://www.voxakis.com/blog/) either as a completely new tab on the right sidebar or above the “search” function in the same tab. Can someone help me with this?

    Thanks a mill…

Viewing 5 replies - 1 through 5 (of 5 total)
  • First, check to see if your current theme has the calendar there but it is “commented out”. It is usually in the sidebar.php template file.

    If not, you can use the get_calendar() template tag instructions to get a default calendar on your site.

    If you are not happy with either of those, copy the calendar from the Classic or Default themes in their sidebar.php template file and paste it into your sidebar or wherever you want it.

    Oh, there are also some calendar plugins to look at:

    http://codex.wordpress.org/Plugins/Calendar_Event

    Thread Starter trellos

    (@trellos)

    Thanks a ton! I appreciate the help, it gives me something else to play with while I’m on a temp duty assignment in a very boring Chinese city 🙂 I’ll tinker with it a bit and see how it goes.

    Thread Starter trellos

    (@trellos)

    OK, the calendar worked, but it’s kinda pushed to the left margin. Is there any way to center the calendar in the tab, or at least move it over?

    Thread Starter trellos

    (@trellos)

    Never mind…I got it! (I just created an

    • )
    Thread Starter trellos

    (@trellos)

    Never mind…I got it! (I just created an li tag)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘add a calendar to a theme’ is closed to new replies.