Forum Replies Created
-
AuthorPosts
-
Xpert
MemberHi Jonah,
Thank you for your tips. I am using below code to list the events after 7 days. But unfortunately didn’t work.
Any solutions?.
$CurrentDate = date('j M Y');
$week = date('W');
$Sevendays= date('j M Y', strtotime('7 days'));
echo $Sevendays;
$soon = tribe_get_events(array('eventDisplay'=>'upcoming','start_date'>$Sevendays,'posts_per_page'=>50) );
foreach($soon as $post) : setup_postdata($post);?>
Thank you.
Xpert
Member
global $post;
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
$upcoming = tribe_get_events( array('eventDisplay'=>'upcoming', 'eventCat' => 15,'posts_per_page'=>50) );
foreach($upcoming as $post) : setup_postdata($post)
Xpert
MemberThank you Kudish! Its working. one more thing.
How can i change the slug for event post type “www.sitename.com/?tribe_events=eventname”. Appreciate your Support. Thakn you.
Xpert
MemberI am talking about the mini calendar. Iam calling it like this:
It has no clickable single day.
Thanks.Xpert
Memberbtw, https://gist.github.com/95eeadc2515ada3a41cc is really helpful – Thansk for that.
Xpert
MemberThank you Joachim Kudish.
To get the single days clickable in calendar, what is the custom development i need to do? Please advise. Thanks.Xpert
MemberHi Jonah, Thanks for passing by.
I want to rename the fields for example : ‘Venue’ to ‘Theater’ like that.
Also, the sidebar calendar , i want to make single day clickable. I am using PRO. Hope this is clear.Xpert
MemberThank you Rob La Gatta for your reply. I’ve Purchased PRO. I am using it in a Arabic Language Website. So Instead of Hard Coding “wp-content\plugins\the-events-calendar\views\single.php” I want to rename it from the admin. But unfortunately, I didn’t find it in the admin. Please let me know how to access Clickable Calendar and Custom Event Attributes. Thanks Rob.
-
AuthorPosts
