• I know that if I put this:

    <div class=”date_cal”>
    <div class=”day”><?php the_time (‘D’); ?></div>
    <div class=”date”><?php the_time (‘j’); ?></div>
    <div class=”month”><?php the_time (‘M’); ?></div>
    <div class=”year”><?php the_time (‘Y’); ?></div>
    </div>

    in the loop you can style the dates in WP. But how would I implement it to only style the dates in gigs calendar?

  • The topic ‘[Plugin: Gigs Calendar] Styling date formats’ is closed to new replies.