Hi, In new post not show custom field.
Hi, In new post not show custom field.
Once you've added the custom field (below the red box you've highlighted) it should then show.
There are multiple reasons why it happens. Only know that, never use more than three plugins in one installation that has to do something with custom fields. That includes SEO plugins those adds extra fields and seeks data from MySQL frequently.
Find lost custom fields and create custom fields in WordPress running MySQL queries - http://thecustomizewindows.com/2011/03/indispensable-mysql-queries-for-custom-fields-in-wordpress/
But you must know what you are doing - its PHPMyAdmin, two clicks can delete your all data. Take a backup first.
Read it, understand it then do it. If you are using PHPMyAdmin for the first time, test in a test installation first. If your custom field was MyCustomField, run to understand its situation :
SELECT ID AS post_id, 'MyCustomField'
More codes to play : http://codex.wordpress.org/Custom_Fields
Adding custom field to the new post does not allow this display is blank. I only happens with the theme that I have now, to change theme works without problems.
Then you gave the answer - change the theme.
jajaja in wordpress 3.4.2 works perfect.
You must log in to post.