This topic has 4 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
Good afternoon.
I have off the option of the blog layout “Show About author block “, and indeed the author does not appear in the entries.
However, at the end of the post appear related post (so I wish) but they do appear the author.
I wanted to know how I can remove the author of those excerpts.
Thanks a lot.
Hello,
Please add this code in Theme Options > Custom css:
.posts-slider .meta-post {
display: none;
}
Regards
Hy, Rose.
I did it, but in the “related post” the author’s information and the date, still appear.
Can I send you a screenshot of the page so you can see it?
Or you can see it also at the end of this page
https://www.rincondesilencio.com/meditar-es-un-viaje-alucinante/
At the end of the page, the related posts appear (“artículos relacionados” in spanish). That’s where the information that I want to omit, appears (name of author and Date.
Thanks.
Ana
Dear @Eprana,
I do not see the code on your site via the console. Could you provide temporary wp-admin access in the Private Content area?
Please note if you created child theme before 4.0 update you need to make changes in your child theme functions.php file – add one line http://prntscr.com/ikbhbt
wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' );
after that create an empty dynamic.css file in child theme directory.
Regards
You must be logged in to reply to this topic.Log in/Sign up