You can do this quite simply, actually. Simply follow the steps outlined in this tutorial, and you should be set!
https://winningwp.com/how-to-insert-a-page-break-in-a-wordpress-post-or-page/
-Kevin
Thread Starter
jmuniz
(@jmuniz)
Hello Kevin,
Thanks again.
I know the nextpage, the problem arises on the last page. With CSS I can put where I want to display the page numbers (center, right …) But on the last page I can not put nextpage and page numbers are left by default.
Have a good day,
Jmuniz
Hi Kevin,
Per your response above: “The portfolio navigation in the free theme is limited to scrolling through all of your portfolio projects. there however an option to only sort through categories in the premium theme.”
Since the navigation cannot be restricted to the category in the free theme, can it be removed?
Thanks,
Kathleen
Go to Theme Options> Portfolio Settings, and try setting “Show portfolio nav below post title” to OFF.
Let me know if that works for you.
-Kevin
Thanks Kevin. In the free theme, there is not a Portfolio Setting option in Theme Options. There are a few settings for portfolio in Theme Options > Page/Post Settings, but I don’t see the option you describe.
Sorry,
Try adding this CSS to Theme Options> Advanced Settings:
.portfolionav {
display: none;
}
Let me know if that works for you.
-Kevin
Worked like a charm! Thank you very much!