Change the “Related Posts” Title on the Single Blog Page

This topic has 7 replies, 3 voices, and was last updated 4 months, 2 weeks ago ago by Rose Tyler

  • Avatar: M Project
    M Project
    Participant
    December 26, 2023 at 07:05

    Hi, can I change the Title for the “Related Posts” to “Recent Posts” on the Single Blog Page?
    Post

    6 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    December 26, 2023 at 08:55

    Hello, @M Project,

    Thank you for using our theme and for contacting us.

    We appreciate you contacting us with your inquiry. We understand that you wish to modify the title on the Single Blog Page from “Related Posts” to “Recent Posts.”

    Upon examining the theme’s options, we regret to inform you that there is no immediate setting available to facilitate this specific alteration. Nevertheless, we can offer a viable workaround by utilizing the Loco Translate plugin, which allows for the translation or modification of text strings within the theme.

    You can find the plugin here:
    https://wordpress.org/plugins/loco-translate/

    For detailed guidance on how to implement this change, please refer to our theme documentation:
    https://xstore.helpscoutdocs.com/article/30-base-theme-translation

    Should you require any further assistance or have additional questions, please do not hesitate to reach out to us.

    Best regards,
    The 8Themes Team

    Avatar: M Project
    M Project
    Participant
    December 26, 2023 at 10:17

    Hi, besides this do you provide any CSS code that can be used to change the Title?

    Avatar: M Project
    M Project
    Participant
    December 26, 2023 at 10:33

    Also, is it possible to remove the author? only put the post-published date?
    null

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 26, 2023 at 11:46

    Hello, @M Project,

    Thank you for getting in touch with us.

    1/

    .related-posts .title span{
        display: none; 
    }
    .related-posts .title:before {
        content: "Recent Posts";
        display: block;
        font-size: 29px;
    }

    2.

    .single-post .post-heading .meta-post {
        font-size: 0px;
    }
    .single-post .post-heading .meta-post .entry-date {
        font-size: 16px;
    }

    Kind Regards,
    8theme team

    Avatar: M Project
    M Project
    Participant
    December 27, 2023 at 03:42

    Hi, it’s work! Thank you!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 27, 2023 at 07:58

    Hello, @M Project,

    You’re welcome!

    We would be grateful if you could take a moment to rate our product – https://themeforest.net/downloads – with 5 stars on ThemeForest!

    Kind Regards,
    8theme team

  • Viewing 7 results - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.