• Resolved masterredstorm

    (@masterredstorm)


    Hello,

    I installed your plugin and fiddled quite a while but i cant seem to get the full html of the content div of the requested page. Is that no possible?

    Iam also trying to get a infinite loop for a list of pages like this:
    “p1” = page1 / “->” = load order

    if on p1 -> p2 -> p3
    if on p2 -> p3 -> p1

    is it possible to dictate the load order?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    Hi @masterredstorm,

    i cant seem to get the full html of the content div of the requested page. Is that no possible?

    Did you update the Repeater Template to pull the_content() instead of the_excerpt() ?

    is it possible to dictate the load order?

    If you want a custom load order there are a few ways you could do it.
    Easiest way would be to orderby="menu_order" in your shortcode and then use a page ordering plugin to order your pages in the WP Admin.

    Hope this helps!

    Thread Starter masterredstorm

    (@masterredstorm)

    Yes that helped, thank you very much.

    Have a nice day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Load full content of page’ is closed to new replies.