I have implemented Post grid for archive page as per instructions in the following URL: https://pickplugins.com/documentation/post-grid/faq/post-grid-for-archive-page/
Analytically inside archive.php I have entered the code:
if(ICL_LANGUAGE_CODE=='en'){
echo do_shortcode("
}elseif(ICL_LANGUAGE_CODE=='el'){
echo do_shortcode("
}
Now I am trying to see all posts based on a specific tag displayed with post grid:
http://ariston.attempt-digital.com/tag/lifenet-health/
The products are returned in grid format but pagination appears below and if you click second page button or next ( http://ariston.attempt-digital.com/tag/lifenet-health/page/2/ )
then no page exists and 404 is returned!
Additionally if you enable LOAD MORE pagination style, then other products are loaded that have nothing to do with the specific tag!
Welcome to our forum.
Not sure which version you are using, this feature only available in the premium version, can you please tell me which version are you using?
Regards
Greetings from PickPlugins
It seems working now after changing the value
Reading > Blog pages show at most
http://ariston.attempt-digital.com/tag/lifenet-health/page/2/
Regards