page break not working in ANDY

Post Reply
HowardB
Sr. Bludit
Posts: 41
Joined: Sat Jun 04, 2022 1:31 pm
Been thanked: 2 times

When I add a pagebreak it does not work
In bug section when I add pagebreak source code is <p><!-- pagebreak --></p> and this does not worlk

The next problem is adding next and back pages if someone can help on that

many thanks

Howard
kbeezie
Ssr. Bludit
Posts: 27
Joined: Sun May 03, 2026 9:20 pm
Location: Grand Rapids, Michigan, USA
Has thanked: 2 times
Been thanked: 4 times
Contact:

In Bludit, least right now, the only thing <!-- pagebreak --> does is act as an excerpt if you don't use a page/post description.

I had to write a plugin (later built into my theme I wrote, which is what kbeezie.com is on) to do actual pagenation for post and pages.

So it won't work like it does on Wordpress.

Edit #2:
They used to have it (7 years ago), but the download goes to a 404 not found page, hence why I wrote it in myself.

https://plugins.bludit.com/plugin/pagination
User avatar
zacharielle
Ssr. Bludit
Posts: 19
Joined: Sat Jan 07, 2023 7:51 am
Has thanked: 16 times
Been thanked: 12 times

Hi HowardB,
When I add a pagebreak it does not work
In bug section when I add pagebreak source code is <p><!-- pagebreak --></p> and this does not worlk
I can't download the Andy theme to help you further - there's a 404 error. This pagebreak feature depends on the theme, see documentation. Behind the scene, the theme has to use functions such as $page->contentBreak(); in combination with $page->readMore() to render the content splitting. It's usually used on Pages (such as blog posts) and not in Static pages, maybe that's why you don't see it working. If you can share the theme as a zip file some of us may be able to help you editing it.
The next problem is adding next and back pages if someone can help on that
If you are talking about next and back links for blog posts list, same thing, it depends on the theme. The Paginator class has at lots of useful functions to help build a pagination component. In Simple.css theme I dedicated an entire page for pagination navigation, if it helps.
Post Reply