Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Eliot Akira

    (@miyarakira)

    Yes, for example, to make a list of pages:

    [loop type="page" category="something" count="3"]
      [field title-link]
      [field thumbnail]
      [field excerpt]
    [/loop]

    The output is “raw” with no styling applied, so you’ll have to use HTML/CSS to style the content.

    Thread Starter richardellis

    (@richardellis)

    Thanks. Thats great! Can I pages in different subdirectories and still have then show?

    What I am trying to reproduce is this – https://www.25sevencampersales.co.uk/vw-camper-vans-for-sale.htm

    Plugin Author Eliot Akira

    (@miyarakira)

    You can achieve it in several different ways, according to how the content is structured.

    1) Parent pages, each with its own children pages
    2) Page categories and subcategories
    3) ..or sorted and grouped in other ways, maybe by fields like price

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Use shortcodes for pages’ is closed to new replies.