Title: Feature Post won&#039;t update
Last modified: August 21, 2016

---

# Feature Post won't update

 *  [crusherc](https://wordpress.org/support/users/crusherc/)
 * (@crusherc)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/feature-post-wont-update/)
 * Hey. I am using travel blogger and really like it. Recently though when I save
   or update a post, any changes I’ve made in the ‘featured post’ box aren’t saving.
   As such I cannot make any changes to the featured spot on my home page. Any suggestions?

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/feature-post-wont-update/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/feature-post-wont-update/page/2/?output_format=md)

 *  [climbwell](https://wordpress.org/support/users/climbwell/)
 * (@climbwell)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/feature-post-wont-update/#post-3892646)
 * I’m having the same problem. Started a couple days ago.
 *  [some0ne1991](https://wordpress.org/support/users/some0ne1991/)
 * (@some0ne1991)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/feature-post-wont-update/#post-3892886)
 * Me too!
 *  Thread Starter [crusherc](https://wordpress.org/support/users/crusherc/)
 * (@crusherc)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/feature-post-wont-update/#post-3892887)
 * It is definitely the wordpress update that has thrown something off. I have re-
   installed version 3.5.1 and the problem has been eliminated. I generally like
   to have the newest version possible but not at the expense of my site. Hopefully
   the Travel Blogger staff will get this taken care of.
 *  Theme Author [TravelBlogSite](https://wordpress.org/support/users/travelblogsite/)
 * (@travelblogsite)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/feature-post-wont-update/#post-3892893)
 * Hey Everyone,
 * Sorry about not getting back to you sooner! I will check this out and get back
   to you… We did come up with an update for the theme that fixed a lot of the major
   bugs that were occurring, so if you have not updated yet, be sure to try that.
   I will check this out ASAP thanks for your patience!
 *  [edbica2000](https://wordpress.org/support/users/edbica2000/)
 * (@edbica2000)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/feature-post-wont-update/#post-3892913)
 * Unfortunately I have the same problem. “ThemeAuthor” can you give us a solution?
 *  [cc3078](https://wordpress.org/support/users/cc3078/)
 * (@cc3078)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/feature-post-wont-update/#post-3892944)
 * Same problem here…Feature in Featured Content Widget and Feature Post on Home
   Page are both not working for new posts.
 * How do I install the prior version 3.5.1?
 *  [edbica2000](https://wordpress.org/support/users/edbica2000/)
 * (@edbica2000)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/feature-post-wont-update/#post-3892950)
 * **“Theme Author”** can you help us and if so, when ?
 *  [camping4752](https://wordpress.org/support/users/camping4752/)
 * (@camping4752)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/feature-post-wont-update/#post-3892959)
 * Me too. Would love to see this fixed. Makes such a difference to the page.
    I’m
   on wordpress 3.6 and not working for new posts
 *  [dgerber](https://wordpress.org/support/users/dgerber/)
 * (@dgerber)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/feature-post-wont-update/#post-3892968)
 * me too. I mentioned this in my other complaint (which is more serious for me)
   which is that the “Address Related to Post” doesn’t work at all.
    “ThemeAuthor”–
   why has it been a month since we heard from you on this?
 *  [tada1tsMa61C](https://wordpress.org/support/users/tada1tsma61c/)
 * (@tada1tsma61c)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/feature-post-wont-update/#post-3892986)
 * I’m also having this problem. In addition, I’ve upgraded to the new version of
   this theme and now my promotion slider is gone. The promotion slider still shows
   up in the dashboard but not on the site. Did anyone else have this problem and
   what did you do?
 * [http://centralillinoisherp.com/](http://centralillinoisherp.com/)
 *  [Enduro](https://wordpress.org/support/users/enduro/)
 * (@enduro)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/feature-post-wont-update/#post-3893000)
 * Just wanted to chime in and say that I’m having this problem as well (in addition
   to the google maps shortcode no longer working). Love the theme and really hope
   this can be resolved.
 *  [brbrbr](https://wordpress.org/support/users/brbrbr/)
 * (@brbrbr)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/feature-post-wont-update/#post-3893001)
 * it’s in lib/functions/admin.php
 * remove the isset()
 *     ```
       function exp_save_feature_data( $post_id ) {
               global $post;
               // Verify
               if ( !wp_verify_nonce( $_POST['exp_feature_noncename'], plugin_basename(__FILE__) )) {
                       return $post_id;
               }
       ```
   
 *  [tada1tsMa61C](https://wordpress.org/support/users/tada1tsma61c/)
 * (@tada1tsma61c)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/feature-post-wont-update/#post-3893002)
 * Hi Brbrbr.
 * Thanks for the code suggestion. What problem that is listed above are you saying
   this will fix. Several people mentioned different ones and I want to make sure
   I only try it if it applies to mine.
 *  [brbrbr](https://wordpress.org/support/users/brbrbr/)
 * (@brbrbr)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/feature-post-wont-update/#post-3893003)
 * This one solved saving the features posts and geo location
 * with that it solves the google maps shortcode not working ass well.
 * (the short code was not working since there was never a geo location added to
   the post)
 * and since the ‘featured posts’ settings are saved it will show the post as featured.
   I haven’t found sliders yet
 *  [tada1tsMa61C](https://wordpress.org/support/users/tada1tsma61c/)
 * (@tada1tsma61c)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/feature-post-wont-update/#post-3893004)
 * Ok. Great. Which part do I remove? What do you mean by the isset?

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/feature-post-wont-update/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/feature-post-wont-update/page/2/?output_format=md)

The topic ‘Feature Post won't update’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/travel-blogger/1.7.1/screenshot.
   png)
 * Travel Blogger
 * [Support Threads](https://wordpress.org/support/theme/travel-blogger/)
 * [Active Topics](https://wordpress.org/support/theme/travel-blogger/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/travel-blogger/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/travel-blogger/reviews/)

## Tags

 * [featured](https://wordpress.org/support/topic-tag/featured/)

 * 20 replies
 * 13 participants
 * Last reply from: [brbrbr](https://wordpress.org/support/users/brbrbr/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/feature-post-wont-update/page/2/#post-3893009)
 * Status: not resolved