Calling tagged events into Carousel
-
Hi there,
Many thanks for such a feature-rich and powerful plugin, I am currently building a website with a big emphasis on events and would like to be able to call in my featured image, permalink and ideally – an AJAX pop-up to fill out the registration form, I have two questions.
I am currently using Bootstrap to build the site and pulling featured images, post information etc using the following php arg:
$args = array( ‘tag’ => ‘liveevents’, ‘nopaging’=>true, ‘posts_per_page’=>5 );Initially for testing purposes I built this with post_type as the definition and it was working fine, now however, with the plugin installed and two events set up and correctly tagged, it’s not pulling them in.
I’m relatively new to WordPress so perhaps I am missing something here.
Also, if you have any ideas for how to implement the RSVP into an Ajax pop-up that would be fantastic.
Many thanks,
Dean
- The topic ‘Calling tagged events into Carousel’ is closed to new replies.