Forum Replies Created
-
AuthorPosts
-
Lara
ParticipantThanks! Here it is:
<div class="row"> <?php $posts_array = tribe_get_events('post_type=tribe_events'); foreach ( $posts_array as $post ) : setup_postdata( $post ); ?> <div id="post-<?php the_ID() ?>" class="<?php tribe_events_event_classes() ?> grid_3"> <?php tribe_get_template_part( 'list/single', 'event' ) ?> </div> <?php endforeach; ?> </div>-
This reply was modified 10 years, 9 months ago by
Lara.
Lara
ParticipantI’m getting close, it’s displaying 2 out of the 3 events in the correct order but it is showing me this error above the events: Warning: Illegal string offset ‘eventDisplay’ in /nas/wp/www/staging/packedperfectly/wp-content/plugins/the-events-calendar/src/functions/template-tags/general.php on line 232
-
This reply was modified 10 years, 9 months ago by
Lara.
Lara
ParticipantThanks, I already have the events in rows. What I’m asking is how do I get the most upcoming event to appear first (from left to right). Right now they are arranged according to when the events were created rather than when the event will take place.
Lara
ParticipantThanks that works! But how can I get the events to display in upcoming order from left to right? Meaning the left column will display the most recent upcoming event, the middle column the second most recent upcoming event and so on…
Thanks!
Lara
ParticipantI have replied to a pre-existing suggestion here https://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/5113103-allow-the-search-near-location-to-be-by-state-pr and added my vote and comment there. Thanks!
Lara
ParticipantWhy is the search not based on what one has entered into the country or state fields? That would make the most sense. Is this a WordPress-defined thing or your plugin that searches based on “geocodes”?
-
This reply was modified 10 years, 9 months ago by
-
AuthorPosts
