Title: 3.1 edit post problems
Last modified: August 19, 2016

---

# 3.1 edit post problems

 *  [randellpaisley](https://wordpress.org/support/users/randellpaisley/)
 * (@randellpaisley)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/31-edit-post-problems/)
 * Just upgraded to 3.1. When I choose a post to edit or a Draft to edit the title
   appears, but the tool bar below the title does not and the body of the post text
   and pictures do not, but the red squiggles under word does show.
 * Any help would be greatly appreciated.

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

 *  [breezotoo](https://wordpress.org/support/users/breezotoo/)
 * (@breezotoo)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/31-edit-post-problems/#post-1943466)
 * Not on mine…sorry
 * Did your Custom Field area below the post show up?
 * Mine disappeared – not sure if its an error or just me not finding something?
 *  Thread Starter [randellpaisley](https://wordpress.org/support/users/randellpaisley/)
 * (@randellpaisley)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/31-edit-post-problems/#post-1943469)
 * My Custom Field area is still there.
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [15 years, 3 months ago](https://wordpress.org/support/topic/31-edit-post-problems/#post-1943497)
 * 3.1 hides some screen options on posts & pages edit screensby default. Just turn
   on the ones you want.
    More info here: [http://ottopress.com/2011/wp-quickie-metaboxes/](http://ottopress.com/2011/wp-quickie-metaboxes/)
 * Alternately, put this in your theme’s functions.php if you want the custom fields
   to show up by default ([from this thread](http://wordpress.org/support/topic/extra-fields-dissapeared-in-new-post?replies=7)):
 *     ```
       // Change what's hidden by default
       add_filter('default_hidden_meta_boxes', 'be_hidden_meta_boxes', 10, 2);
       function be_hidden_meta_boxes($hidden, $screen) {
       	if ( 'post' == $screen->base || 'page' == $screen->base )
       		$hidden = array('slugdiv', 'trackbacksdiv', 'postexcerpt', 'commentstatusdiv', 'commentsdiv', 'authordiv', 'revisionsdiv');
       		// removed 'postcustom',
       	return $hidden;
       }
       ```
   
 * (By the way, if you ever customized yours, that’s why they didn’t vanish. It 
   only changed for people still using default.)
 *  [breezotoo](https://wordpress.org/support/users/breezotoo/)
 * (@breezotoo)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/31-edit-post-problems/#post-1943585)
 * OK, I added the code at the end of Functions.php
 * I still don’t see Custom Fields below my posts or on the Dashboard Set up Screen
   Options
 * My Drop down has the following:
    Show on screen Right Now Recent Comments Configure
   Incoming Links Configure Plugins QuickPress Recent Drafts WordPress Blog Configure
   Other WordPress News Configure Screen Layout Number of Columns: 1 2 3 4
 * Unlike some of the examples I see with four lines of options and check boxes 
   I have two. No Custom fields.
 * Could there be a Plugin that is hiding something?
 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [15 years, 3 months ago](https://wordpress.org/support/topic/31-edit-post-problems/#post-1943587)
 * Yes, it could. Read this for info on known plugin conflicts
 * [http://wordpress.org/support/topic/troubleshooting-wordpress-31-master-list?replies=7](http://wordpress.org/support/topic/troubleshooting-wordpress-31-master-list?replies=7)
 *  [breezotoo](https://wordpress.org/support/users/breezotoo/)
 * (@breezotoo)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/31-edit-post-problems/#post-1943588)
 * mmm back to work!
 * Something is interfering, here!
 * Thanks

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

The topic ‘3.1 edit post problems’ is closed to new replies.

## Tags

 * [drafts](https://wordpress.org/support/topic-tag/drafts/)
 * [edit](https://wordpress.org/support/topic-tag/edit/)
 * [post](https://wordpress.org/support/topic-tag/post/)
 * [tool bar](https://wordpress.org/support/topic-tag/tool-bar/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 3 participants
 * Last reply from: [breezotoo](https://wordpress.org/support/users/breezotoo/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/31-edit-post-problems/#post-1943588)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
