<?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>Viralogy Themes</title>
	<atom:link href="http://www.viralogy.com/themes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.viralogy.com/themes</link>
	<description>the best, most customizable wordpress themes in the universe</description>
	<pubDate>Thu, 16 Jul 2009 20:46:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Running a local copy and install Wordpress on a Mac using MAMP</title>
		<link>http://www.viralogy.com/themes/basics/running-a-local-copy-and-install-wordpress-on-a-mac-using-mamp/</link>
		<comments>http://www.viralogy.com/themes/basics/running-a-local-copy-and-install-wordpress-on-a-mac-using-mamp/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 23:43:25 +0000</pubDate>
		<dc:creator>JunLoayza</dc:creator>
		
		<category><![CDATA[Basics]]></category>

		<category><![CDATA[install]]></category>

		<category><![CDATA[local host]]></category>

		<category><![CDATA[mac]]></category>

		<category><![CDATA[mamp]]></category>

		<guid isPermaLink="false">http://www.viralogy.com/themes/?p=89</guid>
		<description><![CDATA[A Local Host is great because it allows you to host your site on your computer!  This means two things:

You can see changes instantly without having to download the site from the internet
You can work on and edit your theme offline

The best tutorial that I have found online to install a Localhost for a Mac [...]]]></description>
			<content:encoded><![CDATA[<p>A Local Host is great because it allows you to host your site on your computer!  This means two things:</p>
<ol>
<li>You can see changes instantly without having to download the site from the internet</li>
<li>You can work on and edit your theme offline</li>
</ol>
<p>The best tutorial that I have found online to install a Localhost for a Mac is <a rel="nofollow" href="http://www.lullabot.com/files/MacLocalhost.mp4" target="_blank">this tutorial right here by Lullabot</a>.  The tutorial should have everything you need to know.</p>
<h3>Next step is to install Wordpress on your Local Host:</h3>
<ol>
<li>Open the Start Page for Mamp (<a href="http://localhost/MAMP/" target="_blank">http://localhost/MAMP/</a>)</li>
<li>Click on phpMyAdmin (one of the tabs on top)</li>
<li>Click on the drop down menu for <strong>MYSQL connection collation</strong> and select <strong>utf8_unicode_ci</strong></li>
<li>Click on the box under <strong>Create New Database</strong> and write <strong>wordpress</strong></li>
<li>Click &#8220;Create&#8221;</li>
<li>Download Wordpress from <a href="http://wordpress.org/">http://wordpress.org/</a></li>
<li>Open the wp-config-sample.php file</li>
<li>Make the following edits:</li>
</ol>
<blockquote><p>// ** MySQL settings - You can get this info from your web host ** //<br />
/** The name of the database for WordPress */<br />
define(&#8217;DB_NAME&#8217;, &#8216;<span style="color: #ff0000;">wordpress</span>&#8216;);</p>
<p>/** MySQL database username */<br />
define(&#8217;DB_USER&#8217;, &#8216;<span style="color: #ff0000;">root</span>&#8216;);</p>
<p>/** MySQL database password */<br />
define(&#8217;DB_PASSWORD&#8217;, &#8216;<span style="color: #ff0000;">root</span>&#8216;);</p>
<p>/** MySQL hostname */<br />
define(&#8217;DB_HOST&#8217;, &#8216;localhost&#8217;);</p></blockquote>
<ol>
<li>Save the file as <strong>wp-config.php</strong></li>
<li>Open up your Local Host folder (created from the <a rel="nofollow" href="http://www.lullabot.com/files/MacLocalhost.mp4" target="_blank">Lullabot</a> video tutorial above)</li>
<li>Find the folder titled &#8220;wordpress&#8221; (if the folder was not automatically created, create it right now)</li>
<li>Transfer ALL of the wordpress files into the Wordpress folder</li>
<li>Go to the following url to install Wordpress onto your Localhost: http://localhost/wordpress/wp-admin/install.php</li>
<li>Follow the steps and you&#8217;re done!</li>
</ol>
<p>If after you’ve read the entire tutorial, and read the entire comment section, and you still can’t figure out how to install a Localhost on your Mac, leave me a comment here and I will walk you through the installation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viralogy.com/themes/basics/running-a-local-copy-and-install-wordpress-on-a-mac-using-mamp/feed/</wfw:commentRss>
<enclosure url="http://www.lullabot.com/files/MacLocalhost.mp4" length="22253532" type="video/mp4" />
		</item>
		<item>
		<title>Running a local copy and install Wordpress under Windows XP</title>
		<link>http://www.viralogy.com/themes/basics/running-a-local-copy-and-install-wordpress-under-windows-xp/</link>
		<comments>http://www.viralogy.com/themes/basics/running-a-local-copy-and-install-wordpress-under-windows-xp/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 23:39:02 +0000</pubDate>
		<dc:creator>JunLoayza</dc:creator>
		
		<category><![CDATA[Basics]]></category>

		<category><![CDATA[install]]></category>

		<category><![CDATA[local host]]></category>

		<guid isPermaLink="false">http://www.viralogy.com/themes/?p=85</guid>
		<description><![CDATA[A Local Host is great because it allows you to host your site on your computer!  This means two things:

You can see changes instantly without having to download the site from the internet
You can work on and edit your theme offline

The best tutorial that I have found online to setup a Localhost and install Wordpress [...]]]></description>
			<content:encoded><![CDATA[<p>A Local Host is great because it allows you to host your site on your computer!  This means two things:</p>
<ol>
<li>You can see changes instantly without having to download the site from the internet</li>
<li>You can work on and edit your theme offline</li>
</ol>
<p>The best tutorial that I have found online to setup a Localhost and install Wordpress for Windows XP is <a rel="nofollow" href="http://geeksaresexy.blogspot.com/2006/06/installing-wordpress-locally-under.html" target="_blank">this tutorial right here by Geeks are Sexy</a>.  The tutorial should have everything you need to know.</p>
<p>If after you&#8217;ve read the entire tutorial, and read the entire comment section, and you still can&#8217;t figure out how to install a Localhost on your Windows XP, leave me a comment here and I will walk you through the installation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viralogy.com/themes/basics/running-a-local-copy-and-install-wordpress-under-windows-xp/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Change the About text</title>
		<link>http://www.viralogy.com/themes/about/change-the-about-text/</link>
		<comments>http://www.viralogy.com/themes/about/change-the-about-text/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 23:14:14 +0000</pubDate>
		<dc:creator>JunLoayza</dc:creator>
		
		<category><![CDATA[About]]></category>

		<category><![CDATA[change]]></category>

		<category><![CDATA[Header]]></category>

		<category><![CDATA[how to]]></category>

		<category><![CDATA[JunPress]]></category>

		<category><![CDATA[PhenPress]]></category>

		<category><![CDATA[Sidebar]]></category>

		<category><![CDATA[text]]></category>

		<guid isPermaLink="false">http://www.viralogy.com/themes/?p=82</guid>
		<description><![CDATA[Note: Do not copy and past the code below into your .php files.  This code has been formatted through html.  Please type in the actual code into your .php file.  This also helps you learn how to code html and you’ll be a CSS master in no time  
1. Open up header.php for JunPress or [...]]]></description>
			<content:encoded><![CDATA[<p><em>Note: Do not copy and past the code below into your .php files.  This code has been formatted through html.  Please type in the actual code into your .php file.  This also helps you learn how to code html and you’ll be a CSS master in no time  <img class="wp-smiley" src="../wp-includes/images/smilies/icon_smile.gif" alt=":)" /></em></p>
<p>1. Open up <strong>header.php for JunPress</strong> or open up <strong>sidebar.php for PhenPress</strong></p>
<p>2. The code that you will be looking for is in the “about” div which is seen here:</p>
<blockquote><p>&lt;div id=”about”&gt;</p>
<p>&lt;div id=”about-left”&gt;</p>
<p>&lt;div id=”about-title”&gt;<br />
&lt;a rel=”nofollow” href=”&lt;?php echo get_bloginfo(’url’);?&gt;/about/”&gt;<span style="color: #ff0000;">About</span>&lt;/a&gt;<br />
&lt;/div&gt;</p>
<p>&lt;div id=”about-description”&gt;<br />
<span style="color: #0000ff;">Description about you that you can edit.</span><br />
&lt;p /&gt;<br />
&lt;a rel=”nofollow” href=”&lt;?php echo get_bloginfo(’url’);?&gt;/about/”&gt;<span style="color: #0000ff;">Learn more about me</span>&lt;/a&gt;<br />
&lt;/div&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;div id=”about-image”&gt;<br />
&lt;img src=”http://junloayza.wordpress.com/files/2009/05/junpress-about.jpg” alt=”JunPress About Image”&gt;<br />
&lt;/div&gt;</p>
<p>&lt;/div&gt;</p></blockquote>
<p>3. To change the title of the About section, change the &#8220;about-title&#8221; div</p>
<blockquote><p>&lt;div id=”about-title”&gt;<br />
&lt;a rel=”nofollow” href=”&lt;?php echo get_bloginfo(’url’);?&gt;/about/”&gt;<span style="color: #ff0000;">About Jun</span>&lt;/a&gt;<br />
&lt;/div&gt;</p></blockquote>
<p>4. To change the description for the About section, change the &#8220;about-description&#8221; div</p>
<blockquote><p>&lt;div id=”about-description”&gt;<br />
<span style="color: #0000ff;">My name is Jun Loayza and I am the Co-Founder of Viralogy.com</span><br />
&lt;p /&gt;<br />
&lt;a rel=”nofollow” href=”&lt;?php echo get_bloginfo(’url’);?&gt;/about/”&gt;<span style="color: #0000ff;">Find out more about me</span>&lt;/a&gt;<br />
&lt;/div&gt;</p></blockquote>
<p>5. Put it all together and you get</p>
<blockquote><p>&lt;div id=”about”&gt;</p>
<p>&lt;div id=”about-left”&gt;</p>
<p>&lt;div id=”about-title”&gt;<br />
&lt;a rel=”nofollow” href=”&lt;?php echo get_bloginfo(’url’);?&gt;/about/”&gt;<span style="color: #ff0000;">About Jun</span>&lt;/a&gt;<br />
&lt;/div&gt;</p>
<p>&lt;div id=”about-description”&gt;<br />
<span style="color: #0000ff;">My name is Jun Loayza and I am the Co-Founder of Viralogy.com</span><br />
&lt;p /&gt;<br />
&lt;a rel=”nofollow” href=”&lt;?php echo get_bloginfo(’url’);?&gt;/about/”&gt;<span style="color: #0000ff;">Find out more about me</span><span style="color: #0000ff;"></span>&lt;/a&gt;<br />
&lt;/div&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;div id=”about-image”&gt;<br />
&lt;img src=”http://junloayza.wordpress.com/files/2009/05/junpress-about.jpg” alt=”JunPress About Image”&gt;<br />
&lt;/div&gt;</p>
<p>&lt;/div&gt;</p></blockquote>
<p>6. Save the file</p>
<p>If you have any questions about this, feel free to ask me in the comment section.  Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viralogy.com/themes/about/change-the-about-text/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Download and install Firebug</title>
		<link>http://www.viralogy.com/themes/basics/download-and-install-firebug/</link>
		<comments>http://www.viralogy.com/themes/basics/download-and-install-firebug/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 15:49:50 +0000</pubDate>
		<dc:creator>JunLoayza</dc:creator>
		
		<category><![CDATA[Basics]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[fire fox]]></category>

		<category><![CDATA[firebug]]></category>

		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://www.viralogy.com/themes/?p=71</guid>
		<description><![CDATA[Altering the CSS is the easiest way to change the look, formatting, and feel of the Viralogy Themes.  The most effective way to find an element on the Viralogy Theme and alter it is by using the Firebug Add-on for Fire Fox.
1. Download and Install the Firebug Add-on for Fire Fox
2. After restarting Fire Fox, [...]]]></description>
			<content:encoded><![CDATA[<p>Altering the CSS is the easiest way to change the look, formatting, and feel of the Viralogy Themes.  The most effective way to find an element on the Viralogy Theme and alter it is by using the <a href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">Firebug Add-on</a> for Fire Fox.</p>
<p>1. Download and Install the <a href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank">Firebug Add-on</a> for Fire Fox</p>
<p>2. After restarting Fire Fox, you should see a little Bug Icon on the bottom right of your browser</p>
<p>3. Click on the icon to open the Firebug window</p>
<p>4. Click on &#8220;Inspect&#8221; to be able to actively inspect any element on the Viralogy Themes</p>
<p>5. Hover your mouse over any element and you&#8217;ll notice Firebug will tell you the exact Div and style element that corresponds to section your mouse is hovering over</p>
<p>6. Go to the appropriate section on your style.css file and edit the style to how you want it to look</p>
<p>7. Save the file</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viralogy.com/themes/basics/download-and-install-firebug/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Add your RSS and Email subscribe links</title>
		<link>http://www.viralogy.com/themes/subscribe/add-your-rss-and-email-subscribe-links/</link>
		<comments>http://www.viralogy.com/themes/subscribe/add-your-rss-and-email-subscribe-links/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 20:00:08 +0000</pubDate>
		<dc:creator>JunLoayza</dc:creator>
		
		<category><![CDATA[Subscribe]]></category>

		<category><![CDATA[add]]></category>

		<category><![CDATA[how to]]></category>

		<category><![CDATA[links]]></category>

		<guid isPermaLink="false">http://www.viralogy.com/themes/?p=67</guid>
		<description><![CDATA[Notice: Do not copy and past the code below into your .php files.  This code has been formatted through html.  Please type in the actual code into your .php file.  This also helps you learn how to code html and you’ll be a CSS master in no time  
1. Open the header.php for JunPress or [...]]]></description>
			<content:encoded><![CDATA[<p><em>Notice: Do not copy and past the code below into your .php files.  This code has been formatted through html.  Please type in the actual code into your .php file.  This also helps you learn how to code html and you’ll be a CSS master in no time  <img class="wp-smiley" src="../sidebar/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></em></p>
<p>1. Open the <strong>header.php for JunPress or PhenPress</strong> and open the <strong>sidebar.php for ChouPress</strong></p>
<p>2. For <strong>JunPress</strong> or <strong>PhenPress</strong> locate the &#8220;menu-subscribe&#8221; div</p>
<blockquote><p>&lt;div id=&#8221;menu-subscribe&#8221;&gt;</p>
<p>Subscribe via: &lt;a rel=&#8221;nofollow&#8221; <span style="color: #0000ff;">href=&#8221;"</span>&gt;RSS&lt;/a&gt; | &lt;a rel=&#8221;nofollow&#8221; <span style="color: #0000ff;">href=&#8221;"</span>&gt;Email&lt;/a&gt;</p>
<p>&lt;/div&gt;</p></blockquote>
<p>3. Add your RSS url and your Email subscription url to the appropriate blue highlighted sections.  For example:</p>
<blockquote><p>&lt;div id=&#8221;menu-subscribe&#8221;&gt;</p>
<p>Subscribe via: &lt;a rel=&#8221;nofollow&#8221; <span style="color: #0000ff;">href=&#8221;<span style="color: #000000;">http://feeds.feedburner.com/livingthestartuplife</span>&#8220;</span>&gt;RSS&lt;/a&gt; | &lt;a rel=&#8221;nofollow&#8221; <span style="color: #0000ff;">href=&#8221;<span style="color: #000000;">http://feedburner.google.com/fb/a/mailverify?uri=livingthestartuplife</span>&#8220;</span>&gt;Email&lt;/a&gt;</p>
<p>&lt;/div&gt;</p></blockquote>
<p>4. Save the file</p>
<p>5. For <strong>ChouPress</strong>, locate &#8220;subscribe&#8221; div</p>
<blockquote><p>&lt;div id=&#8221;subscribe&#8221;&gt;</p>
<p>&lt;ul&gt;<br />
&lt;li&gt;&lt;a rel=&#8221;nofollow&#8221; <span style="color: #0000ff;">href=&#8221;"</span>&gt;&lt;img src=&#8221;http://junloayza.wordpress.com/files/2009/05/twitter-icon.png&#8221; width=&#8221;40px&#8221;&gt;&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a rel=&#8221;nofollow&#8221; <span style="color: #0000ff;">href=&#8221;"</span>&gt;&lt;img src=&#8221;http://junloayza.wordpress.com/files/2009/05/rss-icon.png&#8221; width=&#8221;40px&#8221;&gt;&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a rel=&#8221;nofollow&#8221; <span style="color: #0000ff;">href=&#8221;"</span>&gt;&lt;img src=&#8221;http://junloayza.wordpress.com/files/2009/05/email-icon.png&#8221; width=&#8221;40px&#8221;&gt;&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a rel=&#8221;nofollow&#8221; <span style="color: #0000ff;">href=&#8221;"</span>&gt;&lt;img src=&#8221;http://junloayza.wordpress.com/files/2009/05/facebook-icon.png&#8221; width=&#8221;40px&#8221;&gt;&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;</p>
<p>&lt;/div&gt;</p></blockquote>
<p>6.  Add your RSS url and your Email subscription url to the appropriate blue highlighted sections.  For example:</p>
<blockquote><p>&lt;div id=&#8221;subscribe&#8221;&gt;</p>
<p>&lt;ul&gt;<br />
&lt;li&gt;&lt;a rel=&#8221;nofollow&#8221; <span style="color: #0000ff;">href=&#8221;<span style="color: #000000;">http://Twitter.com/JunLoayza</span>&#8220;</span>&gt;&lt;img src=&#8221;http://junloayza.wordpress.com/files/2009/05/twitter-icon.png&#8221; width=&#8221;40px&#8221;&gt;&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a rel=&#8221;nofollow&#8221; <span style="color: #0000ff;">href=&#8221;</span><span style="color: #0000ff;"><span style="color: #000000;">http://feeds.feedburner.com/livingthestartuplife</span></span><span style="color: #0000ff;">&#8220;</span>&gt;&lt;img src=&#8221;http://junloayza.wordpress.com/files/2009/05/rss-icon.png&#8221; width=&#8221;40px&#8221;&gt;&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a rel=&#8221;nofollow&#8221; <span style="color: #0000ff;">href=&#8221;</span><span style="color: #0000ff;"><span style="color: #000000;">http://feedburner.google.com/fb/a/mailverify?uri=livingthestartuplife</span></span><span style="color: #0000ff;">&#8220;</span>&gt;&lt;img src=&#8221;http://junloayza.wordpress.com/files/2009/05/email-icon.png&#8221; width=&#8221;40px&#8221;&gt;&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a rel=&#8221;nofollow&#8221; <span style="color: #0000ff;">href=&#8221;<span style="color: #000000;">http://www.facebook.com/home.php#/profile.php?id=2522723&amp;ref=profile</span>&#8220;</span>&gt;&lt;img src=&#8221;http://junloayza.wordpress.com/files/2009/05/facebook-icon.png&#8221; width=&#8221;40px&#8221;&gt;&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;</p>
<p>&lt;/div&gt;</p></blockquote>
<p>7. Save the file</p>
<p>If you have any questions about this, feel free to ask me in the comment section.  Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viralogy.com/themes/subscribe/add-your-rss-and-email-subscribe-links/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Add content to the sidebar widget</title>
		<link>http://www.viralogy.com/themes/sidebar/add-content-to-the-sidebar-widget/</link>
		<comments>http://www.viralogy.com/themes/sidebar/add-content-to-the-sidebar-widget/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 19:38:45 +0000</pubDate>
		<dc:creator>JunLoayza</dc:creator>
		
		<category><![CDATA[Sidebar]]></category>

		<category><![CDATA[Widget]]></category>

		<category><![CDATA[add]]></category>

		<category><![CDATA[content]]></category>

		<category><![CDATA[how to]]></category>

		<guid isPermaLink="false">http://www.viralogy.com/themes/?p=60</guid>
		<description><![CDATA[Notice: Do not copy and past the code below into your .php files.  This code has been formatted through html.  Please type in the actual code into your .php file.  This also helps you learn how to code html and you’ll be a CSS master in no time  
1. Open up the Sidebar.php (works for [...]]]></description>
			<content:encoded><![CDATA[<p><em>Notice: Do not copy and past the code below into your .php files.  This code has been formatted through html.  Please type in the actual code into your .php file.  This also helps you learn how to code html and you’ll be a CSS master in no time  <img class="wp-smiley" src="../sidebar/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></em></p>
<p>1. Open up the Sidebar.php (<strong>works for all themes</strong>)</p>
<p>2. Locate the &#8220;sidebar-widget&#8221; div that looks like this:</p>
<blockquote><p>&lt;div class=&#8221;sidebar-widget&#8221;&gt;</p>
<p>&lt;div class=&#8221;sidebar-title&#8221;&gt;<br />
<span style="color: #ff0000;">Sidebar Widget</span><br />
&lt;/div&gt;</p>
<p>&lt;div class=&#8221;sidebar-content&#8221;&gt;</p>
<p>&lt;ul&gt;<br />
&lt;li&gt;&lt;<span style="color: #008000;">a href=&#8221;"</span>&gt;<span style="color: #0000ff;">Sample Content</span>&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;<span style="color: #008000;">a href=&#8221;"</span>&gt;<span style="color: #0000ff;">Sample Content</span>&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;<span style="color: #008000;">a href=&#8221;"</span>&gt;<span style="color: #0000ff;">Sample Content</span>&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;<span style="color: #008000;">a href=&#8221;"</span>&gt;<span style="color: #0000ff;">Sample Content</span>&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;<span style="color: #008000;">a href=&#8221;"</span>&gt;<span style="color: #0000ff;">Sample Content</span>&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;</p>
<p>&lt;/div&gt;</p></blockquote>
<p>3. Change the title of the Sidebar Widget with the &#8220;sidebar-title&#8221; div</p>
<blockquote><p>&lt;div class=&#8221;sidebar-title&#8221;&gt;<br />
<span style="color: #ff0000;">Connect with me</span><br />
&lt;/div&gt;</p></blockquote>
<p>4. Change the content of the sidebar widget and add links in the &#8220;sidebar-content&#8221; div</p>
<blockquote><p>&lt;div class=&#8221;sidebar-content&#8221;&gt;</p>
<p>&lt;ul&gt;<br />
&lt;li&gt;&lt;<span style="color: #008000;">a href=&#8221;<span style="color: #000000;">http://Twitter.com/JunLoayza</span><span style="color: #008000;">&#8220;</span></span>&gt;<span style="color: #0000ff;">Twitter</span>&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;<span style="color: #008000;">a href=&#8221;</span>http://www.facebook.com/profile.php?id=2522723&amp;ref=profile<span style="color: #008000;">&#8220;</span>&gt;<span style="color: #0000ff;">Facebook</span>&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;<span style="color: #008000;">a href=&#8221;</span>http://www.linkedin.com/profile?viewProfile=&amp;key=11722472&amp;locale=en_US&amp;trk=tab_pro<span style="color: #008000;">&#8220;</span>&gt;<span style="color: #0000ff;">LinkedIn</span>&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;<span style="color: #008000;">a href=&#8221;</span>http://junloayza.stumbleupon.com/public/<span style="color: #008000;">&#8220;</span>&gt;<span style="color: #0000ff;">Stumble Upon</span>&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;<span style="color: #008000;">a href=&#8221;</span>jun.loayza@gmail.com<span style="color: #008000;">&#8220;</span>&gt;<span style="color: #0000ff;">Email</span>&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;</p></blockquote>
<p>5. The final code should look like this:</p>
<blockquote><p>&lt;div class=&#8221;sidebar-widget&#8221;&gt;</p>
<p>&lt;div class=&#8221;sidebar-title&#8221;&gt;<br />
<span style="color: #ff0000;">Connect with me</span><br />
&lt;/div&gt;</p>
<p>&lt;div class=&#8221;sidebar-content&#8221;&gt;</p>
<p>&lt;ul&gt;<br />
&lt;li&gt;&lt;<span style="color: #008000;">a href=&#8221;<span style="color: #000000;">http://Twitter.com/JunLoayza</span><span style="color: #008000;">&#8220;</span></span>&gt;<span style="color: #0000ff;">Twitter</span>&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;<span style="color: #008000;">a href=&#8221;</span>http://www.facebook.com/profile.php?id=2522723&amp;ref=profile<span style="color: #008000;">&#8220;</span>&gt;<span style="color: #0000ff;">Facebook</span>&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;<span style="color: #008000;">a href=&#8221;</span>http://www.linkedin.com/profile?viewProfile=&amp;key=11722472&amp;locale=en_US&amp;trk=tab_pro<span style="color: #008000;">&#8220;</span>&gt;<span style="color: #0000ff;">LinkedIn</span>&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;<span style="color: #008000;">a href=&#8221;</span>http://junloayza.stumbleupon.com/public/<span style="color: #008000;">&#8220;</span>&gt;<span style="color: #0000ff;">Stumble Upon</span>&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;<span style="color: #008000;">a href=&#8221;</span>jun.loayza@gmail.com<span style="color: #008000;">&#8220;</span>&gt;<span style="color: #0000ff;">Email</span>&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;</p>
<p>&lt;/div&gt;</p></blockquote>
<p>6. Save the file</p>
<p>If you have any questions about this, feel free to ask me in the comment section.  Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viralogy.com/themes/sidebar/add-content-to-the-sidebar-widget/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Add your Twitter Username to the Twitter widget on the sidebar</title>
		<link>http://www.viralogy.com/themes/sidebar/add-your-twitter-username-to-the-twitter-widget-on-the-sidebar/</link>
		<comments>http://www.viralogy.com/themes/sidebar/add-your-twitter-username-to-the-twitter-widget-on-the-sidebar/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 00:19:03 +0000</pubDate>
		<dc:creator>JunLoayza</dc:creator>
		
		<category><![CDATA[Sidebar]]></category>

		<category><![CDATA[Widget]]></category>

		<category><![CDATA[add]]></category>

		<category><![CDATA[how to]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.viralogy.com/themes/?p=55</guid>
		<description><![CDATA[Notice: Do not copy and past the code below into your .php files.  This code has been formatted through html.  Please type in the actual code into your .php file.  This also helps you learn how to code html and you’ll be a CSS master in no time  
1. Open the sidebar.php (works for all [...]]]></description>
			<content:encoded><![CDATA[<p><em>Notice: Do not copy and past the code below into your .php files.  This code has been formatted through html.  Please type in the actual code into your .php file.  This also helps you learn how to code html and you’ll be a CSS master in no time  <img class="wp-smiley" src="../wp-includes/images/smilies/icon_smile.gif" alt=":)" /></em></p>
<p>1. Open the sidebar.php (<strong>works for all themes</strong>)</p>
<p>2. Locate the &#8220;twitter-feed&#8221; div. (I highlighted my username in red for your convenience)</p>
<blockquote><p>&lt;div class=&#8221;twitter-feed&#8221;&gt;<br />
&lt;h2&gt;What I&#8217;m up to&#8230;&lt;/h2&gt;<br />
&lt;ul id=&#8221;twitter_update_list&#8221;&gt;&lt;/ul&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://twitter.com/javascripts/blogger.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://twitter.com/statuses/user_timeline/<span style="color: #ff0000;">JunLoayza</span>.json?callback=twitterCallback2&amp;amp;count=1&#8243;&gt;&lt;/script&gt;<br />
&lt;div class=&#8221;follow-on-twitter&#8221;&gt;<br />
<span style="color: #0000ff;">&lt;a rel=&#8221;nofollow&#8221; href=&#8221;"&gt;Follow me on Twitter&lt;/a&gt;</span><br />
&lt;/div&gt;<br />
&lt;/div&gt;</p></blockquote>
<p>3. Replace my Twitter username (JunLoayza) with yours</p>
<blockquote><p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://twitter.com/statuses/user_timeline/<span style="color: #ff0000;">AddYourUsernameHere</span>.json?callback=twitterCallback2&amp;amp;count=1&#8243;&gt;&lt;/script&gt;</p></blockquote>
<p>4. Now you will want to add your twitter URL to the &#8220;Follow me on Twitter&#8221; link.  The following code is listed in blue above:</p>
<blockquote><p><span style="color: #0000ff;">&lt;a rel=&#8221;nofollow&#8221; href=&#8221;<span style="color: #000000;">http://Twitter.com/AddYourUsernameHere</span>&#8220;&gt;Follow me on Twitter&lt;/a&gt;</span></p></blockquote>
<p><span style="color: #0000ff;"><span style="color: #000000;">5. The final code should like this:</span></span></p>
<blockquote><p>&lt;div class=&#8221;twitter-feed&#8221;&gt;<br />
&lt;h2&gt;What I&#8217;m up to&#8230;&lt;/h2&gt;<br />
&lt;ul id=&#8221;twitter_update_list&#8221;&gt;&lt;/ul&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://twitter.com/javascripts/blogger.js&#8221;&gt;&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;http://twitter.com/statuses/user_timeline/<span style="color: #ff0000;">AddYourUsernameHere</span>.json?callback=twitterCallback2&amp;amp;count=1&#8243;&gt;&lt;/script&gt;<br />
&lt;div class=&#8221;follow-on-twitter&#8221;&gt;<br />
<span style="color: #0000ff;">&lt;a rel=&#8221;nofollow&#8221; href=&#8221;</span><span style="color: #0000ff;"><span style="color: #000000;">http://Twitter.com/AddYourUsernameHere</span></span><span style="color: #0000ff;">&#8220;&gt;Follow me on Twitter&lt;/a&gt;</span><br />
&lt;/div&gt;<br />
&lt;/div&gt;</p></blockquote>
<p>6. Save the file</p>
<p>If you have any questions about this, feel free to ask me in the comment section.  Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viralogy.com/themes/sidebar/add-your-twitter-username-to-the-twitter-widget-on-the-sidebar/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Change the about image</title>
		<link>http://www.viralogy.com/themes/junpress/change-the-about-image/</link>
		<comments>http://www.viralogy.com/themes/junpress/change-the-about-image/#comments</comments>
		<pubDate>Sun, 31 May 2009 23:57:18 +0000</pubDate>
		<dc:creator>JunLoayza</dc:creator>
		
		<category><![CDATA[About]]></category>

		<category><![CDATA[JunPress]]></category>

		<category><![CDATA[PhenPress]]></category>

		<category><![CDATA[change]]></category>

		<category><![CDATA[how to]]></category>

		<category><![CDATA[image]]></category>

		<guid isPermaLink="false">http://www.viralogy.com/themes/?p=48</guid>
		<description><![CDATA[Notice: Do not copy and past the code below into your .php files.  This code has been formatted through html.  Please type in the actual code into your .php file.  This also helps you learn how to code html and you&#8217;ll be a CSS master in no time   
1. Open up header.php for JunPress [...]]]></description>
			<content:encoded><![CDATA[<p><em>Notice: Do not copy and past the code below into your .php files.  This code has been formatted through html.  Please type in the actual code into your .php file.  This also helps you learn how to code html and you&#8217;ll be a CSS master in no time  <img src='http://www.viralogy.com/themes/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>
<p>1. Open up <strong>header.php for JunPress</strong> or open up <strong>sidebar.php for PhenPress</strong></p>
<p>2. <strong>The image size is currently set to 100px by 125px</strong>.  If you would like to add an image without resizing the header, just add an image that is 100px by 125px.  If you would like to change the size of the image, go to this tutorial.</p>
<p>3. The code that you will be looking for is in the &#8220;about&#8221; div which is seen here:</p>
<blockquote><p>&lt;div id=&#8221;about&#8221;&gt;</p>
<p>&lt;div id=&#8221;about-left&#8221;&gt;</p>
<p>&lt;div id=&#8221;about-title&#8221;&gt;<br />
&lt;a rel=&#8221;nofollow&#8221; href=&#8221;&lt;?php echo get_bloginfo(&#8217;url&#8217;);?&gt;/about/&#8221;&gt;About&lt;/a&gt;<br />
&lt;/div&gt;</p>
<p>&lt;div id=&#8221;about-description&#8221;&gt;<br />
Description about you that you can edit.<br />
&lt;p /&gt;<br />
&lt;a rel=&#8221;nofollow&#8221; href=&#8221;&lt;?php echo get_bloginfo(&#8217;url&#8217;);?&gt;/about/&#8221;&gt;Learn more about me&lt;/a&gt;<br />
&lt;/div&gt;</p>
<p>&lt;/div&gt;</p>
<p>&lt;div id=&#8221;about-image&#8221;&gt;<br />
&lt;img src=&#8221;http://junloayza.wordpress.com/files/2009/05/junpress-about.jpg&#8221; alt=&#8221;JunPress About Image&#8221;&gt;<br />
&lt;/div&gt;</p>
<p>&lt;/div&gt;</p></blockquote>
<p>4. In the &#8220;about&#8221; div, locate the following code which pertains to the about image:</p>
<blockquote><p>&lt;div id=&#8221;about-image&#8221;&gt;<br />
&lt;img src=&#8221;http://junloayza.wordpress.com/files/2009/05/junpress-about.jpg&#8221; alt=&#8221;JunPress About Image&#8221;&gt;<br />
&lt;/div&gt;</p></blockquote>
<p>5. Add the url for the image you want to the &lt;img src=”&#8221;&gt;.  For example:</p>
<blockquote><p>&lt;img src=”http://domainforthesite.com/images/filenamefortheimage.jpg”&gt;</p></blockquote>
<p>6. Add the short description for the image in the alt=”&#8221;.  For example:</p>
<blockquote><p>alt=”Short description of image”</p></blockquote>
<p>7. Put it all together and the new code looks like this:</p>
<blockquote><p>&lt;div id=&#8221;about-image&#8221;&gt;<br />
&lt;img src=&#8221;http://domainforthesite.com/images/filenamefortheimage.jpg&#8221; alt=&#8221;Short description of image&#8221;&gt;<br />
&lt;/div&gt;</p></blockquote>
<p>8. Save the file</p>
<p>If you have any questions about this, feel free to ask me in the comment section.  Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viralogy.com/themes/junpress/change-the-about-image/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Change header image on JunPress</title>
		<link>http://www.viralogy.com/themes/junpress/change-header-image-on-junpress/</link>
		<comments>http://www.viralogy.com/themes/junpress/change-header-image-on-junpress/#comments</comments>
		<pubDate>Sun, 31 May 2009 23:29:15 +0000</pubDate>
		<dc:creator>JunLoayza</dc:creator>
		
		<category><![CDATA[Header]]></category>

		<category><![CDATA[JunPress]]></category>

		<category><![CDATA[change]]></category>

		<category><![CDATA[how to]]></category>

		<category><![CDATA[image]]></category>

		<guid isPermaLink="false">http://www.viralogy.com/themes/?p=39</guid>
		<description><![CDATA[Notice: Do not copy and past the code below into your .php files.  This code has been formatted through html.  Please type in the actual code into your .php file.  This also helps you learn how to code html and you&#8217;ll be a CSS master in no time   
1. Open up the header.php for [...]]]></description>
			<content:encoded><![CDATA[<p><em>Notice: Do not copy and past the code below into your .php files.  This code has been formatted through html.  Please type in the actual code into your .php file.  This also helps you learn how to code html and you&#8217;ll be a CSS master in no time  <img src='http://www.viralogy.com/themes/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>
<p>1. Open up the header.php for JunPress</p>
<p>2. <strong>The image size is currently set to 625px by 225px</strong>.  If you would like to add an image without resizing the header, just add an image that is 625px by 225px.  If you would like to change the size of the image and the size of the header, go to this tutorial.</p>
<p>3. On lines 64-66, locate the following code:</p>
<blockquote><p>&lt;div id=&#8221;header-left&#8221;&gt;<br />
&lt;img src=&#8221;http://junloayza.wordpress.com/files/2009/05/junpress-header.jpg&#8221; alt=&#8221;JunPress Header Image&#8221;&gt;<br />
&lt;/div&gt;</p></blockquote>
<p>4. Add the url for the image you want to the &lt;img src=&#8221;"&gt;.  For example:</p>
<blockquote><p>&lt;img src=&#8221;http://domainforthesite.com/images/filenamefortheimage.jpg&#8221;&gt;</p></blockquote>
<p>5. Add the short description for the image in the alt=&#8221;".  For example:</p>
<blockquote><p>alt=&#8221;Short description of image&#8221;</p></blockquote>
<p>6. Put it all together and the new code looks like this:</p>
<blockquote><p>&lt;div id=&#8221;header-left&#8221;&gt;<br />
&lt;img src=&#8221;http://domainforthesite.com/images/filenamefortheimage.jpg&#8221; alt=&#8221;Short description of image&#8221;&gt;<br />
&lt;/div&gt;</p></blockquote>
<p>7. Save the file</p>
<p>If you have any questions about this, feel free to ask me in the comment section.  Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viralogy.com/themes/junpress/change-header-image-on-junpress/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
