• 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

Viewing 1 replies (of 1 total)
  • Plugin Author davidfcarr

    (@davidfcarr)

    Sorry I didn’t reply sooner. Not entirely clear what you’re trying to do. You showed the args but what function are you using to pull posts? You may be getting only blog posts by default, meaning you will have to specify that post_type=’rsvpmaker’ should also be included.

Viewing 1 replies (of 1 total)
  • The topic ‘Calling tagged events into Carousel’ is closed to new replies.