Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #754993

    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!

    #755351

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.