Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘Pagination: How to change?’ is closed to new replies.
Hello,
How (and where) I can change default pagination phrase “Page … of …”? I want translate it.
Best regards
Hi msfoto!
Please try using this plugin http://wordpress.org/plugins/codestyling-localization/
Regards,
Yigit
Hello,
Thank you, but it’s not working… And I would to change or even delete phrase “Page … of …” :)
Best regards
Hi!
You can easily hide this phrase with following css code – insert it into the quick css field
.pagination .pagination-meta {
display: none;
}
Best regards,
Peter
Thanks, I fixed it in other way :)
Best regards!