<?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>Programming Ideas, Logics, Tips and Tricks &#187; theme</title>
	<atom:link href="http://www.sajithmr.me/tag/theme/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sajithmr.me</link>
	<description></description>
	<lastBuildDate>Mon, 23 Jan 2012 15:44:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Google Ad-Oriented WordPress Theme &gt; KeyArt</title>
		<link>http://www.sajithmr.me/google-ad-oriented-wordpress-theme-keyart</link>
		<comments>http://www.sajithmr.me/google-ad-oriented-wordpress-theme-keyart#comments</comments>
		<pubDate>Thu, 10 Apr 2008 06:24:33 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[webworld]]></category>
		<category><![CDATA[ad-oriented]]></category>
		<category><![CDATA[keyart]]></category>
		<category><![CDATA[sajith]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[simple]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[whitish]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/google-ad-oriented-wordpress-theme-keyart/</guid>
		<description><![CDATA[Very nice ad placement Keyword / Meta optimized Google Image-ad Header Web 2.0 Layout Simple Design Option of Auto Bookmarking (Stumble , Delicious, Technorati) Amazing Navigation 75% CTR increment (Tested) Keeping google ad-layout specification All the above features in a single theme named KeyArt. Download the zip file , unzip to wp-content/themes/ so that the [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Very nice ad placement</li>
<li>Keyword / Meta optimized</li>
<li>Google Image-ad Header</li>
<li>Web 2.0 Layout</li>
<li>Simple Design</li>
<li>Option of Auto Bookmarking (Stumble , Delicious, Technorati)</li>
<li>Amazing Navigation</li>
<li>75% CTR  increment (Tested)</li>
<li>Keeping google ad-layout specification</li>
</ol>
<p>All the above features in a single theme named<a href="http://www.sajithmr.com/downloads/keyart.zip" title="KeyArt WordPress Theme"> KeyArt</a>.</p>
<p><a href="http://www.sajithmr.com/downloads/keyart.zip" title="KeyArt WordPress Theme"><img src="http://www.sajithmr.com/wp-content/uploads/2008/03/download-zip.png" width="164" height="91" /></a></p>
<p>Download the zip file , unzip to <code>wp-content/themes/ so that the theme file will be on: </code><code>wp-content/themes/keyart path.</code></p>
<p>Goto Admin Control Panel / Presentation Menu. Select the Keyart theme.</p>
<p>See the screen shot:</p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/04/screenshot.jpg" alt="Keyart Screen Shot" /></p>
<p>After installing this theme, go to Template/ThemeEditor Menu and Select  googleads.php. Edit your google public id there to show your google ad. (Replace current pub-id with ours)</p>
<pre lang="php">

//Edit your google pub-id here
$my_pubid = "pub-9654010595544070";
echo $my_pubid;
?&gt;</pre>
<p>For any queries/comments mail me to <a href="mailto:admin@sajithmr.com">admin@sajithmr.com</a> or comment on this post.</p>
<p>Happy Blogging &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/google-ad-oriented-wordpress-theme-keyart/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple steps to create a wordpress theme</title>
		<link>http://www.sajithmr.me/simple-steps-to-create-a-wordpress-theme</link>
		<comments>http://www.sajithmr.me/simple-steps-to-create-a-wordpress-theme#comments</comments>
		<pubDate>Thu, 03 Apr 2008 04:53:01 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[php source code]]></category>
		<category><![CDATA[webworld]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/simple-steps-to-create-a-wordpress-theme/</guid>
		<description><![CDATA[WordPress theme is merely a folder which is to be placed in wp-content folder of wordpress hierarchy . The basic files needed in that theme folder is index.php and style.css In this style.css the following lines are very essential. /* Theme Name: Theme Namet Theme URI: http://www.sajithmr.com/ Description: Details of your theme Author: Author name [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/04/wordpress-logo.png" alt="Wordpress Theme Development" /></p>
<p>WordPress theme is merely a folder which is to be placed in wp-content folder of wordpress hierarchy .</p>
<p>The basic files needed in that theme folder is <font color="#008000"><strong>index.php</strong></font> and <strong><font color="#008000">style.css</font></strong></p>
<p>In this style.css the following lines are very essential.<br />
<font color="#999999">/*</font></p>
<p><font color="#999999">Theme Name: Theme Namet</font></p>
<p><font color="#999999">Theme URI: http://www.sajithmr.com/</font></p>
<p><font color="#999999">Description: Details of your theme<a href="http://www.sajithmr.com/"></a></font></p>
<p><font color="#999999">Author: Author name<br />
</font></p>
<p><font color="#999999">Author URI: http://www.sajithmr.com/</font></p>
<p><font color="#999999">This theme was designed and built by Sajith</font></p>
<p><font color="#999999">The CSS, XHTML and design is released under GPL</font></p>
<p><font color="#999999">http://www.opensource.org/licenses/gpl-license.php</font></p>
<p><font color="#999999">*/</font><br />
Design your theme (static page) and put this as index.php in theme folder. Go to wordpress admin panel and set the current theme as the theme you created now. Then you can see the static design created by you.</p>
<p>Next step is make each part dynamic.  For example if you want to make your blog title dynamic , replace your static code with</p>
<p><strong><font color="#ff0000">&lt;?php</font></strong> wp_title(); <strong><font color="#ff0000">?&gt;</font></strong></p>
<p>Make your style sheet path also dynamic by : <font color="#339966">&lt;link rel=&#8221;stylesheet&#8221; href=&#8221;&lt;?php bloginfo(&#8216;stylesheet_url&#8217;); ?&gt;&#8221; type=&#8221;text/css&#8221; media=&#8221;screen&#8221; /&gt;</font></p>
<p>Like this , there is a lot of built in dynamic functions in wordpress.I will give you some  links at the end of this post .</p>
<p>Another , very special , feature of wordpress theme is its hierarchy. You can sub divide the index.php files into a lot of sub files. See the below picture</p>
<p><a href="http://www.sajithmr.com/wp-content/uploads/2008/04/wordpress-template-hierarchy.png" title="Wordpress theme hierarchy" target="_blank"><img src="http://www.sajithmr.com/wp-content/uploads/2008/04/wordpress-template-hierarchy.png" alt="Wordpress theme hierarchy" height="406" width="546" /></a></p>
<p>(Click on the picture to see full size)</p>
<p>This picture shows the control flow whenever a particular url request arrives.  For example you can write all the code for footer in <font color="#339966">footer.php</font> and can include this file in your<font color="#339966"> </font><font color="#339966">index.php</font> file as</p>
<p><strong><font color="#ff0000">&lt;?php</font></strong> get_footer(); <font color="#ff0000"><strong>?&gt; </strong></font></p>
<p>Some important wordpress dynamic functions:</p>
<p>Function for showing posts:</p>
<p><font color="#808080">&lt;?php if (have_posts()) : ?&gt;</font></p>
<p><font color="#808080">&lt;?php while (have_posts()) : the_post(); ?&gt;</font></p>
<p><font color="#808080">&lt;?php the_content(&#8216;Read More  »&#8217;); ?&gt;</font></p>
<p><font color="#808080">&lt;?php break;?&gt;</font></p>
<p><font color="#808080">&lt;?php endwhile; ?&gt;<br />
&lt;?php endif; ?&gt;</font></p>
<p>See this link for further development:<a href="http://codex.wordpress.org/Theme_Development" target="_blank"> http://codex.wordpress.org/Theme_Development</a></p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/04/wordpress-logo1.jpg" alt="Wordpress Theme Development" /> <img src="http://www.sajithmr.com/wp-content/uploads/2008/04/wordpress-logo-cristalminiatura.jpg" alt="Wordpress Theme Development" height="143" width="143" /></p>
<p><u>Some useful functions:</u></p>
<p><font color="#ff0000"><strong>&lt;?php  </strong></font>wp_list_categories(&#8216;title_li=&#8217;); <font color="#ff0000"><strong>?&gt;</strong></font>  <font color="#999999">/* Listing categories */</font></p>
<p><font color="#ff0000"><strong>&lt;?php</strong></font> edit_post_link(&#8216;Edit this entry.&#8217;,&#8221;,&#8221;);<font color="#ff0000"><strong> ?&gt;</strong></font><font color="#999999">   /* Post edit link*/</font></p>
<p><font color="#ff0000"><strong>&lt;?php</strong></font> the_category() <font color="#ff0000"><strong>?&gt;  </strong></font><font color="#999999">/* Shows current category*/</font></p>
<p><font color="#ff0000"><strong>&lt;?php</strong></font> wp_list_pages(&#8216;sort_column=menu_order&amp;depth=1&amp;title_li=&#8217;);<font color="#ff0000"><strong>?&gt;</strong></font>  <font color="#999999">/*  Page Links*/</font></p>
<p><font color="#ff0000"><strong>&lt;?php</strong></font> wp_head(); <strong><font color="#ff0000">?&gt;</font></strong><font color="#999999">  /* Head information */</font></p>
<p><font color="#ff0000"><strong>&lt;?php</strong></font> wp_loginout(); <strong><font color="#ff0000">?&gt;</font></strong>  <font color="#999999">/* Login / logout links*/</font></p>
<p><font color="#ff0000"><strong>&lt;?php</strong></font> the_permalink() <strong><font color="#ff0000">?&gt;</font></strong> <font color="#999999">/* Get the permalink */</font></p>
<p><font color="#ff0000"><strong>&lt;?php</strong></font> the_excerpt(); <strong><font color="#ff0000">?&gt;</font></strong> <font color="#999999">/* Get the short description of a post*/</font></p>
<p><font color="#ff0000"><strong>&lt;?php</strong></font> posts_nav_link(&#8216; — &#8216;, __(&#8216;« Older Posts&#8217;), __(&#8216;Newer Posts »&#8217;)); <strong><font color="#ff0000">?&gt;</font></strong><font color="#999999"> /*Page navigation*/</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/simple-steps-to-create-a-wordpress-theme/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>WordPress Theme  &#8211;  Sythoos</title>
		<link>http://www.sajithmr.me/wordpress-theme-sythoos</link>
		<comments>http://www.sajithmr.me/wordpress-theme-sythoos#comments</comments>
		<pubDate>Mon, 17 Mar 2008 11:25:18 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[webworld]]></category>
		<category><![CDATA[sajith]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[sythoos]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/wordpress-theme-sythoos/</guid>
		<description><![CDATA[Sythoos wordpress theme is now public . You can download the theme of this site from Sythoos Theme Features &#62;&#62; Simply whitish theme Readable font type and size Comfortable colors SEO based theme Apt place for adding google advertisements Google Map Api showing current visitors locations and count Super commenting structure Fast Loading See the [...]]]></description>
			<content:encoded><![CDATA[<p> <a href="http://www.sajithmr.com/themes/sythoos.zip" title="Sythoos Theme" target="_blank"><img src="http://www.sajithmr.com/wp-content/uploads/2008/03/wordpress-logo.jpg" alt="Wordpress Theme  -  Sythoos" style="margin: 35px; float: left" width="278" height="278" /></a></p>
<p>Sythoos wordpress theme is now public . You can download the theme of this site from</p>
<p><a href="http://www.sajithmr.com/themes/sythoos.zip" title="Sythoos Theme" target="_blank">Sythoos Theme</a></p>
<p><a href="http://www.sajithmr.com/themes/sythoos.zip" title="Download WordPress Theme" target="_blank"><img src="http://www.sajithmr.com/wp-content/uploads/2008/03/download-zip.png" alt="Wordpress Theme Download" /></a></p>
<p><font color="#999999"><strong>Features &gt;&gt;</strong></font></p>
<ol>
<li>Simply whitish theme</li>
<li>Readable font type and size</li>
<li>Comfortable colors</li>
<li>SEO based theme</li>
<li> Apt place for adding google advertisements</li>
<li>Google Map Api showing current visitors locations and count</li>
<li>Super commenting structure</li>
<li>Fast Loading</li>
</ol>
<p>See the screenshots:</p>
<p><font color="#808080"><strong>Home Page &gt;&gt; </strong></font></p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/03/forwardpost.jpg" alt="Home page view" width="562" height="380" /></p>
<p><strong><font color="#808080">Google Map &gt;&gt;</font></strong></p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/03/gmap.jpg" alt="Google Map integrated" width="563" height="501" /></p>
<p><strong><font color="#808080">Simple Commenting &gt;&gt;</font></strong></p>
<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/03/comment-captcha.jpg" alt="Simple Commenting and Related Posts" width="558" height="534" /></p>
<p><a href="http://www.sajithmr.com/themes/sythoos.zip" title="Download WordPress Theme" target="_blank"><img src="http://www.sajithmr.com/wp-content/uploads/2008/03/download-zip.png" alt="Wordpress Theme Download" /></a></p>
<p>Download <a href="http://www.sajithmr.com/themes/sythoos.zip" title="Sythoos.zip" target="_blank">sythoos.zip</a> file and extract and place it in your wp-content/themes folder. Go to Presentation Tab in wordpress admin control panel and click on sythoos to activate. Enjoy WordPress <img src='http://www.sajithmr.me/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/wordpress-theme-sythoos/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

