• Resolved stewart24th

    (@stewart24th)


    hello,

    im trying to add tour operator widget to wp page, but i can not get the short code

    how do i get the short code ?

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Warwick Booth

    (@krugazul)

    Hi @stewart24th

    Below are a few examples of the shortcode, I have written a short description of what they do. What are you wanting the widget to show? Tours, accommodation or destinations?

    The following will show 9 random destinations, in a carousel, 3 per slide.

    [lsx_to_post_type_widget post_type="destination" columns="3" limit="9" order="ASC" orderby="rand" carousel="1" include="" ]

    The following will show the first 9 latest tours added, in a 2 column grid. With the excerpt disabled.

    [lsx_to_post_type_widget post_type="tour" columns="3" limit="9" disable_placeholder="0" disable_text="1" order="DESC" orderby="date" carousel="0" include="" ]

    You can specify specific items by using their post IDs and the “include” parameter.

    [lsx_to_post_type_widget post_type="tour" columns="3" order="ASC" orderby="none" carousel="0" include="12,15,188" ]

    Let me know what config you are looking for an I can help with the shortcode paramters.

    Plugin Author Warwick Booth

    (@krugazul)

    This post has been resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to add tour operator widget to wp page’ is closed to new replies.