<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.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>Gravity Support Forums Topic: custom_menu_order with Gravity Forms in WordPress 3.5</title>
		<link>https://legacy.forums.gravityhelp.com/topic/custom_menu_order-with-gravity-forms-in-wordpress-35</link>
		<description>Gravity Support Forums Topic: custom_menu_order with Gravity Forms in WordPress 3.5</description>
		<language>en-US</language>
		<pubDate>Mon, 06 Apr 2026 00:46:56 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/custom_menu_order-with-gravity-forms-in-wordpress-35" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "custom_menu_order with Gravity Forms in WordPress 3.5"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom_menu_order-with-gravity-forms-in-wordpress-35#post-102642</link>
			<pubDate>Fri, 14 Dec 2012 09:58:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">102642@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the update.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matt Banks on "custom_menu_order with Gravity Forms in WordPress 3.5"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom_menu_order-with-gravity-forms-in-wordpress-35#post-102633</link>
			<pubDate>Fri, 14 Dec 2012 09:22:01 +0000</pubDate>
			<dc:creator>Matt Banks</dc:creator>
			<guid isPermaLink="false">102633@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Got it! Had the wrong slug in there for Gravity Forms. Instead of 'admin.php?page=gf_edit_forms', it needs to be 'gf_edit_forms'.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Matt Banks on "custom_menu_order with Gravity Forms in WordPress 3.5"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/custom_menu_order-with-gravity-forms-in-wordpress-35#post-102151</link>
			<pubDate>Thu, 13 Dec 2012 10:44:26 +0000</pubDate>
			<dc:creator>Matt Banks</dc:creator>
			<guid isPermaLink="false">102151@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Having trouble getting Gravity Forms to play nice with custom_menu_order in WordPress 3.5. Here's the code I'm using:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// Change Menu Order
function custom_menu_order($menu_ord) {
	if (!$menu_ord) return true;
	return array(
		&#38;#39;index.php&#38;#39;, // Dashboard
		&#38;#39;separator1&#38;#39;, // First separator
		&#38;#39;edit.php?post_type=attorney&#38;#39;, // Attorneys
		&#38;#39;edit.php?post_type=page&#38;#39;, // Pages
		&#38;#39;admin.php?page=gf_edit_forms&#38;#39;, // Gravity Forms
		&#38;#39;upload.php&#38;#39;, // Media
		&#38;#39;edit.php&#38;#39;, // Posts
		&#38;#39;edit-comments.php&#38;#39;, // Comments
		&#38;#39;separator2&#38;#39;, // Second separator
		&#38;#39;themes.php&#38;#39;, // Appearance
		&#38;#39;plugins.php&#38;#39;, // Plugins
		&#38;#39;users.php&#38;#39;, // Users
		&#38;#39;tools.php&#38;#39;, // Tools
		&#38;#39;options-general.php&#38;#39;, // Settings
		&#38;#39;separator-last&#38;#39;, // Last separator
	);
}
add_filter(&#38;#39;custom_menu_order&#38;#39;, &#38;#39;custom_menu_order&#38;#39;); // Activate custom_menu_order
add_filter(&#38;#39;menu_order&#38;#39;, &#38;#39;custom_menu_order&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Gravity Forms is showing up below Settings after the last separator. I just grabbed the URL of admin.php?page=gf_edit_forms, but I'm guessing that's what's not right since it's not loading it. Any thoughts?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Matt
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
