Hi john8999,
Add following code in your theme functions.php file
add_filter( 'edit_post_link', '__return_false' );
Hope it will works
Thanks
Thanks cedcommerce, “edit” button has disapeared,but still there is a big gap between social buttons and footers. Any idea how to remove it?
john: Are you looking at the page while logged in or logged out?
Hello john8999,
You can remove the gap between social buttons and footers using css.
Thanks
I have this gap when i am logged in and logged out, have no idea where this gap is in css. I don’t know that much coding.
Hello john8999,
Provide us your site url so that I can help you to remove the gap between social buttons and footers
Thanks
Hi john8999,
Add following css in theme’s style.css file
.page-id-197 #post-197,
.page-id-197 #content .content-wrapper,
.page-id-197 #content {
padding-bottom: 0;
}
.page-id-197 .entry-footer {
margin-top: 0;
}
It will remove the gap between social buttons and footers.
Thanks
Thank you very much ecedcommerce, it works perfectly:) great job.
Could you tell me what I have done wrong with this second site, while homepage is perfectly good, without any weird gap. Thanks again.
Hello I’m Chuck I own worldrecordevent.com and I did not build the site but now I need to learn how to edit everything and rebuild myself. Anyway I have at the bottom of the top part of the page (I think?) Edit this entry? and it is in blue. For the life of me i can figure out how to get rid of that, any help appreciated, thank you.
Hello my name is Jessica and I am also have a problem with removing the edit icon in my blog post. It is accessible to anyone. And would like it removed.