<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WPWife &#187; show or hide custom fields in WordPress</title>
	<atom:link href="http://www.wpwife.com/category/show-or-hide-custom-fields-in-wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wpwife.com</link>
	<description>WPHelp: fix and optimise WP themes&#38;plugins</description>
	<lastBuildDate>Fri, 21 Nov 2025 12:00:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.38</generator>
	<item>
		<title>How to Fix Custom Fields Not Showing in WordPress</title>
		<link>http://www.wpwife.com/tutorials/how-to-fix-custom-fields-not-showing-in-wordpress</link>
		<comments>http://www.wpwife.com/tutorials/how-to-fix-custom-fields-not-showing-in-wordpress#comments</comments>
		<pubDate>Mon, 14 May 2018 11:39:41 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[show or hide custom fields in WordPress]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[wordpress custom fields]]></category>
		<category><![CDATA[wordpress missing custom fields]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=52673</guid>
		<description><![CDATA[
<p>Are you unable to find the custom fields option on your WordPress site? Custom field is an advance WordPress feature that helps you add custom content to your WordPress posts and pages by following various WordPress tutorials. In this article, we will show you how&#8230;&#160;<strong><a href="http://www.wpbeginner.com/wp-tutorials/how-to-fix-custom-fields-not-showing-in-wordpress/">Read More &#187;</a></strong></p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/wp-tutorials/how-to-fix-custom-fields-not-showing-in-wordpress/">How to Fix Custom Fields Not Showing in WordPress</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Are you unable to find the custom fields option on your WordPress site? Custom field is an advance WordPress feature that helps you add custom content to your WordPress posts and pages by following various WordPress tutorials. In this article, we will show you how to easily fix custom fields not showing issue in WordPress. </p>
<p><img title="Fix missing custom fields in WordPress" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/05/missingcustomfields.png" alt="Fix missing custom fields in WordPress" width="550" height="340" class="alignnone size-full wp-image-52689" /></p>
<h4>Fixing Custom Fields Not Showing Issue in WordPress</h4>
<p><a href="http://www.wpbeginner.com/glossary/custom-fields/" title="What is Custom Fields in WordPress?">Custom fields</a> are typically associated with WordPress post, pages, or <a href="http://www.wpbeginner.com/wp-tutorials/how-to-create-custom-post-types-in-wordpress/" title="How to Create Custom Post Types in WordPress">custom post types</a>. Often you will find custom fields mentioned in various <a href="http://www.wpbeginner.com/category/wp-tutorials/" title="Best WordPress Tutorials">WordPress tutorials</a> around the web, but you will likely not see the custom fields option on your site specially if you recently <a href="http://www.wpbeginner.com/start-a-wordpress-blog/" title="Ultimate Guide: How to Start a WordPress Blog (Step by Step)">started your WordPress blog</a>.</p>
<p>In the past, custom fields were visible by default on the post edit screen of all WordPress sites. However since it is an advance feature, the WordPress core development team decided to hide custom fields by default for all new users in the WordPress 3.1 release.</p>
<p>They also made it easy for anyone to make them visible with just two clicks from within the post edit screen.</p>
<p>Simply create or edit an existing post / page, and then click on the &#8216;<a href="http://www.wpbeginner.com/glossary/screen-options/" title="What is Screen Options button in WordPress?">Screen Options</a>&#8216; button at the top right corner of the screen. This will show you a menu with several options that you can show or hide on your post edit screen. </p>
<p>Go ahead and click on the checkbox next to &#8216;Custom Fields&#8217; option. </p>
<p><img title="Show custom fields" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/05/showcustomfields.png" alt="Show custom fields" width="550" height="259" class="alignnone size-full wp-image-52684" /></p>
<p><strong>Note:</strong> If you don&#8217;t see the Custom Fields option on your site, then please scroll to the troubleshooting option below in the article.</p>
<p>You can now scroll down on the post edit screen, and you will notice a new meta box labeled &#8216;Custom Fields&#8217; below your post editor. </p>
<p><img title="Custom Fields box" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/05/customfieldsbox.png" alt="Custom Fields box" width="550" height="258" class="alignnone size-full wp-image-52685" /></p>
<p>Since WordPress remembers your display choice, it will continue to display the custom fields box whenever you are editing posts on your website. </p>
<p>You can use this box to add, edit, and delete custom fields and their values. </p>
<h4>What are Custom Fields? What Can You Do with them?</h4>
<p>By default, when you write a new post, page, or any content type, WordPress saves it into two different areas. The first part is the body of your content that you add using the post editor.</p>
<p>The second part is the information about that particular content. For example, title, author name, date / time, and more. This bit of information about the post is called metadata.</p>
<p>Apart from the default post metadata, WordPress also allows you to save custom metadata by using custom fields. </p>
<p>To learn more, see our <a href="http://www.wpbeginner.com/wp-tutorials/wordpress-custom-fields-101-tips-tricks-and-hacks/" title="WordPress Custom Fields 101: Tips, Tricks, and Hacks">beginner&#8217;s guide to WordPress custom fields</a> with examples, tips, and tricks that you can use on your website. </p>
<p>WordPress developers use custom fields to store custom post metadata for your posts. For example, the <a href="http://www.wpbeginner.com/plugins/how-to-install-and-setup-wordpress-seo-plugin-by-yoast/" title="How to Install and Setup WordPress SEO Plugin by Yoast">Yoast SEO plugin</a> uses custom fields to store SEO settings for your posts. </p>
<p><img title="Yoast SEO meta box" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/05/yoastseobox.png" alt="Yoast SEO meta box" width="550" height="349" class="alignnone size-full wp-image-52686" /></p>
<p>However instead of using the default custom fields box shown above, these plugin developers create their own custom meta boxes. This makes it easier for users to input information. </p>
<p>If you want to create a custom meta box to easily input custom metadata, then see our guide on <a href="http://www.wpbeginner.com/wp-tutorials/how-to-add-custom-meta-boxes-in-wordpress-posts-and-post-types/" title="How to Add Custom Meta Boxes in WordPress Posts and Post Types">how to add custom meta boxes in WordPress</a>. </p>
<h4>Troubleshooting</h4>
<p>Recently one of our readers came to us with a problem where the Custom Fields option was missing from the WordPress screen options. After some investigation, we were able to find the cause of the issue.</p>
<p>If your WordPress site is missing the custom fields option under the &#8216;Screen Options&#8217; menu, then you need to check if you have the <a href="https://wordpress.org/plugins/advanced-custom-fields/"  title="Advanced Custom Fields" rel="nofollow">Advanced Custom Fields (ACF)</a> plugin active on your site. </p>
<p>ACF is a very popular WordPress plugin that developers use to <a href="http://www.wpbeginner.com/wp-tutorials/how-to-add-custom-meta-boxes-in-wordpress-posts-and-post-types/" title="How to Add Custom Meta Boxes in WordPress Posts and Post Types">create custom meta boxes</a>. ACF is running on over 1 million websites. </p>
<p>In ACF version 5.5.13, they added a setting to remove the default WordPress custom field metabox to speed up the load times on the post edit page. The idea being that you shouldn&#8217;t need the default metabox since you&#8217;re using ACF.</p>
<p>However if you need to have the default WordPress custom field metabox enabled, then you need to add the following code to your WordPress theme&#8217;s functions.php file.</p>
<pre class="brush: php; title: ; notranslate">add_filter('acf/settings/remove_wp_meta_box', '__return_false');</pre>
<p>This will solve the custom fields option missing issue in WordPress. </p>
<p>We hope this article helped you fix the custom fields not showing issue on your WordPress site. You may also want to see our ultimate list of most useful <a href="http://www.wpbeginner.com/wp-tutorials/55-most-wanted-wordpress-tips-tricks-and-hacks/" title="55+ Most Wanted WordPress Tips, Tricks, and Hacks">WordPress tips, tricks, and hacks</a>. </p>
<p>If you liked this article, then please subscribe to our <a href="http://youtube.com/wpbeginner?sub_confirmation=1" title="WPBeginner on YouTube"  rel="nofollow">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="http://twitter.com/wpbeginner" title="WPBeginner on Twitter"  rel="nofollow">Twitter</a> and <a href="https://www.facebook.com/wpbeginner" title="WPBeginner on Facebook"  rel="nofollow">Facebook</a>.</p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/wp-tutorials/how-to-fix-custom-fields-not-showing-in-wordpress/">How to Fix Custom Fields Not Showing in WordPress</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/tutorials/how-to-fix-custom-fields-not-showing-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
	</channel>
</rss>
