Viewing 2 replies - 1 through 2 (of 2 total)
  • Not sure if it’s what you want, but there is a photo calendar hack in the Wiki – http://wiki.wordpress.org/index.php – or searching the forum may help too.

    moisie

    (@moisie)

    You could specify the image as a backgound of the caption (where it displays the month) something like:
    table#wp-calendar caption
    {
    background-image: url(http://calendarimage);
    background-repeat:no-repeat;
    background-position:top right;
    }

    Obviously depending on how big your calendar and image may be you may have to add some padding, change the size of the caption, reposition the image but it would work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display image in calendar’ is closed to new replies.