• [pagelist_ext depth=”2″ show_content=”1″]

    I want to use this and get part of the content/excerpt to show up. But I don’t want all levels of sites to show up. But

    [subpages_ext depth=”2″ show_content=”1″]
    or
    [subpages depth=”2″ show_content=”1″]

    doesn’t work. Is this possible?

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

    (@webvitaly)

    You may show 1 level of subpages like this:

    [pagelist_ext child_of="777" parent="777"]

    where “777” is the the page which subpages you want to show.

    “depth” param will not work with [pagelist_ext] shortcode.

    • This reply was modified 8 years, 1 month ago by webvitaly.
    Thread Starter malevolentia

    (@malevolentia)

    Thank you so much! ??

    Is it a way to decide how long the excerpts/content will be? Like exact amount of words etc. And can it include an image posted in the content?

    Plugin Author webvitaly

    (@webvitaly)

    Shortcode to limit the size of content:

    [pagelist_ext limit_content="100"]

    Shortcode to show the first image as a thumbnail for list item instead of featured image:

    [pagelist_ext show_first_image="1"]

    All of those info and much more can be found in the Page-List plugin docs page.

    • This reply was modified 8 years, 1 month ago by webvitaly.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Use subpages_ext with part of content?’ is closed to new replies.