Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #183429

    Hello,

    How (and where) I can change default pagination phrase “Page … of …”? I want translate it.

    Best regards

    #183481

    Hi msfoto!

    Please try using this plugin http://wordpress.org/plugins/codestyling-localization/

    Regards,
    Yigit

    #183482

    Hello,

    Thank you, but it’s not working… And I would to change or even delete phrase “Page … of …” :)

    Best regards

    #184175

    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

    #184450

    Thanks, I fixed it in other way :)

    Best regards!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Pagination: How to change?’ is closed to new replies.