Title: Remove featured image
Last modified: October 8, 2016

---

# Remove featured image

 *  [steve123987](https://wordpress.org/support/users/steve123987/)
 * (@steve123987)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/remove-featured-image/)
 * Hey, I want to remove featured image from posts. Is there any option to remove

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [steve123987](https://wordpress.org/support/users/steve123987/)
 * (@steve123987)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/remove-featured-image/#post-8266082)
 * Here is the url [https://techwhack.com/free-mp3-download-sites-free-music-downloads/amp/](https://techwhack.com/free-mp3-download-sites-free-music-downloads/amp/)
 *  [Mohammad Jangda](https://wordpress.org/support/users/batmoo/)
 * (@batmoo)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/remove-featured-image/#post-8266174)
 * Something like this should work:
 *     ```
       add_filter( 'amp_post_template_data', 'steve123987_amp_remove_featured_image' );
       function steve123987_amp_remove_featured_image( $data ) {
           $data['featured_image'] = false;
           return $data;
       }
       ```
   
    -  This reply was modified 9 years, 6 months ago by [Mohammad Jangda](https://wordpress.org/support/users/batmoo/).
 *  Thread Starter [steve123987](https://wordpress.org/support/users/steve123987/)
 * (@steve123987)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/remove-featured-image/#post-8268149)
 * Hey can you please stop making fun. Please provide me with a good code
 *  [Mohammad Jangda](https://wordpress.org/support/users/batmoo/)
 * (@batmoo)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/remove-featured-image/#post-8268542)
 * Not sure I understand. Did you try using the code snippet I shared?
 *  Thread Starter [steve123987](https://wordpress.org/support/users/steve123987/)
 * (@steve123987)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/remove-featured-image/#post-8272399)
 * no, I didn’t
    Checkout this screenshot  i want to remove this featured image.
   Moreover, also tell me how to remove wordpress link from amp pages
 *  [dinnuparusan](https://wordpress.org/support/users/dinnuparusan/)
 * (@dinnuparusan)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/remove-featured-image/#post-8740045)
 * Yes here we will get the exact solution for this problem [New-accounts.com/](http://new-accounts.com/)

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Remove featured image’ is closed to new replies.

 * ![](https://ps.w.org/amp/assets/icon.svg?rev=2527602)
 * [AMP](https://wordpress.org/plugins/amp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/amp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/amp/)
 * [Active Topics](https://wordpress.org/support/plugin/amp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/amp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/amp/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [dinnuparusan](https://wordpress.org/support/users/dinnuparusan/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/remove-featured-image/#post-8740045)
 * Status: not resolved