<?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>WPNoise.com &#187; footer</title>
	<atom:link href="http://wpnoise.com/tag/footer/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpnoise.com</link>
	<description>WordPress Blog Setup and Installation Services. WordPress Resources, Hacks, Tips &#38; Articles..</description>
	<lastBuildDate>Sat, 24 Apr 2010 15:37:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Upgrade WordPress footer with special addons</title>
		<link>http://wpnoise.com/wordpress-footer-addons/</link>
		<comments>http://wpnoise.com/wordpress-footer-addons/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 10:58:29 +0000</pubDate>
		<dc:creator>Peter Slabosz</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[footer]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://wpnoise.com/?p=11</guid>
		<description><![CDATA[In my first post on my own portfolio I would like to show you how to upgrade any free WordPress theme to premium one. What we will do is change a little bit your footer to make it more pro. We want to reach something like this. You can see live preview here: Ideal WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>In my first post on my own portfolio I would like to show you how to upgrade any free WordPress theme to premium one. What we will do is change a little bit your footer to make it more pro. </p>
<p>We want to reach something like this.</p>
<p><a href="http://silentbits.com/silentbits/wp-content/uploads/2009/09/big_preview1.jpg"><img src='http://silentbits.com/silentbits/wp-content/uploads/2009/09/footer2.jpg' alt='wordpress-footer' title="Upgrade WordPress footer with special addons" /></a></p>
<p>You can see live preview here: <a href="http://itunes-skins.com/itunes-9-dark-grid-mod/">Ideal WordPress Footer</a> and you can decide whether you want to have something like this on your blog. </p>
<p>Basically we have 3 parts for this project:</p>
<ul>
<li>&#8216;Sharing is sexy&#8217; plugin</li>
<li>Author page</li>
<li>Related post with thumbnails</li>
</ul>
<p>It&#8217;s simple to apply on your own blog but if you have any questions let me know. This soultions works for me so it must work for you as well.</p>
<p><strong></strong><br />
<strong></strong></p>
<h4>&#8216;Sharing is sexy&#8217;</h4>
<p><strong></strong></p>
<p><img src='http://silentbits.com/silentbits/wp-content/uploads/2009/09/sharing_is_sexy1.jpg' alt='sharing_is_sexy1.jpg' title="Upgrade WordPress footer with special addons" /></p>
<p>This is very simple to install and the effect in my opinion is amazing.</p>
<p>First you need to go to this location: <a href="http://sexybookmarks.net/documentation/usage-installation">sexybookmarks</a> and click &#8216;Download&#8217; button. This is a simple WordPress plugin that you need to upload to your WordPress server and activate using admin panel.</p>
<p>Next you setup your networks and other options using WordPress admin panel. &#8216;Sharing is sexy&#8217; functionality will appear automatically, you can choose if you want to see it on homepage or only in posts, pages.</p>
<p>If you want to put your bookmarks manually use this code in your theme:</p>
<p><code>&lt;?php if(function_exists(&#039;selfserv_sexy&#039;)) { selfserv_sexy(); } ?&gt;<!--formatted--></code></p>
<p>and setup this one using plugin admin page:</p>
<p><em>Menu Location (in relevance to content):<br />
Above Content |  Below Content  | <strong>Manual Mode</strong></em></p>
<p>It will work, trust me.</p>
<p><strong></strong><br />
<strong></strong></p>
<h4>Author page</h4>
<p><img src='http://silentbits.com/silentbits/wp-content/uploads/2009/09/author-psdtuts.jpg' alt='author-psdtuts.jpg' title="Upgrade WordPress footer with special addons" /></p>
<p>This is also pretty cool and looks very nice on blogs. To setup this one I use this link: <a href="http://gabediaz.com/blog/displaying-author-pic-and-bio-in-your-wordpress-post/">Displaying Author Pic and Bio in Your WordPress Post the Non-Gravatar Way</a> but I made some modifications.</p>
<p>I use static text message &#8216;<em>about me</em>&#8216; and put it direct to my WordPress theme code. It means that I took css code from link above and use this php code in my actual theme:</p>
<p><code>&lt;div class=&quot;authbio&quot;&gt;<br />
&lt;img src=&quot;your_photo_url/images/sample.jpg&quot; alt=&quot;&quot; class=&quot;alignleft&quot;/&gt;<br />
Put static text in wordpress theme with html tags like &lt;strong&gt; etc...<br />
&lt;/div&gt;<br />
<!--formatted--></code></p>
<p>CSS code that i&#8217;ve added to my theme style.css is:</p>
<p><code>.authbio{<br />
color: #666;<br />
font-weight: normal;<br />
background: #fff;<br />
border: 1px solid #ccc;<br />
width: 420px;<br />
height:60px;<br />
padding: 8px;<br />
margin-bottom:5px;<br />
}</code></p>
<p>and this one for image:</p>
<p><code>img.alignleft {<br />
    float:left;<br />
    background-color: #fff;<br />
    border:1px solid #ccc;<br />
    padding: 4px;<br />
    margin: 0 7px 2px 0;<br />
    display: inline;<br />
}</code></p>
<p>After small CSS changes it looks like this:</p>
<p><img src='http://silentbits.com/silentbits/wp-content/uploads/2009/09/about.jpg' alt='about.jpg' title="Upgrade WordPress footer with special addons" /></p>
<p><strong></strong><br />
<strong></strong></p>
<h4>Related post with thumbnails</h4>
<p><img src='http://silentbits.com/silentbits/wp-content/uploads/2009/09/yarpp-thumbails-result.jpg' alt='yarpp-thumbails-result.jpg' title="Upgrade WordPress footer with special addons" /></p>
<p>We need plugin that will match related posts and add preview images to them.</p>
<p>First step is download and active this plugin: <a href="http://mitcho.com/code/yarpp/">YARPP</a> and then use tips from this article:<br />
<a href="http://buildinternet.com/2009/07/display-thumbnails-for-related-posts-in-wordpress/">Display Thumbnails For Related Posts in WordPress</a>.</p>
<p>You need to add this php code to your theme:</p>
<p><code>&lt;?php if (function_exists(&#039;related_posts&#039;)){ ?&gt;<br />
      &lt;?php related_posts();?&gt;<br />
&lt;?php }?&gt;  <!--formatted--></code></p>
<p>Download Related Post Template File from link above and put it to plugins directory and add propere CSS code to your style.css</p>
<p><code>/* Related Posts */<br />
ol.related-posts {clear:both; text-align:center; margin:10px 0px 0px 0px; padding:0;}<br />
ol.related-posts li{width:120px; float:left; display:inline; margin-right:15px;; padding:0;}<br />
    ol.related-posts img{clear:both; padding:5px; background:#F7F7F7; border:1px solid #DDD;}<br />
    ol.related-posts a{clear:both; display:block; border:none; text-decoration:none;}<br />
    ol.related-posts li{font-size:12px;}  </code></p>
<p>Then all you need to do is activate new tempalte with plugin admin page.</p>
<p>If you have problems let me know, I can help you .. it is pretty easy to implement using link above. Remember that you need to manually add post thumbnails to your posts using custom fields after you setup everything.</p>
<p>You can read more about this website update and tweaking footer and other WordPress stuff :</p>
<ul>
<li><a href="http://itunes-skins.com/itunes-skins-web-site-update/">iTunes Skins – Web site update Part I</a></li>
<li><a href="http://itunes-skins.com/itunes-skins-web-site-update-part-ii/">iTunes Skins – Web site update Part II</a></li>
</ul>
<p>Good luck and hope to see some implementation of my ideas in future.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpnoise.com/wordpress-footer-addons/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
