<?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>SENSEHOW.COM &#187; Thesis</title>
	<atom:link href="http://www.sensehow.com/category/wordpress/thesis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sensehow.com</link>
	<description>Your web tech guide!</description>
	<lastBuildDate>Sun, 25 Jul 2010 16:37:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to display facebook fan count in text in your blog</title>
		<link>http://www.sensehow.com/how-to-display-facebook-fan-count-in-text-in-your-blog/</link>
		<comments>http://www.sensehow.com/how-to-display-facebook-fan-count-in-text-in-your-blog/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 16:54:12 +0000</pubDate>
		<dc:creator>sensehow</dc:creator>
				<category><![CDATA[Thesis]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.sensehow.com/?p=1425</guid>
		<description><![CDATA[<a href="http://www.sensehow.com/how-to-display-facebook-fan-count-in-text-in-your-blog/"><img align="right" hspace="5" width="100" height="100" src="http://www.sensehow.com/wp-content/uploads/facebook_fan_count-150x150.jpg" class="alignright wp-post-image tfe" alt="" title="facebook_fan_count" /></a>Adding facebook fan count to your website or blog may be a best way to promote your blog and to show off your quality to visitors and making them to join as a fan.Facebook has various uses and now it has also come out as an commercial spot for making money and driving more visitors [...]


Related posts:<ol><li><a href='http://www.sensehow.com/how-to-earn-money-from-facebook-com/' rel='bookmark' title='Permanent Link: How to make money from facebook.com'>How to make money from facebook.com</a></li>
<li><a href='http://www.sensehow.com/how-to-display-recent-searches-in-wordpress-blog-sidebar/' rel='bookmark' title='Permanent Link: How to display recent searches in wordpress blog sidebar'>How to display recent searches in wordpress blog sidebar</a></li>
<li><a href='http://www.sensehow.com/thesis-how-to-place-ads-above-the-post-title-in-thesis-wordpress-theme/' rel='bookmark' title='Permanent Link: Thesis-how to place ads Above the post title in thesis wordpress theme'>Thesis-how to place ads Above the post title in thesis wordpress theme</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Adding facebook fan count to your website or blog may be a best way to promote your blog and to show off your quality to visitors and making them to join as a fan.Facebook has various uses and now it has also come out as an commercial spot for making money and driving more visitors to blogs.Hence this tutorial of adding a facebook fan count text widget in your wordpress blog will be useful for this cause to enable fast loading text fan count.</p>
<h1>How to add facebook fan count in text in wordpress blog?</h1>
<p>There are three steps that you need to complete enabling facebook fancount in text.This can be used in wordpress or any php powered website.This uses the Facebook api key to display the fan count in text.</p>
<p><a href="http://www.sensehow.com/wp-content/uploads/facebook_fan_count.jpg"><img class="aligncenter size-full wp-image-1429" title="facebook_fan_count" src="http://www.sensehow.com/wp-content/uploads/facebook_fan_count.jpg" alt="" width="500" height="362" /></a></p>
<h2>STEP 1:</h2>
<p><strong>1.Getting your facebook api key,application secret and page id:</strong><br />
You have to sign into facebook first and then click on developers link on the side bar.If you have not signed up for developer in facebook do it <a href="http://developers.facebook.com/" target="_blank">here</a>.</p>
<p><a href="http://www.sensehow.com/wp-content/uploads/facebook-developer-link-option.jpg"><img class="aligncenter size-full wp-image-1430" title="facebook-developer-link-option" src="http://www.sensehow.com/wp-content/uploads/facebook-developer-link-option.jpg" alt="" width="176" height="154" /></a></p>
<p>2.Now after you click developer option then go to &#8220;setup new application&#8221; and enter any name and create a application.we are not creating a real application but we need that for getting facebook api keys and application secret.</p>
<p><a href="http://www.sensehow.com/wp-content/uploads/create-application-facebook.jpg"><img class="aligncenter size-full wp-image-1431" title="create-application-facebook" src="http://www.sensehow.com/wp-content/uploads/create-application-facebook.jpg" alt="" width="500" height="146" /></a></p>
<p>3.After you click &#8220;create application&#8221; you will see the api key,application id and secret in the next page.Make a note of it.</p>
<p><a href="http://www.sensehow.com/wp-content/uploads/api-keysecret-facebook.jpg"><img class="aligncenter size-full wp-image-1432" title="api-keysecret-facebook" src="http://www.sensehow.com/wp-content/uploads/api-keysecret-facebook.jpg" alt="" width="500" height="171" /></a></p>
<p>4.Visit your facebook fan page and check the url bar to get your fan page id.If you have changed the url to short then goto facebook pages and edit the required page and then see the url bar to get your page id.<br />
<strong>http://www.facebook.com/pages/edit/?id=XXXXXXX</strong></p>
<h2>STEP 2:</h2>
<p>Get the facebook.php file from <strong><a href="http://www.sensehow.com/facebook-php-code-for-application-developers/">here</a>.</strong>It is the Facebook API PHP SDK file .Then place it in the root  of your website.</p>
<h2>STEP 3:</h2>
<p>This is the final step showing the fan count as text in your website.You have to place the below in code in your php file.In custom_functions.php for thesis wordpress theme.Be sure to edit the following details before you paste the code and save.<br />
Line 4 – Replace <strong>app_id</strong> with your <strong>Facebook Application ID</strong>.<br />
Line 5 – Replace <strong>secret_key</strong> with <strong>application Secret</strong>.<br />
Line 10 – Replace the last <strong>page_id</strong> with your <strong>Facebook Fanpage ID</strong>.</p>
<p>Now the code is</p>
<pre>&lt;?php
require_once('facebook.php');
$facebook = new Facebook(array(
'appId'  =&gt; 'app_id',
'secret' =&gt; 'secret_key',
'cookie' =&gt; true,
));
$result = $facebook-&gt;api(array(
'method' =&gt; 'fql.query',
'query' =&gt; 'select fan_count from page where page_id = page_id;'
));
$fb_fans = $result[0]['fan_count'];
?&gt;</pre>
<p>After you are done,save it and now to display the fan count text widget use this code</p>
<pre>&lt;?php echo $fb_fans; ?&gt;</pre>
<p>Now you have successfully added facebook fancount in text in your blog or website.</p>


<p>Related posts:<ol><li><a href='http://www.sensehow.com/how-to-earn-money-from-facebook-com/' rel='bookmark' title='Permanent Link: How to make money from facebook.com'>How to make money from facebook.com</a></li>
<li><a href='http://www.sensehow.com/how-to-display-recent-searches-in-wordpress-blog-sidebar/' rel='bookmark' title='Permanent Link: How to display recent searches in wordpress blog sidebar'>How to display recent searches in wordpress blog sidebar</a></li>
<li><a href='http://www.sensehow.com/thesis-how-to-place-ads-above-the-post-title-in-thesis-wordpress-theme/' rel='bookmark' title='Permanent Link: Thesis-how to place ads Above the post title in thesis wordpress theme'>Thesis-how to place ads Above the post title in thesis wordpress theme</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sensehow.com/how-to-display-facebook-fan-count-in-text-in-your-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to add image hover effects in thesis and other wordpress themes,blogger</title>
		<link>http://www.sensehow.com/how-to-add-image-hover-effects-in-thesis-and-other-wordpress-themesblogger/</link>
		<comments>http://www.sensehow.com/how-to-add-image-hover-effects-in-thesis-and-other-wordpress-themesblogger/#comments</comments>
		<pubDate>Sat, 29 May 2010 06:50:42 +0000</pubDate>
		<dc:creator>sensehow</dc:creator>
				<category><![CDATA[Thesis]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[customizing thesis]]></category>
		<category><![CDATA[free thesis customization]]></category>

		<guid isPermaLink="false">http://www.sensehow.com/?p=1010</guid>
		<description><![CDATA[<a href="http://www.sensehow.com/how-to-add-image-hover-effects-in-thesis-and-other-wordpress-themesblogger/"><img align="right" hspace="5" width="100" height="100" src="http://www.sensehow.com/wp-content/uploads/image-hover-effect-150x150.jpg" class="alignright wp-post-image tfe" alt="" title="image-hover-effect" /></a>Image hover effects makes your blog looks pretty and also improves performance of affiliate images and social bookmarking icons.It is easy to imply these image hover effects in wordpress and blogger.I have also explained how to add it in thesis wordpress theme.So check below to add a hover effect or mouse over effect tutorial.
HOW TO [...]


Related posts:<ol><li><a href='http://www.sensehow.com/how-to-add-stylish-page-navigation-in-thesis-using-pagenavi/' rel='bookmark' title='Permanent Link: How to add stylish page navigation in thesis using wp-pagenavi'>How to add stylish page navigation in thesis using wp-pagenavi</a></li>
<li><a href='http://www.sensehow.com/how-to-add-page-navigation-in-thesis-without-openhook-plugin/' rel='bookmark' title='Permanent Link: How to add page navigation in thesis without openhook plugin'>How to add page navigation in thesis without openhook plugin</a></li>
<li><a href='http://www.sensehow.com/how-to-add-author-profile-box-below-posts-in-wordpress-themes/' rel='bookmark' title='Permanent Link: How to add author profile box below posts in wordpress themes'>How to add author profile box below posts in wordpress themes</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Image hover effects makes your blog looks pretty and also improves performance of affiliate images and social bookmarking icons.It is easy to imply these image hover effects in wordpress and blogger.I have also explained how to add it in thesis wordpress theme.So check below to add a hover effect or mouse over effect tutorial.</p>
<h1>HOW TO ADD IMAGE HOVER EFFECT:</h1>
<h2>FOR THESIS AND WORDPRESS THEMES:</h2>
<p>1.Goto Custom file editor in wp-dashboard and click edit Custom.css and at the end paste the css code (given at the end of this post)for the required hover effect.</p>
<p>2.Now when adding a image add the required tag (for eg &#8220;Fadein&#8221;)into the image code as shown below.</p>
<p><a href="http://www.sensehow.com/wp-content/uploads/image-hover-effect.jpg"><img class="aligncenter size-full wp-image-1011" title="image-hover-effect" src="http://www.sensehow.com/wp-content/uploads/image-hover-effect.jpg" alt="" width="664" height="216" /></a></p>
<h2>FOR BLOGGER BLOGS-IMAGE HOVER EFFECT:</h2>
<ol>
<li>Go to Blogger &gt; Layout &gt; Edit  HTML</li>
<li>Search for <strong>]]&gt;&lt;/b:skin&gt;</strong></li>
<li>And now paste any of your preferred <span style="text-decoration: underline;">CSS:</span> code just above <strong>]]&gt;&lt;/b:skin&gt;<br />
</strong></li>
<li>save it</li>
</ol>
<p>Now whenever you write a post add the required tag for hover effect as below.</p>
<p><a href="http://www.sensehow.com/wp-content/uploads/adding-image-hover-effect-to-blogger.jpg"><img class="aligncenter size-full wp-image-1012" title="adding-image-hover-effect-to-blogger" src="http://www.sensehow.com/wp-content/uploads/adding-image-hover-effect-to-blogger.jpg" alt="" width="643" height="382" /></a></p>
<h1>LIST OF HOVER EFFECTS AND CSS CODES,TAGS:</h1>
<h2>HOVER EFFECT 1:</h2>
<p><a style="margin-left: 1em; margin-right: 1em;" href="http://4.bp.blogspot.com/_7wsQzULWIwo/S1dfHF8GY-I/AAAAAAAAC2s/Mo1E47H9iOk/s1600-h/mbt-latest.jpg"><img class="simple1" src="http://4.bp.blogspot.com/_7wsQzULWIwo/S1dfHF8GY-I/AAAAAAAAC2s/Mo1E47H9iOk/s320/mbt-latest.jpg" border="0" alt="" /></a></p>
<p>CLASS=<strong>simple1</strong></p>
<p><strong>CSS CODE:</strong></p>
<p><code>.simple1 {<br />
padding:5px;<br />
border:1px solid #ccc;<br />
}<br />
.simple1:hover {<br />
padding:5px;<br />
background-color:#ccc;<br />
}</code></p>
<h2>HOVER EFFECT 2:</h2>
<p><a style="margin-left: 1em; margin-right: 1em;" href="http://2.bp.blogspot.com/_7wsQzULWIwo/S1dhWSBzp-I/AAAAAAAAC3M/WD3LFstajC0/s1600-h/the-flapper-all-in-one.jpg"><img class="simple2" src="http://2.bp.blogspot.com/_7wsQzULWIwo/S1dhWSBzp-I/AAAAAAAAC3M/WD3LFstajC0/s320/the-flapper-all-in-one.jpg" border="0" alt="" /></a></p>
<p>CLASS=<strong>simple2</strong></p>
<p><strong>CSS CODE:</strong></p>
<p><code>.simple2 {<br />
padding:5px;<br />
background-color:#ccc;<br />
border:1px solid #ddd;<br />
}<br />
.simple2:hover {<br />
padding:5px;<br />
background-color:#eee;<br />
border:1px solid #666;<br />
}</code></p>
<h2>HOVER EFFECT 3:</h2>
<p><a style="margin-left: 1em; margin-right: 1em;" href="http://4.bp.blogspot.com/_7wsQzULWIwo/S1dhVRuBRlI/AAAAAAAAC3E/ElMAdx8xv50/s1600-h/rss.jpg"><img class="black-white" src="http://4.bp.blogspot.com/_7wsQzULWIwo/S1dhVRuBRlI/AAAAAAAAC3E/ElMAdx8xv50/s320/rss.jpg" border="0" alt="" /></a></p>
<p>CLASS=<strong>black-white</strong></p>
<p><strong>CSS CODE:</strong><br />
<code>.black-white {<br />
padding:5px;<br />
border:1px  solid #ccc;<br />
}<br />
.black-white:hover {<br />
padding:5px;<br />
background-color:#fff;<br />
border:10px solid #000;<br />
}</code></p>
<h2>HOVER EFFECT 4:</h2>
<p><a style="margin-left: 1em; margin-right: 1em;" href="http://4.bp.blogspot.com/_7wsQzULWIwo/S1dhSRedgqI/AAAAAAAAC28/GEFeSINrryY/s1600-h/great-to-have.jpg"><img class="dashed" src="http://4.bp.blogspot.com/_7wsQzULWIwo/S1dhSRedgqI/AAAAAAAAC28/GEFeSINrryY/s320/great-to-have.jpg" border="0" alt="" /></a></p>
<p>CLASS=<strong>dashed</strong></p>
<p><strong>CSS CODE:</strong><br />
<code>.dashed {<br />
padding:5px;<br />
border:1px solid #ccc;<br />
}<br />
.dashed:hover {<br />
padding:5px;<br />
background-color:#fff;<br />
border:2px dashed #000;<br />
}</code></p>
<h2>HOVER EFFECT 5:</h2>
<p><a style="margin-left: 1em; margin-right: 1em;" href="http://4.bp.blogspot.com/_7wsQzULWIwo/S1dhVRuBRlI/AAAAAAAAC3E/ElMAdx8xv50/s1600-h/rss.jpg"><img class="top-bottom" src="http://4.bp.blogspot.com/_7wsQzULWIwo/S1dhVRuBRlI/AAAAAAAAC3E/ElMAdx8xv50/s320/rss.jpg" border="0" alt="" /></a></p>
<p>CLASS=<strong>top-bottom</strong></p>
<p><strong>CSS CODE:</strong><br />
<code>.top-bottom {<br />
padding-top:5px;<br />
padding-bottom:5px;<br />
border-top:3px solid #ddd;<br />
border-bottom:3px solid #ddd;<br />
}<br />
.top-bottom:hover {<br />
background-color:#fff;<br />
border-top:3px solid #000;<br />
border-bottom:3px solid #000;<br />
}</code></p>
<h2>HOVER EFFECT 6:</h2>
<p><a style="margin-left: 1em; margin-right: 1em;" href="http://4.bp.blogspot.com/_7wsQzULWIwo/S1dhVRuBRlI/AAAAAAAAC3E/ElMAdx8xv50/s1600-h/rss.jpg"><img class="curtain" src="http://4.bp.blogspot.com/_7wsQzULWIwo/S1dhVRuBRlI/AAAAAAAAC3E/ElMAdx8xv50/s320/rss.jpg" border="0" alt="" /></a></p>
<p>CLASS=<strong>curtain</strong><br />
<strong>CSS CODE:</strong><br />
<code>.curtain {<br />
padding-top:10px;<br />
padding-bottom:10px;<br />
border-top:2px solid #ddd;<br />
background-color:#000;<br />
border-bottom:2px solid #ddd;<br />
}<br />
.curtain:hover {<br />
background-color:#fff;<br />
border-top:3px solid #000;<br />
border-bottom:3px solid #000;<br />
}</code></p>
<h2>HOVER EFFECT 7:</h2>
<p><a style="margin-left: 1em; margin-right: 1em;" href="http://4.bp.blogspot.com/_7wsQzULWIwo/S1dhVRuBRlI/AAAAAAAAC3E/ElMAdx8xv50/s1600-h/rss.jpg"><img class="red" src="http://4.bp.blogspot.com/_7wsQzULWIwo/S1dhVRuBRlI/AAAAAAAAC3E/ElMAdx8xv50/s320/rss.jpg" border="0" alt="" /></a></p>
<p>CLASS=<strong>red</strong><br />
<strong>CSS CODE:</strong><br />
<code>.red {<br />
padding:5px;<br />
border:1px solid #ccc;<br />
}<br />
.red:hover {<br />
padding:5px;<br />
background-color:#E71305;<br />
border:10px solid #ddd;<br />
}</code></p>
<h2>HOVER EFFECT 8:</h2>
<p><a style="margin-left: 1em; margin-right: 1em;" href="http://4.bp.blogspot.com/_7wsQzULWIwo/S1dhVRuBRlI/AAAAAAAAC3E/ElMAdx8xv50/s1600-h/rss.jpg"><img class="Fadein" src="http://4.bp.blogspot.com/_7wsQzULWIwo/S1dhVRuBRlI/AAAAAAAAC3E/ElMAdx8xv50/s320/rss.jpg" border="0" alt="" /></a></p>
<p>CLASS=<strong>Fadein</strong><br />
<strong>CSS CODE:</strong><br />
<code>.Fadein{<br />
filter:alpha(opacity=100);<br />
-moz-opacity: 1.0;<br />
opacity: 1.0;<br />
border:0;<br />
}<br />
.Fadein:hover{<br />
filter:alpha(opacity=50);<br />
-moz-opacity: 0.30;<br />
opacity: 0.30;<br />
border:0;<br />
}</code></p>
<h2>HOVER EFFECT 9:</h2>
<p><a style="margin-left: 1em; margin-right: 1em;" href="http://4.bp.blogspot.com/_7wsQzULWIwo/S1dhVRuBRlI/AAAAAAAAC3E/ElMAdx8xv50/s1600-h/rss.jpg"><img class="Fadein2" src="http://4.bp.blogspot.com/_7wsQzULWIwo/S1dhVRuBRlI/AAAAAAAAC3E/ElMAdx8xv50/s320/rss.jpg" border="0" alt="" /></a></p>
<p>CLASS=<strong>Fadein2</strong><br />
<strong>CSS CODE:</strong><br />
<code>.Fadein2{<br />
filter:alpha(opacity=50);<br />
-moz-opacity: 0.30;<br />
opacity: 0.30;<br />
border:2px solid #000;</code></p>
<p>}<br />
.Fadein2:hover{<br />
filter:alpha(opacity=100);<br />
-moz-opacity: 1.0;<br />
opacity: 1.0;<br />
border:2px solid #000;<br />
}</p>
<h2>HOVER EFFECT 10:</h2>
<p><a class="thumbnail" href="http://zailab.blogspot.com/2010/01/image-hover-effect.html"><img src="http://4.bp.blogspot.com/_7wsQzULWIwo/S1dhVRuBRlI/AAAAAAAAC3E/ElMAdx8xv50/s320/rss.jpg" border="0px" alt="" width="100px" height="100px" /><span><img src="http://4.bp.blogspot.com/_7wsQzULWIwo/S1dhVRuBRlI/AAAAAAAAC3E/ElMAdx8xv50/s320/rss.jpg" alt="" /><br />
Image Description here </span></a></p>
<p>For this effect you have to use the coding as below for images.Add the same image url in both the fields below.Add a image description.</p>
<p><strong>IMAGE CODING:</strong></p>
<p>&lt;a&gt;&lt;img src=&#8221;<strong>Add Image URL Here</strong>&#8221; border=&#8221;0px&#8221; alt=&#8221;" width=&#8221;100px&#8221; height=&#8221;100px&#8221; /&gt;&lt;span&gt;&lt;img src=&#8221;<strong>Add Image URL Here</strong>&#8221; alt=&#8221;" /&gt;<br />
<strong>Image Description here</strong> &lt;/span&gt;&lt;/a&gt;</p>
<p><strong>CSS CODE:</strong></p>
<p><code>.thumbnail{<br />
position: relative;<br />
z-index:  0;<br />
}<br />
.thumbnail:hover{<br />
background-color:  transparent;<br />
z-index: 50;<br />
}<br />
.thumbnail  span{<br />
position: absolute;<br />
background-color: #7AA1C3;<br />
padding: 0px;<br />
left: -1000px;<br />
border: 1px  solid gray;<br />
visibility: hidden;<br />
color: white;<br />
text-decoration:  none;<br />
}<br />
.thumbnail span img{<br />
border-width:  0;<br />
padding: 0px;<br />
}<br />
.thumbnail:hover span{<br />
visibility: visible;<br />
top: 0;<br />
left: 5px;<br />
}</code></p>
<p>Now you will be able to add image hover effects to bloggers,thesis and other wordpress themes.Be sure to subscribe to our updates to get more blogger,wordpress tutorials to your email.</p>


<p>Related posts:<ol><li><a href='http://www.sensehow.com/how-to-add-stylish-page-navigation-in-thesis-using-pagenavi/' rel='bookmark' title='Permanent Link: How to add stylish page navigation in thesis using wp-pagenavi'>How to add stylish page navigation in thesis using wp-pagenavi</a></li>
<li><a href='http://www.sensehow.com/how-to-add-page-navigation-in-thesis-without-openhook-plugin/' rel='bookmark' title='Permanent Link: How to add page navigation in thesis without openhook plugin'>How to add page navigation in thesis without openhook plugin</a></li>
<li><a href='http://www.sensehow.com/how-to-add-author-profile-box-below-posts-in-wordpress-themes/' rel='bookmark' title='Permanent Link: How to add author profile box below posts in wordpress themes'>How to add author profile box below posts in wordpress themes</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sensehow.com/how-to-add-image-hover-effects-in-thesis-and-other-wordpress-themesblogger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add floating back to top button in thesis wordpress theme</title>
		<link>http://www.sensehow.com/how-to-add-floating-back-to-top-button-in-thesis-wordpress-theme/</link>
		<comments>http://www.sensehow.com/how-to-add-floating-back-to-top-button-in-thesis-wordpress-theme/#comments</comments>
		<pubDate>Tue, 04 May 2010 13:45:12 +0000</pubDate>
		<dc:creator>sensehow</dc:creator>
				<category><![CDATA[Thesis]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[customizing thesis]]></category>
		<category><![CDATA[free thesis customization]]></category>
		<category><![CDATA[thesis 1.7]]></category>

		<guid isPermaLink="false">http://www.sensehow.com/?p=829</guid>
		<description><![CDATA[
Adding Back to top button in your wordpress theme might help your visitors especially if your blog posts are lengthy and users have to scroll up when trying to go to top.In such cases adding an back to top button might help them an easy browsing of your wordpress blog.
How to add back to top [...]


Related posts:<ol><li><a href='http://www.sensehow.com/how-to-add-retweet-button-into-teaser-and-posts-of-thesis-wordpress-theme/' rel='bookmark' title='Permanent Link: How to add retweet button into teaser and posts of thesis wordpress theme'>How to add retweet button into teaser and posts of thesis wordpress theme</a></li>
<li><a href='http://www.sensehow.com/how-to-add-clickable-header-banner-in-thesis-wordpress-theme/' rel='bookmark' title='Permanent Link: How to add clickable header banner in thesis wordpress theme'>How to add clickable header banner in thesis wordpress theme</a></li>
<li><a href='http://www.sensehow.com/how-to-use-thesis-openhook-wordpress-plugin/' rel='bookmark' title='Permanent Link: how to use thesis openhook wordpress plugin'>how to use thesis openhook wordpress plugin</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.sensehow.com/how-to-add-floating-back-to-top-button-in-thesis-wordpress-theme/" title="Permanent link to How to add floating back to top button in thesis wordpress theme"><img class="post_image alignright frame" src="http://www.sensehow.com/wp-content/uploads/back_to_top.jpg" width="256" height="256" alt="Post image for How to add floating back to top button in thesis wordpress theme" /></a>
</p><p>Adding Back to top button in your wordpress theme might help your visitors especially if your blog posts are lengthy and users have to scroll up when trying to go to top.In such cases adding an back to top button might help them an easy browsing of your wordpress blog.</p>
<p>How to add back to top button in Thesis:</p>
<p>Create a image button or icon that you want to place as the top button.</p>
<p>upload the image to your image library and get the link.</p>
<p>Now go to thesis options in your wordpress dashboard and click header scripts and add the below code and click the big ass save button.</p>
<p><span style="color: #ff6600;">Note:Be sure to replace the image link to your icon link.</span></p>
<pre>/* paste the code in header scripts*/
&lt;a style="display:scroll;position:fixed;bottom:5px;right:5px;

" href="#" title="Go to Top"&gt;

&lt;img src="http://www.sensehow.com/wp-content/uploads/up.png" /&gt;&lt;/a&gt; &lt;br/&gt;</pre>
<p>Now check your site,you would have an amazing floating &#8220;back to top&#8221; button in your thesis wordpress theme.</p>
<p>Using another wordpress theme?check my newer tutorials for &#8220;adding top icon&#8221;.</p>
<p>Post a comment if you have any difficulties?</p>


<p>Related posts:<ol><li><a href='http://www.sensehow.com/how-to-add-retweet-button-into-teaser-and-posts-of-thesis-wordpress-theme/' rel='bookmark' title='Permanent Link: How to add retweet button into teaser and posts of thesis wordpress theme'>How to add retweet button into teaser and posts of thesis wordpress theme</a></li>
<li><a href='http://www.sensehow.com/how-to-add-clickable-header-banner-in-thesis-wordpress-theme/' rel='bookmark' title='Permanent Link: How to add clickable header banner in thesis wordpress theme'>How to add clickable header banner in thesis wordpress theme</a></li>
<li><a href='http://www.sensehow.com/how-to-use-thesis-openhook-wordpress-plugin/' rel='bookmark' title='Permanent Link: how to use thesis openhook wordpress plugin'>how to use thesis openhook wordpress plugin</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sensehow.com/how-to-add-floating-back-to-top-button-in-thesis-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to add retweet button into teaser and posts of thesis wordpress theme</title>
		<link>http://www.sensehow.com/how-to-add-retweet-button-into-teaser-and-posts-of-thesis-wordpress-theme/</link>
		<comments>http://www.sensehow.com/how-to-add-retweet-button-into-teaser-and-posts-of-thesis-wordpress-theme/#comments</comments>
		<pubDate>Tue, 04 May 2010 11:14:37 +0000</pubDate>
		<dc:creator>sensehow</dc:creator>
				<category><![CDATA[Thesis]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[customizing thesis]]></category>
		<category><![CDATA[free thesis customization]]></category>
		<category><![CDATA[thesis 1.7]]></category>

		<guid isPermaLink="false">http://www.sensehow.com/?p=820</guid>
		<description><![CDATA[
Adding retweet button into posts and the homepage teasers of thesis is quite important if you consider providing your readers more sharing option for twitter.You can add retweet button widget into posts by using the Tweetmeme wordpress plugin.But if you consider &#8220;adding plugins might slow down your wordpress blog load time&#8221; then you can try [...]


Related posts:<ol><li><a href='http://www.sensehow.com/how-to-add-retweet-button-in-your-wordpress-theme/' rel='bookmark' title='Permanent Link: How to add retweet button in your wordpress theme'>How to add retweet button in your wordpress theme</a></li>
<li><a href='http://www.sensehow.com/how-to-add-floating-back-to-top-button-in-thesis-wordpress-theme/' rel='bookmark' title='Permanent Link: How to add floating back to top button in thesis wordpress theme'>How to add floating back to top button in thesis wordpress theme</a></li>
<li><a href='http://www.sensehow.com/how-to-add-featured-posts-in-custom-feature-box-in-thesis-wordpress-theme/' rel='bookmark' title='Permanent Link: How to add featured posts in custom feature box in thesis wordpress theme'>How to add featured posts in custom feature box in thesis wordpress theme</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.sensehow.com/how-to-add-retweet-button-into-teaser-and-posts-of-thesis-wordpress-theme/" title="Permanent link to How to add retweet button into teaser and posts of thesis wordpress theme"><img class="post_image aligncenter remove_bottom_margin frame" src="http://www.sensehow.com/wp-content/uploads/add-retweet-into-thesis-teasers.jpg" width="400" height="400" alt="Post image for How to add retweet button into teaser and posts of thesis wordpress theme" /></a>
</p><p>Adding retweet button into posts and the homepage teasers of thesis is quite important if you consider providing your readers more sharing option for twitter.You can add retweet button widget into posts by using the Tweetmeme wordpress plugin.But if you consider &#8220;adding plugins might slow down your wordpress blog load time&#8221; then you can try this way without any plugins.It is very simple that adding a code into the custom_functions.php can solve it.</p>
<h1>How to add Retweet into teaser box at homepage:</h1>
<p>To add the retweet option by tweetmeme inside the teaser box you have to add this code into the custom_functions.php from you thesis custom file editor.Be sure to change your username from &#8220;sensehow&#8221; to yours.</p>
<pre>/* TWITTER BUTTON INSIDE TEASER BOX   */

function tweet_button_left() {
?&gt;
&lt;div id='twittley_button' style='float:left;margin-right:10px;'&gt;
&lt;script type="text/javascript"&gt;
tweetmeme_source = 'sensehow';
tweetmeme_url = '&lt;?php echo get_permalink($postid); ?&gt;';
&lt;/script&gt;
&lt;script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;
&lt;/div&gt;
&lt;?php }

add_action('thesis_hook_before_teaser', 'tweet_button_left');</pre>
<p>You can change the location to right by changing</p>
<pre>style='float:right;margin-left:10px;'&gt;</pre>
<h1>How to add retweet into posts without plugin:</h1>
<p>To add the retweet button into posts add the below code into the custom_functions.php file using the default thesis file editor.</p>
<pre>/* TWITTER BUTTON INSIDE POST BOX   */

function tweet_button_left1() {
if(!is_page()){
?&gt;
&lt;div id='twittley_button1' style='float:right;margin-left:10px;'&gt;
&lt;script type="text/javascript"&gt;
tweetmeme_source = 'sensehow';
tweetmeme_url = '&lt;?php echo get_permalink($postid); ?&gt;';
&lt;/script&gt;
&lt;script type="text/javascript"  src="http://tweetmeme.com/i/scripts/button.js"&gt;&lt;/script&gt;
&lt;/div&gt;
&lt;?php } }

add_action('thesis_hook_before_post', 'tweet_button_left1');
</pre>
<p>I hope now you could have successfully added the tweetmeme retweet button into thesis teaser and inside posts without any plugin.</p>
<p>ANY PROBLEMS? DO POST A COMMENT.</p>


<p>Related posts:<ol><li><a href='http://www.sensehow.com/how-to-add-retweet-button-in-your-wordpress-theme/' rel='bookmark' title='Permanent Link: How to add retweet button in your wordpress theme'>How to add retweet button in your wordpress theme</a></li>
<li><a href='http://www.sensehow.com/how-to-add-floating-back-to-top-button-in-thesis-wordpress-theme/' rel='bookmark' title='Permanent Link: How to add floating back to top button in thesis wordpress theme'>How to add floating back to top button in thesis wordpress theme</a></li>
<li><a href='http://www.sensehow.com/how-to-add-featured-posts-in-custom-feature-box-in-thesis-wordpress-theme/' rel='bookmark' title='Permanent Link: How to add featured posts in custom feature box in thesis wordpress theme'>How to add featured posts in custom feature box in thesis wordpress theme</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sensehow.com/how-to-add-retweet-button-into-teaser-and-posts-of-thesis-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add stylish page navigation in thesis using wp-pagenavi</title>
		<link>http://www.sensehow.com/how-to-add-stylish-page-navigation-in-thesis-using-pagenavi/</link>
		<comments>http://www.sensehow.com/how-to-add-stylish-page-navigation-in-thesis-using-pagenavi/#comments</comments>
		<pubDate>Tue, 04 May 2010 10:45:07 +0000</pubDate>
		<dc:creator>sensehow</dc:creator>
				<category><![CDATA[Thesis]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[customizing thesis]]></category>
		<category><![CDATA[free thesis customization]]></category>
		<category><![CDATA[thesis 1.7]]></category>

		<guid isPermaLink="false">http://www.sensehow.com/?p=817</guid>
		<description><![CDATA[Thesis does not have an default page navigation option.But page navigation can be added to thesis by various plugins.But unless customizing these plugins,they wont look appealing to your visitors and also will not attract their attention.Page navigation is also very important to reduce the bounce rate of blogs.So let me explain how to add page [...]


Related posts:<ol><li><a href='http://www.sensehow.com/how-to-add-page-navigation-in-thesis-without-openhook-plugin/' rel='bookmark' title='Permanent Link: How to add page navigation in thesis without openhook plugin'>How to add page navigation in thesis without openhook plugin</a></li>
<li><a href='http://www.sensehow.com/how-to-add-stylish-asnio-3-column-footer-to-thesis-wordpress-theme/' rel='bookmark' title='Permanent Link: How to add stylish asnio 3 column footer to thesis wordpress theme'>How to add stylish asnio 3 column footer to thesis wordpress theme</a></li>
<li><a href='http://www.sensehow.com/how-to-add-a-widgetized-3-column-footer-in-thesis-wordpress-theme/' rel='bookmark' title='Permanent Link: How to add a widgetized 3 column footer in thesis wordpress theme'>How to add a widgetized 3 column footer in thesis wordpress theme</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p></p><p>Thesis does not have an default page navigation option.But page navigation can be added to thesis by various plugins.But unless customizing these plugins,they wont look appealing to your visitors and also will not attract their attention.Page navigation is also very important to reduce the bounce rate of blogs.So let me explain how to add page navigation in thesis and how to customize it to look stylish.</p>
<p>1.Install wp-pagenavi wordpress plugin from your wordpress dashboard and activate it.</p>
<p>2.And then install thesis open hook wordpress plugin and activate it.</p>
<p>3.Go to the &#8220;Thesis open hook&#8221; menu and add the below code  to &#8220;After content Box&#8221; and Check &#8220;execute php&#8221; and save it.</p>
<pre>&lt;div align="left"&gt;
&lt;?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?&gt;
&lt;br /&gt;
&lt;/div&gt;</pre>
<p>4.Now page navigation will be visible in your wordpress thesis blog.</p>
<p>5.To customize the page navigation add the below code to the custom.css from your thesis custom file editor.</p>
<pre>/* css code for page navigation menu
-------- wp-pagenavi----------------------------------- */
.wp-pagenavi { margin: 15px 0px 15px 0px; }
.wp-pagenavi a, .wp-pagenavi a:link { font-size:14px; padding: 5px 9px; margin: 2px; text-decoration: none; border: 1px solid #e1e1c8; color: #413f36; background-color: #eeeeee; }
.wp-pagenavi a:visited { font-size:14px; padding: 5px 9px; margin: 2px; text-decoration: none; border: 1px solid #e1e1c8; color: #413f36; background-color: #eeeeee; }
.wp-pagenavi a:hover { font-size:14px; border: 1px solid #608e7a; color: #FFF; background-color: #75040b; }
.wp-pagenavi a:active { font-size:14px; padding: 5px 9px; margin: 2px; text-decoration: none; border: 1px solid #e1e1c8; color: #413f36; background-color: #eeeeee; }
.wp-pagenavi span.pages { font-size:14px; padding: 5px 9px; margin: 2px 2px 2px 2px; color: #000000; border: 1px solid #e1e1c8; color: #413f36; background-color: #eeeeee; }
.wp-pagenavi span.current { font-size:14px; padding: 5px 9px; margin: 2px; font-weight: bold; border: 1px solid #608e7a; color: #FFF; background-color: #75040b; }
.wp-pagenavi span.extend { font-size:14px; padding: 5px 9px; margin: 2px; border: 1px solid #608e7a; color: #FFF; background-color: #75040b; }</pre>
<p>You can change the hover,background and other colors of the page navigation bar by changing it in the above code.</p>
<p>Check your website you will have a stylish page navigation bar below the content area in thesis wordpress theme.<br />
Have difficulties?post a comment</p>


<p>Related posts:<ol><li><a href='http://www.sensehow.com/how-to-add-page-navigation-in-thesis-without-openhook-plugin/' rel='bookmark' title='Permanent Link: How to add page navigation in thesis without openhook plugin'>How to add page navigation in thesis without openhook plugin</a></li>
<li><a href='http://www.sensehow.com/how-to-add-stylish-asnio-3-column-footer-to-thesis-wordpress-theme/' rel='bookmark' title='Permanent Link: How to add stylish asnio 3 column footer to thesis wordpress theme'>How to add stylish asnio 3 column footer to thesis wordpress theme</a></li>
<li><a href='http://www.sensehow.com/how-to-add-a-widgetized-3-column-footer-in-thesis-wordpress-theme/' rel='bookmark' title='Permanent Link: How to add a widgetized 3 column footer in thesis wordpress theme'>How to add a widgetized 3 column footer in thesis wordpress theme</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sensehow.com/how-to-add-stylish-page-navigation-in-thesis-using-pagenavi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add stylish asnio 3 column footer to thesis wordpress theme</title>
		<link>http://www.sensehow.com/how-to-add-stylish-asnio-3-column-footer-to-thesis-wordpress-theme/</link>
		<comments>http://www.sensehow.com/how-to-add-stylish-asnio-3-column-footer-to-thesis-wordpress-theme/#comments</comments>
		<pubDate>Tue, 04 May 2010 04:54:46 +0000</pubDate>
		<dc:creator>sensehow</dc:creator>
				<category><![CDATA[Thesis]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[customizing thesis]]></category>
		<category><![CDATA[free thesis customization]]></category>
		<category><![CDATA[thesis 1.7]]></category>

		<guid isPermaLink="false">http://www.sensehow.com/?p=805</guid>
		<description><![CDATA[
Do you like the widgetized footer that we use here at sensehow in thesis theme?It is the asnio footer that makes it look so good.Do you know how can you add this footer to your thesis theme? Asnio footer was developed by asnio,an young blogger who writes at asnio.com.This thesis three column footer makes you [...]


Related posts:<ol><li><a href='http://www.sensehow.com/how-to-add-a-widgetized-3-column-footer-in-thesis-wordpress-theme/' rel='bookmark' title='Permanent Link: How to add a widgetized 3 column footer in thesis wordpress theme'>How to add a widgetized 3 column footer in thesis wordpress theme</a></li>
<li><a href='http://www.sensehow.com/thesis-how-to-place-ads-above-the-post-title-in-thesis-wordpress-theme/' rel='bookmark' title='Permanent Link: Thesis-how to place ads Above the post title in thesis wordpress theme'>Thesis-how to place ads Above the post title in thesis wordpress theme</a></li>
<li><a href='http://www.sensehow.com/how-to-add-stylish-page-navigation-in-thesis-using-pagenavi/' rel='bookmark' title='Permanent Link: How to add stylish page navigation in thesis using wp-pagenavi'>How to add stylish page navigation in thesis using wp-pagenavi</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.sensehow.com/how-to-add-stylish-asnio-3-column-footer-to-thesis-wordpress-theme/" title="Permanent link to How to add stylish asnio 3 column footer to thesis wordpress theme"><img class="post_image aligncenter frame" src="http://www.sensehow.com/wp-content/uploads/thesis-3-column-footer.gif" width="482" height="403" alt="Post image for How to add stylish asnio 3 column footer to thesis wordpress theme" /></a>
</p><p>Do you like the widgetized footer that we use here at sensehow in thesis theme?It is the asnio footer that makes it look so good.Do you know how can you add this footer to your thesis theme? Asnio footer was developed by asnio,an young blogger who writes at asnio.com.This thesis three column footer makes you 3 ready made widgets for footer and an copyright section for your thesis wordpress theme.</p>
<p>It is very easy to install this thesis widgetized three column footer.</p>
<p><strong>STEPS TO INSTALL ASNIO 3 COLUMN THESIS FOOTER:</strong></p>
<p>1.Download <a title="download thesis asnio footer mod" href="http://asnio.com/wp-content/uploads/2009/07/footer_function.zip" target="_blank">Asnio footer from here</a></p>
<p>2.Unzip it and you will find 2 files footer_function.php and footer_css.</p>
<p>3.Paste the footer_function in custom_functions.php in your thesis file editor in wordpress dashboard.</p>
<pre>function asnioFooter() { ?&gt;
&lt;div id="container"&gt;
&lt;div id="foot"&gt;
&lt;h5&gt;Blog Categories&lt;/h5&gt;
&lt;span&gt;Information Covered on the Blog&lt;/span&gt;
&lt;ul id="cats"&gt;
&lt;?php wp_list_cats('sort_column=id&amp;hide_empty=0&amp;optioncount=0&amp;hierarchical=0'); ?&gt;
&lt;/ul&gt;

&lt;div&gt;
&lt;ul&gt;
&lt;?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer 1') ){    ?&gt;
&lt;li&gt;
&lt;div&gt;
&lt;h3&gt;&lt;?php _e('Footer Widget 1', 'thesis'); ?&gt;&lt;/h3&gt;
&lt;p&gt;You can edit the content that appears here by visiting your Widgets panel and modifying the &lt;em&gt;current widgets&lt;/em&gt; there.&lt;/p&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;? } ?&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div&gt;
&lt;ul&gt;
&lt;?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer 2') ) { ?&gt;
&lt;li&gt;
&lt;div&gt;
&lt;h3&gt;&lt;?php _e('Footer Widget 2', 'thesis'); ?&gt;&lt;/h3&gt;
&lt;p&gt;You can edit the content that appears here by visiting your Widgets panel and modifying the &lt;em&gt;current widgets&lt;/em&gt; there.&lt;/p&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;? } ?&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div&gt;
&lt;ul&gt;
&lt;?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer 3') ) { ?&gt;
&lt;li&gt;
&lt;div&gt;
&lt;h3&gt;&lt;?php _e('Footer Widget 3', 'thesis'); ?&gt;&lt;/h3&gt;                                                                &lt;p&gt;You can edit the content that appears here by visiting your Widgets panel and modifying the &lt;em&gt;current widgets&lt;/em&gt; there.&lt;/p&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;? } ?&gt;
&lt;/ul&gt;
&lt;/div&gt;

&lt;div id="copyright"&gt;
&lt;ul&gt;
&lt;?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer Copyright') ) { ?&gt;
&lt;li&gt;
&lt;div&gt;
&lt;h3&gt;&lt;?php _e('Copyright', 'thesis'); ?&gt;&lt;/h3&gt;                                                                &lt;p&gt;You can edit the content that appears here by visiting your Widgets panel and modifying the &lt;em&gt;current widgets&lt;/em&gt; there.&lt;/p&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;? } ?&gt;
&lt;/ul&gt;
&lt;!-- Please do not remove these lines. If you have a developers license, you may remove the thesis copyright, but do not remove the Asnio copyright unless you have paid the $5 fee. Feel free to remove these comment lines however --&gt;
&lt;p&gt;Get smart with the &lt;a href="http://diythemes.com/thesis/"&gt;Thesis WordPress Theme&lt;/a&gt; from DIYthemes.&lt;/p&gt;
&lt;p&gt;Footer by &lt;a href="http://asnio.com/"&gt;Asnio&lt;/a&gt;.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;? }
add_action('thesis_hook_after_html', 'asnioFooter');
remove_action('thesis_hook_footer', 'thesis_attribution');
remove_action('thesis_hook_footer', 'thesis_admin_link');

register_sidebar(array('name'=&gt;'Footer 1', 'before_title'=&gt;'&lt;h3&gt;', 'after_title'=&gt;'&lt;/h3&gt;'));
register_sidebar(array('name'=&gt;'Footer 2', 'before_title'=&gt;'&lt;h3&gt;', 'after_title'=&gt;'&lt;/h3&gt;'));
register_sidebar(array('name'=&gt;'Footer 3', 'before_title'=&gt;'&lt;h3&gt;', 'after_title'=&gt;'&lt;/h3&gt;'));
register_sidebar(array('name'=&gt;'Footer Copyright', 'before_title'=&gt;'&lt;h3&gt;', 'after_title'=&gt;'&lt;/h3&gt;'));</pre>
<p>Click the big ass save button.</p>
<p>4.Now copy the code in footer_css from the file or below and paste it in the custom.css from your thesis editor.</p>
<pre>#foot {
background: #2B2A2A;
border: 0.6em solid #212020;
color: #DBEDF9;
font-size: 12px;
margin: 20px auto;
overflow: hidden;
padding: 1.5em;
}

#foot a { color: #DBEDF9; border-bottom: 1px dashed #DBEDF9; text-decoration: none; }

#foot a:hover { background: #DBEDF9; color: #3D3C3C; }

#foot span.cat, #foot h3 { /* controls all blue headings */
color: #23A2D7; font-size: 16px; font-weight: bold; letter-spacing: 1px; text-transform: uppercase; }

#foot h5 { font-size: 23px; }

#foot ul li ul { list-style-type: square; margin-left: 10px; }

#foot ul.sidebar_list { padding: 1.8em 30px 0 0; }

#foot li.widget .widget_box { background: none; border: 0; }

#foot .textwidget p { line-height: 22px; margin-bottom: 11px; }

#foot .col { float: left; list-style: none; width: 33.3%; }

#cats {
background: #3D3C3C;
list-style-type: none;
margin-top: 13px;
overflow: hidden;
padding: 10px 0 7px 20px;
}

#cats li {
float: left;
font-size: 1.2em;
line-height: 1.8em;
margin: 0 2px 5px 0;
width: 165px;
}

#copyright {
border-top: 1px dashed #3D3C3C;
clear: both;
font-size: 13px;
letter-spacing: 1.3px;
line-height: 21px;
padding-top: 10px;
}

#copyright p { font-size: 13px; }

#copyright ul.sidebar_list, #copyright .textwidget, #copyright li.widget .widget_box, #copyright li.widget { margin: 0; padding: 0; }</pre>
<p>5.Now save it and go to the widgets section and you will find three footer widgets section.Add some widgets to those footer 1,2 and 3 and visit your site.you can see the 3 column widgetized asnio footer as above,</p>
<p>Hope you have successfully added the 3 column asnio widgetized footer to your thesis wordpress theme.If you have any doubts then post a comment here.</p>


<p>Related posts:<ol><li><a href='http://www.sensehow.com/how-to-add-a-widgetized-3-column-footer-in-thesis-wordpress-theme/' rel='bookmark' title='Permanent Link: How to add a widgetized 3 column footer in thesis wordpress theme'>How to add a widgetized 3 column footer in thesis wordpress theme</a></li>
<li><a href='http://www.sensehow.com/thesis-how-to-place-ads-above-the-post-title-in-thesis-wordpress-theme/' rel='bookmark' title='Permanent Link: Thesis-how to place ads Above the post title in thesis wordpress theme'>Thesis-how to place ads Above the post title in thesis wordpress theme</a></li>
<li><a href='http://www.sensehow.com/how-to-add-stylish-page-navigation-in-thesis-using-pagenavi/' rel='bookmark' title='Permanent Link: How to add stylish page navigation in thesis using wp-pagenavi'>How to add stylish page navigation in thesis using wp-pagenavi</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sensehow.com/how-to-add-stylish-asnio-3-column-footer-to-thesis-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
