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

    (@webvitaly)

    Try this shortcode:

    [pagelist_ext child_of="77" parent="77"]

    where “77” is the ID of the page which subpages you want to show.
    In this case only one level should be shown.

    Thread Starter Radmacdaddy

    (@radmacdaddy)

    Is there a way I can do that generically? I want to show the parent, siblings, and the present page’s children only. But want to apply it to a widget menu.

    Thread Starter Radmacdaddy

    (@radmacdaddy)

    [siblings][pagelist]&[subpages] are all showing the same results with the widget?

    Plugin Author webvitaly

    (@webvitaly)

    Add this php code to your functions.php file:
    add_filter('widget_text', 'do_shortcode');
    and shortcodes will run in sidebar widgets on your site.

    The difference between shortcodes you may read on the Pagelist plugin page. But shortcode names will give you a hint 🙂

    Thread Starter Radmacdaddy

    (@radmacdaddy)

    Yes, I did that already, found it on another thread.

    BTW, thanks for your quick response time… very helpful.

    I’ll check out your link for my options. But the need to make a generic pull across all pages for a menu style is not clear… my reply to your first answer. In other words (and it seems to say the same on the plugin link) I need this one shortcode to apply to all places it shows without having to list every page I do or dont’ want. This is a huge site and to have to apply to every page a different shortcode would be impractical.

    Oh… just tried it… it worked! Nice.

    Thread Starter Radmacdaddy

    (@radmacdaddy)

    I did [pagelist depth=”2″] and it seems to be more what I need! Thanks.

    Thread Starter Radmacdaddy

    (@radmacdaddy)

    Ok… one issue is that the menu does not seem to update per page, as I need it to.

    Is this possible?

    I need to have it show depth based on the page that opens, but it seems to only show depth from the home.

    Plugin Author webvitaly

    (@webvitaly)

    Try this shortcode:
    [pagelist depth="2" child_of="current"]

    And also read about all params of Pagelist plugin.

    Thread Starter Radmacdaddy

    (@radmacdaddy)

    Ok, I hadn’t seen the full list in your “other notes” somehow… great content.

    Last question I think for the moment.

    What if I want it to show a breadcrumb as well, is that possible?

    Thread Starter Radmacdaddy

    (@radmacdaddy)

    …or a parent/grandparent. I tried [pagelist depth=”2″ parent=”current” child_of=”current”] but no luck.

    Plugin Author webvitaly

    (@webvitaly)

    Pagelist could not be used as breadcrumbs.
    Try to use Breadcrumb Navxt plugin for that.

    Thread Starter Radmacdaddy

    (@radmacdaddy)

    Thanks, just want the one to do both 😉

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[Plugin: Page-list] [pagelist_ext] with limits?’ is closed to new replies.