This topic has 7 replies, 3 voices, and was last updated 10 months, 3 weeks ago ago by Rose Tyler
Hi, can I change the Title for the “Related Posts” to “Recent Posts” on the Single Blog Page?
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://www.8theme.com/documentation/xstore/theme-translation/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
Hi, besides this do you provide any CSS code that can be used to change the Title?
Also, is it possible to remove the author? only put the post-published date?
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
Hi, it’s work! Thank you!
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
You must be logged in to reply to this topic.Log in/Sign up