Title: &quot;Insert Into Post&quot; Button missing with 3.2.1 HELP
Last modified: August 20, 2016

---

# "Insert Into Post" Button missing with 3.2.1 HELP

 *  [simplyskyy](https://wordpress.org/support/users/simplyskyy/)
 * (@simplyskyy)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/insert-into-post-button-missing-with-321-help/)
 * This is about to drive me insane so please please help. I’ve tried searching 
   for the answer and can’t find it.
 * So the “Insert image into post” option seems to be completely gone. This isn’t
   an upgrade it is a brand new wordpress install and it’s not there. I don’t have
   any plug ins activated, I haven’t even installed any plug ins yet, jetpack isn’t
   even activated. I have switched back to the Twenty Ten and Twenty Eleven and 
   it still doesn’t work. I’ve updated my firefox and IE and it doesn’t work. I 
   didn’t even manually install I used my godaddy hosting connection which I always
   use to install my wordpress and it’s never had a problem before. I don’t know
   what is going on. I hate this new update. Can someone please tell me what’s wrong?
 * The only thing I have is the use as featured image and the save options. There
   is no Insert option. I can do it manually by using HTML but my clients who I 
   set up for don’t know anything about using HTML so I have to get this fixed Pronto.

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

 *  [healthybella](https://wordpress.org/support/users/healthybella/)
 * (@healthybella)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/insert-into-post-button-missing-with-321-help/#post-2214899)
 * I’m having the same problem and still haven’t found a solution. Does anyone know
   what’s going on?
 *  [Bart van Maanen](https://wordpress.org/support/users/bvm/)
 * (@bvm)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/insert-into-post-button-missing-with-321-help/#post-2214926)
 * I thought I had succesfully installed the Garnish (1.2) theme (by [Premium Pixels](http://www.premiumpixels.com/))
   on a clients’ website, which uses pages to create portfolios. With two Portfolio
   skills (Documentary and Photography) that were in working order.
 * But now something strange happened. Creating a new portfolio is possible, but
   the WordPress (3.2.1) picture upload suddenly only shows the <b>Save changes</
   b> changes button but not the <b>Insert into Post</b> button is visible. I’ve
   checked the chmod settings (755 changed to 777 does not work either).
 * Same thing with normal posts. So it seems a WP thing as well as a possible theme
   problem.
 * You can find the site over here: [http://www.roydames.nl/](https://wordpress.org/support/topic/insert-into-post-button-missing-with-321-help/?output_format=md)
 *  [braininpain](https://wordpress.org/support/users/braininpain/)
 * (@braininpain)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/insert-into-post-button-missing-with-321-help/#post-2214937)
 * hi there,
 * has anybody solved out this problem? i am having the same issue and couldn’t 
   find a solution at all…
 *  [Bart van Maanen](https://wordpress.org/support/users/bvm/)
 * (@bvm)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/insert-into-post-button-missing-with-321-help/#post-2214938)
 * The problem I had was in the **theme** (in functions.php), and was solved by 
   adding some code to this theme file. Thanks to Gerard van Enk it was solved with
   this:
 *     ```
       /* 2011-11-16 - gvenk@millionpieces.nl
         fix for problem with missing insert-into-post buttons
       */
   
       add_filter('get_media_item_args', 'force_send_to_post');
       function force_send_to_post($vars) {
           $vars['send'] = true; // 'send' as in "Send to Editor"
           return($vars);
       }
       ```
   
 * I’m not sure if it will help you guys? But have a look.
 *  [braininpain](https://wordpress.org/support/users/braininpain/)
 * (@braininpain)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/insert-into-post-button-missing-with-321-help/#post-2214939)
 * thank you, i’ll reply as soon as i check
 *  [braininpain](https://wordpress.org/support/users/braininpain/)
 * (@braininpain)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/insert-into-post-button-missing-with-321-help/#post-2214940)
 * is it the (theme-functions.php) file? where exactly is it added?
 *  [braininpain](https://wordpress.org/support/users/braininpain/)
 * (@braininpain)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/insert-into-post-button-missing-with-321-help/#post-2214941)
 * oh got it!
 * great! totally worked for me
 * wp 3.2.1
    garnish theme
 * the file is “functions.php”
 * thaks a thousand times =)

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

The topic ‘"Insert Into Post" Button missing with 3.2.1 HELP’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 4 participants
 * Last reply from: [braininpain](https://wordpress.org/support/users/braininpain/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/insert-into-post-button-missing-with-321-help/#post-2214941)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
