<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: Disabling menu editing with Front-end editor</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Wed, 22 May 2013 10:30:11 +0000</pubDate>

<item>
<title>jcollier on "Disabling menu editing with Front-end editor"</title>
<link>http://themeshaper.com/forums/topic/disabling-menu-editing-with-front-end-editor#post-16133</link>
<pubDate>Sat, 09 Oct 2010 14:27:24 +0000</pubDate>
<dc:creator>jcollier</dc:creator>
<guid isPermaLink="false">16133@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm using Front-end editor with my Thematic child theme, and it works great!&#60;/p&#62;
&#60;p&#62;My only question is how to disable editing of the menu titles through FEE, since I use A1O-SEO to create menu titles which are shorter than the full post titles.  When I activate title editing with the FEE, the full titles appear in the menu bar.&#60;/p&#62;
&#60;p&#62;The FEE developer suggested this:&#60;/p&#62;
&#60;p&#62;You can do something like this in your theme:&#60;/p&#62;
&#60;p&#62;      add_filter( 'front_end_editor_allow_post', '__return_false' );&#60;/p&#62;
&#60;p&#62;      // code that displays the menu&#60;/p&#62;
&#60;p&#62;      remove_filter( 'front_end_editor_allow_post', '__return_false' );&#60;/p&#62;
&#60;p&#62;So, would I add a function in my child theme to replace the current generation of the access menu with this filter wrapped around it? (I admit, I can't get my head around the multiple filters.)
&#60;/p&#62;</description>
</item>

</channel>
</rss>
