Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #284083

    Hi,

    Can You tell me please how can I remove or edit the prefix in the header of the post (in the russian version it doesnt make sense)

    Thank You!

    Regards,
    Alex

    #284102

    Hey Finlando!

    Open up wp-content/themes/enfold/includes/loop-index.php and replace this line

    
    echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
    

    with

    
    echo '<span class="blog-author minor-meta">';
    

    Regards,
    Peter

    #284108

    Hey Peter!

    Thanks a lot!

    Regards,
    Alex

    #284113

    Hi Peter,

    there are a few mistakes in the russian version…

    1. Комментарий (not Комментарии)
    2. is not translated (i think there shold be more of such issues)

    maybe there is a global solution to this?

    Thank You very much!

    Regards,
    Finlando

    #284278

    Hi Finlando!

    You can edit the Russian translation with this plugin:
    https://wordpress.org/plugins/codestyling-localization/

    Best regards,
    Josue

    #284489

    Thank You, Josue!

    Regards,
    Alex

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Post Titel’ is closed to new replies.