<?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: FIXED: Menu items with apostrophes in their title break IE8</title>
		<link>http://www.themolitor.com/forums/topic/menu-items-with-apostrophes-in-their-title-break-ie8</link>
		<description>THE MOLITOR FORUMS &#187; Topic: FIXED: Menu items with apostrophes in their title break IE8</description>
		<language>en-US</language>
		<pubDate>Sat, 09 May 2026 13:32:42 +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/menu-items-with-apostrophes-in-their-title-break-ie8" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "FIXED: Menu items with apostrophes in their title break IE8"</title>
			<link>http://www.themolitor.com/forums/topic/menu-items-with-apostrophes-in-their-title-break-ie8#post-19717</link>
			<pubDate>Wed, 27 Mar 2013 09:37:08 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19717@http://www.themolitor.com/forums/</guid>
			<description><p>Awesome. Thanks for sharing your findings!</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>jhueting on "FIXED: Menu items with apostrophes in their title break IE8"</title>
			<link>http://www.themolitor.com/forums/topic/menu-items-with-apostrophes-in-their-title-break-ie8#post-19712</link>
			<pubDate>Wed, 27 Mar 2013 07:34:19 +0000</pubDate>
			<dc:creator>jhueting</dc:creator>
			<guid isPermaLink="false">19712@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks, Chris!</p>
<p>Had to modify your suggestion as the case for blank space (first line) got ignored. Here's what worked in the end:</p>
<p>... line 15<br />
<pre><code>$replace_cases = array(&#34; &#34;,&#34;&#039;&#34;);
$titleId = str_replace($replace_cases, &#34;-&#34;, $title);</code></pre>
<p>... line 41<br />
<pre><code>$titleId = str_replace($replace_cases, &#34;-&#34;, $title);</code></pre></description>
		</item>
		<item>
			<title>THE MOLITOR on "FIXED: Menu items with apostrophes in their title break IE8"</title>
			<link>http://www.themolitor.com/forums/topic/menu-items-with-apostrophes-in-their-title-break-ie8#post-19705</link>
			<pubDate>Tue, 26 Mar 2013 12:46:00 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19705@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Try this... open "index.php" and change the following on line 15 from this...</p>
<pre><code>$titleId = str_replace(&#34; &#34;, &#34;-&#34;, $title);</code></pre>
<p>...to this...</p>
<pre><code>$titleId = str_replace(&#34; &#34;, &#34;-&#34;, $title);
$titleId = str_replace(&#34;&#039;&#34;, &#34;&#34;, $title);</code></pre>
<p>And then change the following on line 41 from this...</p>
<pre><code>$titleId = str_replace(&#34; &#34;, &#34;-&#34;, $title);</code></pre>
<p>..to this...</p>
<pre><code>$titleId = str_replace(&#34; &#34;, &#34;-&#34;, $title);
$titleId = str_replace(&#34;&#039;&#34;, &#34;&#34;, $title);</code></pre>
<p>Let me know if that works.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>jhueting on "FIXED: Menu items with apostrophes in their title break IE8"</title>
			<link>http://www.themolitor.com/forums/topic/menu-items-with-apostrophes-in-their-title-break-ie8#post-19700</link>
			<pubDate>Tue, 26 Mar 2013 10:05:07 +0000</pubDate>
			<dc:creator>jhueting</dc:creator>
			<guid isPermaLink="false">19700@http://www.themolitor.com/forums/</guid>
			<description><p>Website shows menu but keeps "Loading..." actual content.</p>
<p>I know the Panels theme isn't compatible with IE7, so I've already checked to make sure documentMode = 8. Replacing the apostrophe in the title with ' is being disregarded by WP.</p>
<p>Please let me know if there's a workaround to the issue.
</p></description>
		</item>

	</channel>
</rss>
