Answers for "wp_remove_featured image from post"

CSS
0

hide featured image in wordpress

.entry-thumbnail {
    display: none;    
}
Posted by: Guest on August-01-2020

Browse Popular Code Answers by Language