Forum Replies Created
-
AuthorPosts
-
October 15, 2013 at 1:00 pm in reply to: Adding the event start/end time under the title in the monthly view #71142
gracesupplies
ParticipantSee link: http://pastebin.com/XFqH9wNf
I wish to have the date been shown under the title tag of that event.
October 15, 2013 at 12:04 pm in reply to: Adding the event start/end time under the title in the monthly view #71131gracesupplies
ParticipantThat’s not posted right at all, it’s the single-event.php which i’m trying to place it just under the title in time-time
October 15, 2013 at 11:57 am in reply to: Adding the event start/end time under the title in the monthly view #71129gracesupplies
ParticipantHi,
I’ve had a go with that, but I believe I may be doing something wrong as nothing is showing up, I’ve found a tutorial about this but still no luck. Below is where I am putting the code, could you advise?if ( !defined(‘ABSPATH’) ) { die(‘-1’); } ?>
ID}-{$day[‘daynum’]}”;
$start = tribe_get_start_date( $post, FALSE, ‘U’ );
$end = tribe_get_end_date( $post, FALSE, ‘U’ );?>
<div id="tribe-events-event-” class=””>
<a href="” class=”url”><div id="tribe-events-tooltip-” class=”tribe-events-tooltip”>
TIME HERE
October 15, 2013 at 9:23 am in reply to: Adding the event start/end time under the title in the monthly view #71101gracesupplies
ParticipantHi Barry,
Thanks for getting back to me, I did indeed do some more digging and found tribe_events_event_schedule_details(), this did indeed work and was implimented into the single-even.php file, but it unfortunately shows the date as well as the time, I did look deeper into the function of this on line 729 in public/template-tags/general.php, but unfortunately my level of skills stop there and wouldn’t be comfy changing anything to get it to work, by looking in general.php, could I create another fuction which will easily grab the time for the event so it can be shown? -
AuthorPosts
