• Hi support.
    Is there any way to show one – or maybe a catagory of events on various pages with a shortcode or something like that?
    Kind regards
    Kristen

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

    (@bookingalgorithms)

    Hello,

    You can use the shortcode [all-items] for this.
    It supports several params to filter booking objects on the page:

    • ids – booking item post ids, comma separated
    • category_ids – term booking category ids, comma separated
    • term_ids – term ids from custom taxonomies, comma separated
    • per_page – items per page, int
    • pagination – set to 1 to show pager (0 by default)
    • sortby – ASC or DESC
    • sort – one of price_from, rating, post_title, av_date_from
    • without_av_check – set to 1 to show all items (0 by default)
    • group_results_by_date – set to 1 to show items as a list ordered by tour date (0 by default)
    • not_scheduled – set to 1 to show items without prices and schedule (0 by default)

    Example: [all-items category_ids=”12″ per_page=”3″ pagination=”1″ sort=”price_from”]


    Best Regards,
    Booking Algorithms team

Viewing 1 replies (of 1 total)
  • The topic ‘show single event in different posts’ is closed to new replies.