Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Mike Martel

    (@mike_cowobo)

    Hi Edwin!

    Thanks ??

    The string for next and previous are translatable, but I haven’t added a new .pot file to the beta yet (because I don’t want people to waste time translating the plugin while the texts are still changing here and there). I’ll do that shortly, so translations can be added easily. Using a program like PoEdit you can do it already, but it requires some know-how of localization in WordPress.

    Alternatively, you can override the pagination function in your theme. If the function wp_tiles_prev_next_nav() exists, WP Tiles will use that one. You can copy over the whole function wp_tiles_prev_next_nav() from wp-tiles-pluggables.php into your (child) theme’s functions.php and replace ← Previous and Next → with your translation.

    Cheers,
    Mike

    Thread Starter Edwin Brinkhuis

    (@trumpetto)

    Thanks!
    Can you use the already existing strings in the WordPres paging system?

    Plugin Author Mike Martel

    (@mike_cowobo)

    Hi Edwin,

    You can by using the following strings for the pagination function as described above:

    __('« Previous') and __('Next »')

    These should be covered by most WP translations.

    Cheers,
    Mike

    Thread Starter Edwin Brinkhuis

    (@trumpetto)

    Thanks, I’ll do that.
    Will this be in the next version too?

    Cheers

    Plugin Author Mike Martel

    (@mike_cowobo)

    Yes! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘1.0 beta’ is closed to new replies.