Hi,
can you tell me how and where I can change/translate theses elements:
- pagination at the bottom of my blog page: "page 1 of xx"
- at the top of the blog pages: "Archive for category ..."
thank you so much (again!)
Hi,
can you tell me how and where I can change/translate theses elements:
- pagination at the bottom of my blog page: "page 1 of xx"
- at the top of the blog pages: "Archive for category ..."
thank you so much (again!)
Hey!
Open framework > php > function-set-avia-frontend.php and look for this code
$output .= "<span class='pagination-meta'>".sprintf(__("Page %d of %d", 'avia_framework'), $paged, $pages)."</span>";
Best regards,
Ismael
thank you Ismael!
and for the translation of "Archive for category ..." at the top of the blog pages?
Hey!
You need to edit sentence\framework\php\function-set-avia-frontend.php -search for following function:
if(!function_exists('avia_which_archive'))
and replace all occurences of "Archive for..." with your custom text.
Regards,
Peter
thank you !
Hi!
Glad that we could help you :)
Best regards,
Peter
This topic has been closed to new replies.