tabdido
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [Event Rocket] Display Month and Date seperatelyThanks Barry. It was like magic! Now I need to wrap my brain around how to handle the other parts. Much appreciated!
Forum: Plugins
In reply to: [Event Rocket] Display Month and Date seperatelyI have been working on isolating just the day of the month
in
protected function placeholders()I added
'{start_day}' => array( $this, 'start_date' ),then down below added
public function start_day() { return tribe_get_start_date( null, false, get_option( 'date_format', 'j' ) ); }Forum: Plugins
In reply to: [Event Rocket] Display Month and Date seperatelyI think I will need to edit the placeholders, but nothing I have tried is working.
Forum: Plugins
In reply to: [Event Rocket] Display Month and Date seperatelyUsing this `[event_embed category=”Services” limit=”6″]
<strong>{start_date_day}</strong> @ {start_time} | {title}
{description}`It displays the event date as July 26, 2015
I would like to have it display as 26 JUL
You will do that under each product.
It does the same when using paypal. Would love to see this resolved.
Viewing 6 replies - 1 through 6 (of 6 total)