<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>devdisko{dot}comRaquo</title>
	<atom:link href="http://devdisko.com/tag/raquo/feed/" rel="self" type="application/rss+xml" />
	<link>http://devdisko.com</link>
	<description>shake your fake tan thru aerosol land</description>
	<lastBuildDate>Tue, 11 Jan 2011 03:53:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Removing Raquo</title>
		<link>http://devdisko.com/tutorials/general-tutorials/removing-raquo/</link>
		<comments>http://devdisko.com/tutorials/general-tutorials/removing-raquo/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 06:49:12 +0000</pubDate>
		<dc:creator>ZWJ</dc:creator>
				<category><![CDATA[General Tutorials]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Raquo]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://devdisko.com/?p=21</guid>
		<description><![CDATA[This article will detail how to identify and remove the raquo symbol for your Wordpress installation. It may also be useful to users of other blog/website software.]]></description>
			<content:encoded><![CDATA[<p>This article will detail how to identify and remove the raquo symbol for your WordPress installation. It may also be useful to users of other blog/website software.</p>
<p><strong><span style="color: #000000;">Raquo</span></strong> or <strong><span style="color: #000000;">»</span></strong> or <span style="color: #000000;"><strong>&amp;raquo;</strong></span> is as loved as it is hated. On WordPress, it is often the default symbol set in the theme of your installation. Let’s look at how we can remove or replace it.</p>
<p>1. Have a look in the header.php file of whatever theme you are using. You should see something like this within the code.</p>
<pre>&lt;?php bloginfo(’name’); ?&gt; &lt;?php if ( is_single() ) { ?&gt;&lt;br /&gt; » &lt;?php&lt;br /&gt;
foreach((get_the_category()) as $cat) {&lt;br /&gt; echo $cat-&gt;cat_name . ‘ ‘;&lt;br /&gt; }
 ?&gt; &lt;?php } ?&gt;&lt;/p&gt; &lt;p&gt;&lt;?php wp_title(); ?&gt;</pre>
<p>2. Look for either » or ». Replace it with a | or whatever you like.</p>
<p>3. We also put a | in this line of code  to give us a | after the title. Have a look below to see what we did on phauxshow.com</p>
<pre>&lt;?php bloginfo(’name’); ?&gt; &lt;?php if ( is_single() ) { ?&gt; |&lt;br /&gt; &lt;?php&lt;br /&gt;
foreach((get_the_category()) as $cat) {&lt;br /&gt; echo $cat-&gt;cat_name . ‘ ‘;&lt;br /&gt;
} ?&gt; &lt;?php } ?&gt;&lt;/p&gt; &lt;p&gt;&lt;?php wp_title(’ | ‘); ?&gt;</pre>
<p>The effect is a | between our site name, page, category or archive. We think ‘Phauxshow | Artists | Elizabeth West’ looks a little better than ‘Phauxshow » Artists » Elizabeth West’, don’t you?</p>
<p>For more information on raquo check out raquo.net</p>
<p>Let us know if you have any questions!</p>
]]></content:encoded>
			<wfw:commentRss>http://devdisko.com/tutorials/general-tutorials/removing-raquo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

