Replies: 1
Hi, I use inside the wp bakery this line
events_list category_id=”344″ scope=”all” order=”DESC” limit=”10″]
I want to put an ad lets say in half of the list, so I want to break the eventlist in half.
I make the line
events_list category_id=”344″ scope=”all” order=”DESC” limit=”5″]
I want the block of code after the add to start with the 6th post so it continues the list of events.
Is there an argument that supports that??
I want the line to be somehow like that
events_list category_id=”344″ scope=”all” order=”DESC” limit=”5″ start=”6″].
Or maybe you suggest another way of implementing that?
Thanks