Tagged: pagination, translate
Hi, Kriesi,
congrats with the 4.0!
I have a small issue but can’t find a solution myself or in forum.
How to translate “Page 1 of 2” in my website. Couldn’t find a php file responsible for this. Poedit also can’t find this phrase.
My website: https://www.60plius.lt/
You’ll find pagination in Main page, few screens down.
Thanks!
Hey OrangeMoose,
Open framework > php > function-avia-set-frontend.php and find this code
$output .= “<span class=’pagination-meta’>”.sprintf(__(“Page %d of %d”, ‘avia_framework’), $paged, $pages).”</span>”;
Best regards,
Jordan Shannon