Piotr Kunicki wrote:I'm not sure if that solution will be added to the next theme version, because I don't have good idea how the pagination buttons should like to match the portfolio layout. Anyway, if you want to add the pagination, please replace your Writer/template.portfolio.php file with the attached file.
Now you should adjust pagination buttons a little, i.e. by adding the following css code into Writer/css/override.css file or using cusotm css plugin like:
https://www.gavick.com/blog/adding-cust ... ress-theme- Code: Select all
.page-template-template-portfolio .navigation {
margin: 6px 0 2px 0;
text-align: left;
}
.page-template-template-portfolio .paging-navigation .nav-links {
display: block;
}
.page-template-template-portfolio .nav-previous {
float: left;
}
.page-template-template-portfolio .nav-next {
float: right;
}
Hi Piotr,
thanks so much for the help.
It seems to work but there is a little problem.
I set the "number of articles" to 5.
Now I can see the "older/newer posts" buttons.
But every page is showing the same 5 pictures.