<?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>Techkeyla &#187; wordpress</title>
	<atom:link href="http://www.techkeyla.com/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techkeyla.com</link>
	<description>Served Neat</description>
	<lastBuildDate>Sun, 05 Sep 2010 19:11:14 +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>How to add Facebook Like Button in Thesis WordPress Theme</title>
		<link>http://www.techkeyla.com/how-to-add-facebook-like-button-in-thesis-wordpress-theme/</link>
		<comments>http://www.techkeyla.com/how-to-add-facebook-like-button-in-thesis-wordpress-theme/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 14:54:37 +0000</pubDate>
		<dc:creator>Sujoy</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[how to]]></category>

		<guid isPermaLink="false">http://www.techkeyla.com/?p=496</guid>
		<description><![CDATA[How to add Facebook Like Button in Thesis Wordpress Theme. Just a simple code.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://techkeyla.files.wordpress.com/2010/07/facebook-like.jpg?w=400&amp;h=400" alt="Facebook Like Button" width="240" height="240" /></p>
<p style="text-align: left;">We all love the Thesis WordPress theme, and its multi-functional layout which can be highly customised. And we also love the Facebook Like button, which is in a way Facebook&#8217;s answer to the Tweetmeme button. So, why not I show you how to incorporate the Facebook Like button in Thesis WordPress button.</p>
<p>To do this, all you need to do is to go to your custom_functions.php file and open it in an editor. You can have a backup just in case things don&#8217;t go according to plan. Now, once you have it opened in an editor [ or in your dashboard editor ], add the following code.</p>
<p><code></p>
<div id="_mcePaste">
<div id="_mcePaste">function add_fb_like_btn() {</div>
<div id="_mcePaste">if (is_single()) { ?&gt;</div>
<div id="_mcePaste">&lt;div style="float:right; padding-left:3px;"&gt;&lt;iframe src="http://www.facebook.com/plugins/like.php?href=&lt;?php echo urlencode(get_permalink($post-&gt;ID)); ?&gt;&amp;amp;layout=standard&amp;amp;show_faces=false&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:60px"&gt;&lt;/iframe&gt;&lt;/div&gt;</div>
<div id="_mcePaste">&lt;?php</div>
<div id="_mcePaste">}</div>
<div id="_mcePaste">else  { ?&gt;</div>
<div id="_mcePaste">&lt;div style="float:right; padding-left:3px;"&gt;&lt;iframe src="http://www.facebook.com/plugins/like.php?href=&lt;?php echo urlencode(get_permalink($post-&gt;ID)); ?&gt;&amp;amp;layout=standard&amp;amp;show_faces=false&amp;amp;width=450&amp;amp;action=like&amp;amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:60px"&gt;&lt;/iframe&gt;&lt;/div&gt;</div>
<div id="_mcePaste">&lt;?php</div>
<div id="_mcePaste">}</div>
<div id="_mcePaste">}</div>
<div id="_mcePaste">add_action('thesis_hook_after_headline','add_fb_like_btn');</div>
</div>
<p></code></p>
<p>You can customise the layout of the Facebook like button by changing what I have inserted in the</p>
<div>
<p>Please leave a comment if it worked out for you or otherwise. And also, go ahead and hit the Like button on this post <img src='http://www.techkeyla.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Cheerio!</p>
<p>[Image Courtesy: <a href="http://venturebeat.com/2010/06/01/roundup-ipads-overheating-like-buttons-breaking-and-other-news/" target="_blank">Venture Beat</a> ]</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.techkeyla.com/how-to-add-facebook-like-button-in-thesis-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redesigning OKS-Part I~~ 1113 of Best Free WordPress Themes</title>
		<link>http://www.techkeyla.com/redesigning-oks-part-i-1113-of-best-free-wordpress-themes/</link>
		<comments>http://www.techkeyla.com/redesigning-oks-part-i-1113-of-best-free-wordpress-themes/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 03:18:42 +0000</pubDate>
		<dc:creator>Sujoy</dc:creator>
				<category><![CDATA[techkeyla]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[comparisons]]></category>

		<guid isPermaLink="false">http://www.techkeyla.com/?p=130</guid>
		<description><![CDATA[Choosing the Right WordPress Theme I hope you people might have noticed that I have two blogs, one is this- Techkeyla, and the other one is OneKnightStands or as most of my mates call it- OKS. It was launched alongside Techkeyla, last year when I joined the independently blogging band-wagon and left the Blogger camp. [...]]]></description>
			<content:encoded><![CDATA[<h3>Choosing the Right WordPress Theme</h3>
<p>I hope you people might have noticed that I have two blogs, one is this- Techkeyla, and the other one is <a title="OKS" href="http://www.oneknightstands.net" target="_blank">OneKnightStands</a> or as most of my mates call it- OKS. It was launched alongside Techkeyla, last year when I joined the independently blogging band-wagon and left the Blogger camp. Things have been great since. Visitors multiplied, my posts got linked and I got readers from all across the world. But unfortunately I haven&#8217;t been able to write as much. So to break the hibernation, I thought of redesigning the theme. I was happy with the previous theme for it supporting my long posts and clarity of font. But I needed change. After all it was a year old. So I began my hunt for the perfect wordpress theme to work on.</p>
<p><strong>Sources of Free WordPress Themes. </strong></p>
<p>My search began with a google search, but it was just not quite adequate. So, the search led me to multiple other blogs and other sources which I am sharing with you.</p>
<p><strong>1. Smashing Magazine</strong></p>
<p>Just love this blog and the exhaustive amount of sources these guys have. Check the following posts e.g.</p>
<p><a href="http://www.smashingmagazine.com/2008/01/08/100-excellent-free-high-quality-wordpress-themes/">100 Excellent Free WordPress Themes</a></p>
<p><a href="http://www.smashingmagazine.com/2007/02/09/83-beautiful-wordpress-themes-you-probably-havent-seen/">83 Beautiful WordPress Themes You (Probably) Haven’t Seen</a></p>
<p><strong>2.</strong>The next huge resource for anything wordpress is <strong>Mashable.</strong> For themes, I seeked help from the following posts.</p>
<p><a href="http://mashable.com/2007/08/03/wordpress-3-column/">30+ WordPress 3-Column Themes</a></p>
<p><a href="http://mashable.com/2007/08/10/wordpress-2-column/">30+ WordPress 2-Column Themes</a></p>
<p>And then there are numerous other blogs providing lists of numerous WordPress Themes. Some of them are listed below (after the jump). <span id="more-130"></span></p>
<p><a href="http://www.hongkiat.com/blog/49-most-downloaded-wordpress-themes-of-all-time/">49 Most Downloaded WordPress Themes Of All Time</a></p>
<p><a href="http://www.wpzoom.com/wordpress-themes-sets/45-free-premium-wordpress-themes-with-magazine-or-grid-layouts/">45+ Free Premium WordPress Themes with Magazine or Grid Layouts</a></p>
<p><a href="http://www.noupe.com/wordpress/outstanding-free-and-premium-wordpress-themes.html">45+ Must See WordPress themes</a></p>
<p><a href="http://blogsessive.com/blogging-tips/20-corporate-free-wordpress-themes/">20 Free Corporate WordPress Themes</a></p>
<p><a href="http://sixrevisions.com/resources/50-beautiful-free-wordpress-themes/">50 Beautiful Free WordPress Themes</a></p>
<p><a href="http://www.smashingapps.com/2008/08/20/21-mindblowing-premium-like-free-wordpress-themes.html">21 Mindblowing Premium-Like Free WordPress Themes</a></p>
<p><a href="http://www.cssleak.com/Category/Unique-Wordpress-Themes.html">92 Unique WordPress Themes</a></p>
<p><a href="http://www.toxel.com/design/2008/08/06/24-high-quality-free-wordpress-themes/">24 High Quality Free WordPress Themes</a></p>
<p><a href="http://www.crazyleafdesign.com/blog/top-50-free-wordpress-themes/">Top 50 free WordPress themes</a></p>
<p><a href="http://www.bspcn.com/2008/11/10/50-beautiful-free-wordpress-themes/">50 Beautiful Free WordPress Themes</a></p>
<p><a href="http://www.noupe.com/wordpress/15-high-quality-premium-like-free-wordpress-themes.html">15 High Quality Premium-Like Free WordPress Themes</a></p>
<p>That&#8217;s more or less like 700 plus WordPress themes at your disposal. Not necessarily, you often find some repetitions. But even after that, that&#8217;s a lot of Themes. And if you are still hungry, eat this.</p>
<p><strong><a href="http://www.elitefreelancing.com/2008/10/413-best-free-wordpress-themes-of-2008/">413 BEST FREE WORDPRESS THEMES OF 2008</a></strong></p>
<p>So the total now has reached <strong>1113</strong> plus. All of them are free and for yours to download. And now the task begins of choosing the right one for you. The criteria for selection of a particular theme may be manifold, but I tried considering the following factors.</p>
<p><strong>a: Background Colour : Dark vs. White :- </strong>This is a never ending debate, but for me White is the colour. Because the blog is one with long posts and one which should be soothing to the eyes, so have tried avoiding bright colours.</p>
<p><strong>b: 2 columns vs. 3 colums vs. 4 colums :-</strong> 3 colums always for me as it gives me more space to have my widgets and other contents.Also, my 3 column theme is one which has a left and right sidebar with text in the middle. This gives the blog a more arranged look and are proved to be more Adsense friendly.</p>
<p><strong>c: Text Space: </strong>This matters a lot as the blog has a lot of text and also images which it should accommodate.</p>
<p><strong>d: Magazine vs. Grid : </strong>Magazine layouts are good, but they shorten up the texts in the homepage, which is not acceptable. Grids are good.</p>
<p><strong>e: Flexible Width vs. Fixed Width :</strong> My previous theme was a flexible width, but I chose to have a fixed width this time. There are various advantages for fixed width like uniform layout for all screensizes, which means header images will always remain symmetric, any change in side widget images, or posts text would not affect theme lay-out, which is a problem with flexible width.</p>
<p>f. Lastly, your will to incorporate change. If you find interesting design and portions in different themes, you can always mix and match, provided you credit the source.</p>
<p>Of all the wordpress themes I previewed and tested the demos, I tried quite a few of them which I will mention in the next post. I finally opted for Velocity theme (Source: <a title="Blogohblog WP themes" href="http://wpthemes.blogohblog.net/" target="_blank">BlogOhBlog</a>) designed by Jai Nischal Verma. I have done quite a bit of tweaking on the theme and shall talk about that in part -II and also let you know of the continuous changes that I plan to make on the blog theme of Techkeyla as well OKS.</p>
<p>See you in <strong>Part -II</strong>. Cheers!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techkeyla.com/redesigning-oks-part-i-1113-of-best-free-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WordPress Wiki: How to put Favicon on your WordPress Blog</title>
		<link>http://www.techkeyla.com/wordpress-wiki-how-to-put-favicon-on-your-wordpress-blog/</link>
		<comments>http://www.techkeyla.com/wordpress-wiki-how-to-put-favicon-on-your-wordpress-blog/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 05:00:54 +0000</pubDate>
		<dc:creator>Sujoy</dc:creator>
				<category><![CDATA[how to]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://techkeyla.com/?p=87</guid>
		<description><![CDATA[See the cute little sun shining on my WordPress page address bar above? Or the very familiar &#8216;g&#8217; on the address bar when you go to any Google page . That&#8217;s the Favicon. (So sorry, IE 6 users can&#8217;t see it ).And why is that minute design detail necessary. Well, it works more like a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="float: left;" src="http://farm4.static.flickr.com/3202/2349349366_4d288db817_m.jpg" alt="Wordpress" width="160" height="240" />See the cute little sun shining on my WordPress page address bar above? Or the very familiar &#8216;g&#8217; on the address bar when you go to any Google page . That&#8217;s the Favicon. (So sorry, IE 6 users can&#8217;t see it ).And why is that minute design detail necessary. Well, it works more like a brand logo of your website/blog rather than just another design feature. You of course want to project your blog as a brand , a service which is recognisable. <a title="Labnol" href="http://labnol.org" target="_blank">Labnol.org</a> has the favicon of &#8216;D i&#8217; as in Digital Inspiration. Now it is just a piece of little code to be included in your WordPress package and we&#8217;ll get to that in a while.</p>
<p>For those who host it on Blogger, by default the Blogger favicon should appear, but then, that can also be done away with. Now back to WordPress. Go to the Theme Editor page in your Admin console. Now if you don&#8217;t know how to reach there, once you LOGIN to your WordPress Admin page, click on the Design tab, and then click Theme Editor. GO to the Header php file titled header.php (surpisingly).</p>
<p>Now typically, this is where you include the code for the favicon. First and foremost, upload your desired Icon ( a .ico file) on any image hosting service ( photobucket, flickr..you know the names) or you can host it on your own server where you have hosted your wordpress. This is more advisable so that whenever you change your theme, your favicon would change as well. Anyway, typically, the icon goes in the theme folder itself. Now if it is included within the template folder itself, this is how the code will read.</p>
<blockquote><p>&lt;link rel=&#8221;shortcut icon&#8221; type=&#8221;image/ico&#8221; href=&#8221;&lt;?php bloginfo(&#8216;template_url&#8217;); ?&gt;/favicon.ico&#8221; /&gt;</p></blockquote>
<p>You have to include this code in the header.php. Almost anywhere, but I prefer to keep the code a bit clean by including below the code for the navbar:- the bar which has the link to the pages. And once you are done with it, click update and voila, your WordPress blog is now Favicon Branded. Flaunt It.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.techkeyla.com/wordpress-wiki-how-to-put-favicon-on-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
