• Hi,
    I have an installation of WP with Zerif Lite theme working just fine.
    Everything is automatically translated to spanish, but some items are not being displayed like that and i can’t find where to change it.

    You can see it here: https://ciclica.org/wp/blog/

    I’ve checked the translate files with Loco Translate, and everything it’s fine. But some items are not showing on the front-end in the correct language: Posted in | Posted on | Leave a comment

    Thanks!!

Viewing 1 replies (of 1 total)
  • If you define custom code, must use printf_() function

    If its coming your theme go to below file.

    wp-content/themes/zerif-lite/inc/template-tags.php
    line: 123 or search for zerif_posted_on()

    check like below metioned or not
    printf( __( ‘<span class=”posted-on”>Posted on %1$s</span><span class=”byline”> by %2$s</span>’, ‘zerif-lite’ )

Viewing 1 replies (of 1 total)
  • The topic ‘Blog items do not translate’ is closed to new replies.