[EventCalendar] FW: Event date and box

Kris Rhoades info at thewellministries.org
Fri Sep 15 22:33:22 UTC 2006


That solved one problem but I had listed two, sorry for not making it clear.
(Door number 2 was the easiest and worked great.)

How and where do I get the date and time of the event now posted within the
posting? I've tried adding <the_time('F jS, Y')> within the loop but it will
only print today's date. FYI, on dates that are already past, the date
prints fine using the above code. (click more dates a few times to get to
the past dates to see what I mean.)

Thanks,
Kris


> -----Original Message-----
> From: Alex Tingle [mailto:alex at firetree.net]
> Sent: Friday, September 15, 2006 6:18 PM
> To: eventcalendar at firetree.net
> Subject: Re: [EventCalendar] FW: Event date and box
> 
> Kris,
> 
> You've not described your problem very well. Looking at your site I
> think you want to get rid of the box that shows the date and time within
> each even post. You can do that in two ways:
> 
> 1. Remove the filter.
> 
> Add the following code somewhere at the top of templates (like
> index.php, archive.php, single.php) where you don't want to see the
> schedule boxes:
> 
>  <?php remove_filter('the_content','ec3_filter_the_content'); ?>
> 
> 2. Just change the style
> 
> The boxes are <table class="schedule">. So you can hide them with this
> CSS:
> 
>  table.ec3_schedule { display: none !IMPORTANT }
> 
> Or you can change the appearance in other more subtle ways.
> 
> Hope that helps.
> 
> -Alex
> 
> --
> 
> On Fri, 15 Sep 2006 17:57:38 -0400
> "Kris Rhoades" <info at thewellministries.org> wrote:
> 
> > I've enjoyed your plugin for quite some time and today felt brave enough
to
> > upgrade when I created a new site. But I'm having some troubles and
can't
> > seem to find where to make the changes.
> >
> >
> >
> > This part of my site is strictly a calendar/event site. (Of course it's
> > still in the works for layout but I've hit a brick wall)
> >
> > I would like to get rid of the box with the date and time and have it in
the
> > post itself. (It interferes with artwork I use)
> >
> >
> >
> > I've tried adding <the_time('F jS, Y')> within the loop but it will only
> > print today's date.
> >
> >
> >
> > The site is www.thewellministries.org/schedule if you care to have a
look
> > for yourself.
> >
> >
> >
> > Kris Rhoades
> >
> > www.thewellministries.org <http://www.thewellministries.org/>
> >
> >
> >
> >
> >
> 
> 
> --
> :: Let me solve your problems: http://www.firetree.net/consulting/
> :: alex.tingle AT firetree.net  +44-7901-552763
> 
> _______________________________________________
> EventCalendar mailing list
> EventCalendar at firetree.net
> http://penguin.firetree.net/cgi-bin/mailman/listinfo/eventcalendar
> 





More information about the EventCalendar mailing list