Dynamic Content: output the link to the "Next page", by any possible criteria

Hi!

I have a parent page that has several child pages. Those pages can be ordered by the “Order” Page attribute, for example. Or perhaps by the date published. Any of the ways to set their order would do.

Is there a way to have a meta key that would dynamically output the link to the Next page?

Thanks!

Hello @Misho,

Thanks for writing in!

Regretfully the dynamic content does not apply to pages. You can only use next and previous for posts having something like the code below for the Posts only.

{{dc:post:meta post="next"}}

Regards.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.