• dicassp

    (@dicassp)


    Hi,

    I just started using Virtue theme. I am having a lot of problems in

    1) hide tags from posts
    2) change Latest Posts (page title)
    3) change continued on excerpt posts

    I don’t want the tags showing anywhere on my posts, so I need to hide them. Also, I need to change Latest Posts to últimos Posts and Continue to “leia mais”

    Is there any code that I can just add to the Custom CSS box?
    Thank you!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hey,
    If you define the language as spanish the continue should translate.
    https://codex.www.ads-software.com/Installing_WordPress_in_Your_Language

    There are options for changing this text in the premium theme but in free you will have to edit either the po file or the theme custom.php file.
    The home page title can be removed in the theme options, check out this tutorial on setting up your home page:
    https://www.kadencethemes.com/creating-a-home-page-with-virtue/

    You can hide tags by adding this css:

    .posttags {
    display: none;
    }

    Kadence Themes

    Thread Starter dicassp

    (@dicassp)

    Hi,

    Thanks for your answer.
    Tags worked fine.

    About translating “continued”, my wordpress is already define as portuguese. But I can’t find how to translate this part. How can I edit it on the theme custom.php file?

    About the page title, I don’t want to remove it. I just want to translate it to portuguese as well. How do I do it?

    Thanks

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Have you worked with poedit? The theme doesn’t have a Portuguese language translation yet but that would be one way to do it, open the languages folder and re save the default.po and translate into Portuguese.

    Else you can edit the core files, for the continued it’s line 182 of the file virtue/lib/cleanup.php

    For the default home page title if it’s not a static page its line 60 of the file virtue/lib/utils.php

    But to keep yourself from having to change that I would seriously look into translating the whole po file.

    If you can wait a little while I’ll add a Portuguese po file and add those two strings as translated, then update.

    Kadence Themes

    Thread Starter dicassp

    (@dicassp)

    Hi,

    Page title resolved :)!!! I could change for portuguese.

    But still, I can’t change continues. I don’t use poedit. At leats I don’t think so. My wordpress is already in Portuguese. Every time there’s any update, I have the option to instal it in portuguse or english.
    Anyway, how do I use this poedit?

    I tried to edit the core files for “continued”, but this message appears

    “Forbidden

    You don’t have permission to access /wp-admin/theme-editor.php on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.”

    Do you have any idea, why does it happen? I am the admin. How come I don’t have permission to do that?
    Thank you very much!

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Just update your theme to the latest version and both things should switch. I added a pt.mo file for you.

    Kadence Themes

    Thread Starter dicassp

    (@dicassp)

    Just updated it, but “continued” still doesn’t change. Any idea what is going on?

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Do you have your language set to Brazilian Portuguese? Can you email me access your to site?

    [email protected]

    Thread Starter dicassp

    (@dicassp)

    Yeap, my language is set to Brazilian Portuguese. Just emailed you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Tags Latest Posts Continued’ is closed to new replies.