<?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: broken links when using Ó or similar letters in categories</title>
		<link>http://www.themolitor.com/forums/topic/broken-links-when-using-o-or-similar-letters-in-categories</link>
		<description>THE MOLITOR FORUMS &#187; Topic: broken links when using Ó or similar letters in categories</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 06:46:00 +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/broken-links-when-using-o-or-similar-letters-in-categories" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "broken links when using Ó or similar letters in categories"</title>
			<link>http://www.themolitor.com/forums/topic/broken-links-when-using-o-or-similar-letters-in-categories#post-29185</link>
			<pubDate>Fri, 09 May 2014 13:05:51 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29185@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)</p>
<p>If you're enjoying the theme, PLEASE don't forget to rate it on your downloads page on ThemeForest. Positive ratings REALLY help me out.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>masaazul on "broken links when using Ó or similar letters in categories"</title>
			<link>http://www.themolitor.com/forums/topic/broken-links-when-using-o-or-similar-letters-in-categories#post-29180</link>
			<pubDate>Fri, 09 May 2014 11:10:43 +0000</pubDate>
			<dc:creator>masaazul</dc:creator>
			<guid isPermaLink="false">29180@http://www.themolitor.com/forums/</guid>
			<description><p>Perfect. Thanks!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "broken links when using Ó or similar letters in categories"</title>
			<link>http://www.themolitor.com/forums/topic/broken-links-when-using-o-or-similar-letters-in-categories#post-29172</link>
			<pubDate>Fri, 09 May 2014 10:18:27 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29172@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>You can add support for that character by opening index.php and changing the following on line 48 from this...</p>
<pre><code>$catName = str_replace (&#34;é&#34;, &#34;e&#34;, $catName);</code></pre>
<p>...to this...</p>
<pre><code>$catName = str_replace (&#34;é&#34;, &#34;e&#34;, $catName);
$catName = str_replace (&#34;Ó&#34;, &#34;O&#34;, $catName);</code></pre>
<p>Notice I added a second line that includes the "Ó" character conversion.</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>masaazul on "broken links when using Ó or similar letters in categories"</title>
			<link>http://www.themolitor.com/forums/topic/broken-links-when-using-o-or-similar-letters-in-categories#post-29166</link>
			<pubDate>Fri, 09 May 2014 06:19:32 +0000</pubDate>
			<dc:creator>masaazul</dc:creator>
			<guid isPermaLink="false">29166@http://www.themolitor.com/forums/</guid>
			<description><p>Because one of my categories has a Ó in the title (CÓCTELES) the slug associated with that category does not exactly match and therefore the link to that category on the menu does not work. I know the code for writing Ó, or at least I think I do...but I don't know where to put it. Unlike a post, I don't have access to the HTML side of categories. I should also say I've only done front end Wordpress and have little experience with HTML coding. Any help is appreciated!
</p></description>
		</item>

	</channel>
</rss>
