This topic has 4 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
Hi!
How can I disable the about author section in articles and comment section please?
Also can I translate “Share a post” in my language? What do I have to do?
Thank You so much!!
Hello,
Please check Theme Options > Blog Layout.
Comments are related to WordPress default settings and they can be disabled in WP Dashboard > Settings > Discussion and for each post in Posts > Edit needed post > disable “Allow comments” http://prntscr.com/bpei3p (to display the mentioned field check settings in Screen Options as shown on the screenshot http://prntscr.com/bpehvg ).
Please read doc https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/ (the same for royal theme) and use Loco Translate plugin to translate the theme.
Feel free to ask if you have any questions.
Regards
Thank You so much Rose! But now it shows: “Comments are closed” is there a way to hide it please?
You’re welcome!
Please try to use the following code in Global Custom CSS:
.single article + p{
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up