Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi there,
I have 25 projects set at the portfolio category and i would like the pagination to appear. I have selected ‘with pagination’ in the portfolio page but not sure, when it will start paginating? How do I configure the pagination values for the page?
Please find my codeless routing configuration as below,
$p_per_page = 6;
switch($cl_redata['portfolio_columns']){
case '1':
$p_per_page = 3;
break;
case '2':
$p_per_page = 6;
break;
case '3':
$p_per_page = 9;
break;
case '4':
$p_per_page = 12;
break;
case '5':
$p_per_page = 10;
break;
}
Thanks in advance.
Hello,
Please do you have selected the “with pagination” option in portfolio page’s Portfolio Options > Select the pagination method? If you did and the pagination still does not display, then please send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
You must be logged in to reply to this topic.