Hi
I have a question to Blog page.
There is automatically added button READ MORE - how change this name to own ?
How to remove/hide author and category and date on all new articles
Thanks
Hi,
You can change the Read More button label and all other theme’s generated text with translation method with the help of this plugin: https://wordpress.org/plugins/loco-translate/.
How to remove/hide author and category and date on all new articles
Try adding this CSS code to your website’s Additional CSS.
.entry-header .entry-meta {
display: none;
}
Regards,
Kharis
aThemes Support