<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Custom post options not populating in post backend</title>
		<link>http://www.themolitor.com/forums/topic/custom-post-options-not-populating-in-post-backend</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Custom post options not populating in post backend</description>
		<language>en-US</language>
		<pubDate>Wed, 06 May 2026 01:48:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/custom-post-options-not-populating-in-post-backend" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Custom post options not populating in post backend"</title>
			<link>http://www.themolitor.com/forums/topic/custom-post-options-not-populating-in-post-backend#post-31207</link>
			<pubDate>Wed, 08 Oct 2014 13:49:47 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">31207@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>As of version 1.7.0 the custom post options (i.e. lat/long settings, etc) are completely new. The old custom post options data is still on your database, but it's not displayed on the post edit screen. </p>
<p>There are a few main reasons for this change: (1) the previous setup didn't allow for interaction with a front-end submission form, (2) the previous setup was slowly becoming deprecated with each WordPress update, and (3) the newer system is faster, smaller and more robust for new features (which I've been implementing regularly since this change).</p>
<p>If you want to view the old custom post options on the post edit screen (in addition to the new custom post options), open functions.php and change the following on lines 119-122 from this...</p>
<pre><code>////////////////////////
//LEGACY CUSTOM POST OPTIONS
////////////////////////
//include(TEMPLATEPATH . &#039;/include/old-post-meta.php&#039;);</code></pre>
<p>...to this...</p>
<pre><code>////////////////////////
//LEGACY CUSTOM POST OPTIONS
////////////////////////
include(TEMPLATEPATH . &#039;/include/old-post-meta.php&#039;);</code></pre>
<p>After making that change, you should be able to view both the old and new custom post options on the post edit screen.</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>dermody on "Custom post options not populating in post backend"</title>
			<link>http://www.themolitor.com/forums/topic/custom-post-options-not-populating-in-post-backend#post-31204</link>
			<pubDate>Wed, 08 Oct 2014 10:34:16 +0000</pubDate>
			<dc:creator>dermody</dc:creator>
			<guid isPermaLink="false">31204@http://www.themolitor.com/forums/</guid>
			<description><p>I just updated to the latest version. I was hoping this would fix the issue as it was happening in the previous version as well.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Custom post options not populating in post backend"</title>
			<link>http://www.themolitor.com/forums/topic/custom-post-options-not-populating-in-post-backend#post-31203</link>
			<pubDate>Wed, 08 Oct 2014 10:17:28 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">31203@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>What version of the theme are you using?</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>dermody on "Custom post options not populating in post backend"</title>
			<link>http://www.themolitor.com/forums/topic/custom-post-options-not-populating-in-post-backend#post-31199</link>
			<pubDate>Wed, 08 Oct 2014 09:32:47 +0000</pubDate>
			<dc:creator>dermody</dc:creator>
			<guid isPermaLink="false">31199@http://www.themolitor.com/forums/</guid>
			<description><p>I have migrated my site over to a new install and imported the data. Everything is working fine on the front end and is in the database correctly, unfortunately the custom post option values are not being populated in the posts back end. Any ideas on what needs to be done so this data becomes visible.
</p></description>
		</item>

	</channel>
</rss>
