<?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/"
	>

<channel>
	<title>Creative World Vision</title>
	<atom:link href="http://www.creativeworldvision.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.creativeworldvision.com</link>
	<description>Online portfolio of Annie Nguyen, Web Designer from Philadelphia, PA. .</description>
	<pubDate>Sat, 06 Mar 2010 00:19:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to hide blog title and description in wp theme?</title>
		<link>http://www.creativeworldvision.com/%page%</link>
		<comments>http://www.creativeworldvision.com/%page%#comments</comments>
		<pubDate>Thu, 19 Mar 2009 19:22:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[editing blog title]]></category>

		<category><![CDATA[hiding blog title]]></category>

		<category><![CDATA[hiding wordpress blog title]]></category>

		<category><![CDATA[hiding wordpress description from header]]></category>

		<guid isPermaLink="false">http://www.creativeworldvision.com/site/?p=19</guid>
		<description><![CDATA[- Open the css file of the theme
- Search for the subclass that is the blog title and description
- Within these Subclass parameter, type:
  display:none;
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
- EXAMPLES:
.logo a {
  text-decoration: none;
  display:none;
  color: #eead24;  
 }
.slogan {
 font-size: 16px;
 display:none;
 /* color: white; */
  }
]]></description>
		<wfw:commentRss>http://www.creativeworldvision.com/%page%/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
