<?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>WordPress Themes by Sadish &#187; Tips and Tricks</title>
	<atom:link href="http://wpthemes.info/topics/tips-and-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpthemes.info</link>
	<description>Home of MistyLook and other great WordPress Themes !</description>
	<lastBuildDate>Sun, 11 Jul 2010 16:51:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Senorita &#8211; Version 1.1</title>
		<link>http://wpthemes.info/posts/2005/11/11/senorita-version-11/</link>
		<comments>http://wpthemes.info/posts/2005/11/11/senorita-version-11/#comments</comments>
		<pubDate>Sat, 12 Nov 2005 01:39:30 +0000</pubDate>
		<dc:creator>sadish</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://wpthemes.info/posts/2005/11/11/senorita-version-11/</guid>
		<description><![CDATA[A few people complained that the Search was not working when they used the Senorita theme.
After some research, I found out the problem was the &#8220;action&#8221; attribute for the search form.
In the Sidebar.php where you see 
action=&#8221;/&#8221;
it has to be changed to
action=&#34;&#60;?php echo $_SERVER['PHP_SELF']; ?&#62;&#34;
That will fix the problem.
I fixed it in the original package [...]]]></description>
			<content:encoded><![CDATA[<p>A few people complained that the Search was not working when they used <a href="http://wpthemes.info/posts/2005/10/14/senorita-all-new-theme-from-us/" title="Senorita">the Senorita theme</a>.</p>
<p>After some research, I found out the problem was the &#8220;action&#8221; attribute for the search form.</p>
<p>In the Sidebar.php where you see </p>
<p><strong>action=&#8221;/&#8221;</strong></p>
<p>it has to be changed to</p>
<p><strong>action=&quot;&lt;?php echo $_SERVER['PHP_SELF']; ?&gt;&quot;</strong></p>
<p>That will fix the problem.</p>
<p>I fixed it in the original package and am releasing it as new version 1.1</p>
<p>It is available at <a href="http://wpthemes.info/themes/1.5/senorita11.zip" title="Senorita 1.1">http://wpthemes.info/themes/1.5/senorita11.zip</a></p>
<p>Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpthemes.info/posts/2005/11/11/senorita-version-11/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>post.php problem</title>
		<link>http://wpthemes.info/posts/2005/07/11/postphp-problem/</link>
		<comments>http://wpthemes.info/posts/2005/07/11/postphp-problem/#comments</comments>
		<pubDate>Mon, 11 Jul 2005 17:50:53 +0000</pubDate>
		<dc:creator>sadish</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://wpthemes.info/posts/2005/07/11/postphp-problem/</guid>
		<description><![CDATA[A few of the users have been complaining about this issue in Connections theme and I believe it will be the same case in other themes too.
Fatal error: main(): Failed opening required &#8216;post.php&#8217;
To resolve this problem, please open up the index.php file and look for the line
&#60; ?php require(&#8217;post.php&#8217;); ?&#62;
and change it to
&#60; ?php require(TEMPLATEPATH [...]]]></description>
			<content:encoded><![CDATA[<p>A few of the users have been complaining about this issue in Connections theme and I believe it will be the same case in other themes too.</p>
<p><strong>Fatal error: main(): Failed opening required &#8216;post.php&#8217;</strong><br />
To resolve this problem, please open up the index.php file and look for the line</p>
<p><em>&lt; ?php require(&#8217;post.php&#8217;); ?&gt;</em></p>
<p>and change it to</p>
<p><em>&lt; ?php require(TEMPLATEPATH . &#8216;/post.php&#8217;); ?&gt; </em></p>
<p>Hope that solves the problem.</p>
<p>- Sadish</p>
]]></content:encoded>
			<wfw:commentRss>http://wpthemes.info/posts/2005/07/11/postphp-problem/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Header Image not showing up on Mac/IE</title>
		<link>http://wpthemes.info/posts/2005/05/03/header-image-not-showing-up-on-macie/</link>
		<comments>http://wpthemes.info/posts/2005/05/03/header-image-not-showing-up-on-macie/#comments</comments>
		<pubDate>Tue, 03 May 2005 14:24:59 +0000</pubDate>
		<dc:creator>sadish</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://wpthemes.info/posts/2005/05/03/header-image-not-showing-up-on-macie/</guid>
		<description><![CDATA[It seems to be reported by many people, that the header image of our themes, do not load on Internet Explorer in the Mac platform.
I found out that the solution to that is, removing the single quote from the url attribute of the background property in the style.css file.
In the style.css file, look for
#header { [...]]]></description>
			<content:encoded><![CDATA[<p>It seems to be reported by many people, that the header image of our themes, do not load on <em>Internet Explorer in the Mac platform</em>.</p>
<p>I found out that the solution to that is, removing the single quote from the url attribute of the background property in the style.css file.</p>
<p>In the style.css file, look for<br />
<strong>#header { background:url(&#8217;img/header.jpg&#8217;); } </strong><br />
and make it<br />
<strong>#header { background:url(img/header.jpg); } </strong></p>
<p>This will solve the problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpthemes.info/posts/2005/05/03/header-image-not-showing-up-on-macie/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Google Ads Flicker</title>
		<link>http://wpthemes.info/posts/2005/03/15/google-ads-flicker/</link>
		<comments>http://wpthemes.info/posts/2005/03/15/google-ads-flicker/#comments</comments>
		<pubDate>Tue, 15 Mar 2005 15:03:47 +0000</pubDate>
		<dc:creator>sadish</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://wpthemes.info/posts/2005/03/15/google-ads-flicker/</guid>
		<description><![CDATA[When using the GreenTrack theme, I faced a small issue with Google Ads.
Those ads flickers for a short moment, when moving the mouse over the sidebar links.
I searched the internet and found a solution to that, atleast for GreenTrack users.
Just add border:none to #sidebar li a:hover in the stylesheet. 
Thats it.
I found this solution at [...]]]></description>
			<content:encoded><![CDATA[<p>When using the GreenTrack theme, I faced a small issue with Google Ads.</p>
<p>Those ads flickers for a short moment, when moving the mouse over the sidebar links.</p>
<p>I searched the internet and found a solution to that, atleast for GreenTrack users.</p>
<p>Just add <strong>border:none</strong> to <strong>#sidebar li a:hover</strong> in the stylesheet. </p>
<p>Thats it.</p>
<p>I found this solution at <a href="http://www.webmasterworld.com/forum83/5741.htm" target="_blank">http://www.webmasterworld.com/forum83/5741.htm</a></p>
<p>Hope that helps some of you.</p>
<p>Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpthemes.info/posts/2005/03/15/google-ads-flicker/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Previous &#8216;n&#8217; Posts</title>
		<link>http://wpthemes.info/posts/2004/12/07/previous-n-posts/</link>
		<comments>http://wpthemes.info/posts/2004/12/07/previous-n-posts/#comments</comments>
		<pubDate>Wed, 08 Dec 2004 02:32:26 +0000</pubDate>
		<dc:creator>sadish</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[WP 1.2]]></category>

		<guid isPermaLink="false">http://wpthemes.info/posts/2004/12/07/previous-n-posts/</guid>
		<description><![CDATA[Previous n posts plugin.]]></description>
			<content:encoded><![CDATA[<blockquote><p>Updated version 2.0, for WP 2.1. <a href="http://wpthemes.info/?dl=8" title="V2.0">Download it</a> !</p></blockquote>
<p>On a Permanent Link page, I wanted to display the previous 5 posts.</p>
<p>I searched the WP Community Forum, but couldn&#8217;t find one.</p>
<p>Then I got another plugin for <a href="http://mtdewvirus.com/wp-hacks/" target="_blank">Recent Posts </a>, by Nick Momrik and made a copy of that and created a new plugin.</p>
<p>Now I present it to you <strong>Previous &#8216;n&#8217; Posts</strong> Plugin.</p>
<p>The Usage is quite simple<br />
&lt;h2&gt;Previous Posts&lt;/h2&gt;<br />
&lt;ul&gt;<br />
&lt;?php get_previous_posts(6, &#8216;&lt;li&gt;&#8217;, &#8216;&lt;/li&gt;&#8217;, true, $post-&gt;post_date,false) ?&gt;<br />
&lt;/ul&gt;</p>
<p>Number of posts to be displayed,<br />
&#8216;text to appear before link&#8217;,<br />
&#8216;text to appear after link&#8217;,<br />
should_show_password_protected_post (true/ false) ?,<br />
date of the current post,<br />
should_show_excerpts_of_the_post (true/false)</p>
<p>Thats it.</p>
<p>Go Ahead and download the Zip file from <a href="http://wpthemes.info/wp-content/uploads/2006/12/previous_posts.zip">previous_posts.zip</a>,.<br />
<em>It also includes a &#8216;readme.txt&#8217; file.</em><br />
Just save the &#8216;previous_posts.php&#8217; into your &#8216;wp-content/plugins&#8217; folder in your WordPress directory and activate it from the Admin Area.</p>
<p><strong><em>Always use the code from the readme.txt file, and do not copy it from this page.<br />
the code that is shown in this page, is just to let you know how to use it.<br />
Its not the actual code.</em></strong><br />
Let me know if you have any problems.</p>
<p>Enjoy !</p>
]]></content:encoded>
			<wfw:commentRss>http://wpthemes.info/posts/2004/12/07/previous-n-posts/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>Separating comments and trackbacks</title>
		<link>http://wpthemes.info/posts/2004/11/11/separating-comments-and-trackbacks/</link>
		<comments>http://wpthemes.info/posts/2004/11/11/separating-comments-and-trackbacks/#comments</comments>
		<pubDate>Fri, 12 Nov 2004 02:03:56 +0000</pubDate>
		<dc:creator>sadish</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://wpthemes.info/posts/2004/11/11/separating-comments-and-trackbacks/</guid>
		<description><![CDATA[I did a google search on this subject and came across this link.
check it out this page from Eric Meyer, the CSS Expert.
http://www.meyerweb.com/eric/tools/ wordpress/mw_comments_trackbacks.html
Next time, when I build a theme package, I will try to include this also.
Thanks to Patricia and trench for their feedback.
]]></description>
			<content:encoded><![CDATA[<p>I did a google search on this subject and came across this link.</p>
<p>check it out this page from Eric Meyer, the CSS Expert.</p>
<p><a href="http://www.meyerweb.com/eric/tools/wordpress/mw_comments_trackbacks.html" target="_blank">http://www.meyerweb.com/eric/tools/ wordpress/mw_comments_trackbacks.html</a></p>
<p>Next time, when I build a theme package, I will try to include this also.</p>
<p>Thanks to Patricia and trench for their feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://wpthemes.info/posts/2004/11/11/separating-comments-and-trackbacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix for Links !</title>
		<link>http://wpthemes.info/posts/2004/11/02/fix-for-links/</link>
		<comments>http://wpthemes.info/posts/2004/11/02/fix-for-links/#comments</comments>
		<pubDate>Tue, 02 Nov 2004 16:55:21 +0000</pubDate>
		<dc:creator>sadish</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>

		<guid isPermaLink="false">http://wpthemes.info/posts/2004/11/02/fix-for-links/</guid>
		<description><![CDATA[WordPress provides a way to list your favorite links on the sidebar.
None of my themes that you download from this website has that in-built. 
However when you copy the &#8216;piece of code&#8217; from the WordPress default Installation into the page that is using one of my themes, it really doesnt look good and also makes [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress provides a way to list your favorite links on the sidebar.<br />
<em>None</em> of my themes that you download from this website has that in-built. </p>
<p>However when you copy the &#8216;piece of code&#8217; from the WordPress default Installation into the page that is using one of my themes, it really doesnt look good and also makes the page invalid.</p>
<p>here is the fix to the problem. Use the following code in your index.php. </p>
<p><code><br />
&lt;h2&gt;&lt;?php _e('Links'); ?&gt;&lt;/h2&gt;<br />
&lt;ul&gt;&lt;?php get_links('-1', '&lt;li&gt;', '&lt;/li&gt;', ' '); ?&gt;&lt;/ul&gt;<br />
</code></p>
<p>Thats it !</p>
]]></content:encoded>
			<wfw:commentRss>http://wpthemes.info/posts/2004/11/02/fix-for-links/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>
