Replies: 1 comment
|
@Taffman Short version: pagination isn't switched off for older themes, it just moved house between v1.0.4 and v2, and your theme's page template is what's holding it back. In v1.0.4, The tell is that the very same page shows the nav on Bootstrap but not on your theme. That means your theme is supplying its own page template, one that predates the shortcode and so leaves it out. Where to look, and it's a file rename, no code editing:
If any of the regulars have ported a v1.0.4 theme and watched custom-page pagination vanish like this, chime in. A second pair of eyes on a ported theme usually nails it fast. |

Uh oh!
There was an error while loading. Please reload this page.
I'm using an old legacy v1.4 theme in my site. For Custom Pages containing [newpage] no pagination is displayed whereas switching to a Bootstrap theme page navigation IS displayed.
My Legacy v1.4-derived theme content splits, but no navigation HTML is generated. I have:
And no pagination markup appears in the generated HTML.
My question is, is this a backwards compatibility issue or is this no longer supported for legacy themes?
If not supported, where can I find guidance on how to upgrade my theme?
All reactions