Forum Replies Created
-
AuthorPosts
-
November 13, 2014 at 11:18 am in reply to: I have updated from 3.6.1 to 3.8.1.. now the events are not displaying. help! #882722
discotoast
ParticipantThank you kind sir!! this was the fix I was looking for!
November 13, 2014 at 9:06 am in reply to: I have updated from 3.6.1 to 3.8.1.. now the events are not displaying. help! #882429discotoast
Participantyeah… turned off debug in my wp-config.. nothin.
November 12, 2014 at 5:12 pm in reply to: I have updated from 3.6.1 to 3.8.1.. now the events are not displaying. help! #880947discotoast
Participantyep… ok. I installed a standard wordpress theme and found that ( http://dtsandbox.com/visiteastmichigan.com/events/ ) works and displays the events.. so it’s something with in the custom theme I am using.
where else would ” eventDisplay=> ‘upcoming’; ” show up do you think
November 12, 2014 at 5:06 pm in reply to: I have updated from 3.6.1 to 3.8.1.. now the events are not displaying. help! #880937discotoast
ParticipantThis gives me a notice of ” Notice: tribe_get_events was called with an argument that is deprecated since version 3.8! Setting eventDisplay to ‘upcoming’ is deprecated. Please use ‘list’ instead. in /home/sandbox/public_html/visiteastmichigan.com/wp-includes/functions.php on line 3318 “
November 12, 2014 at 5:05 pm in reply to: I have updated from 3.6.1 to 3.8.1.. now the events are not displaying. help! #880932discotoast
ParticipantAll I changed in the functions.php was the depretiated value of ” upcoming ” to ” list ”
$events = get_posts(array(
‘posts_per_page’ => 1,
‘post_type’ => ‘tribe_events’,
‘eventDisplay’ => ‘upcoming’,
‘tribe_events_cat’ => ‘featured’
)); -
AuthorPosts
