gracesupplies

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • gracesupplies
    Participant

    See link: http://pastebin.com/XFqH9wNf

    I wish to have the date been shown under the title tag of that event.

    gracesupplies
    Participant

    That’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

    gracesupplies
    Participant

    Hi,
    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

    gracesupplies
    Participant

    Hi 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?

Viewing 4 posts - 1 through 4 (of 4 total)