Events Calendar WordPress Loop

Home Forums Welcome! Pre-Sales Questions Events Calendar WordPress Loop

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #954756
    Ian
    Guest

    Good Morning,

    We’ve installed this great plugin but would like to wrap the way the events are loaded into the Bootstrap Framework and use the carousel

    As such, we’d like to use the WordPress Loop, like so:

    				$events	= new WP_Query(array(
    				'post_type' 		=> 'events',
    				'order' 			=> 'DESC',
    				'posts_per_page' 	=> 12
    				)); 

    As you can see, I’ve tried using the post type events, however, this doesn’t work.

    Are you able to advise if this is firstly possible and if so, what the correct code would be?

    I assume we can then return elements such as title, date, link and image?

    Thanks for your time and assistance.

    Regards,

    Ian

    #954759
    Ian
    Guest

    Sorry, I worked out the post type is tribe_events

    My apologies for any time wasted!

    #954981
    Brian
    Member

    I am glad to see you were able to figure it out.

    I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Events Calendar WordPress Loop’ is closed to new replies.