<?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 &#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>Thu, 17 May 2012 10:12:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<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>admin</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=&#8221;&#60;?php echo $_SERVER['PHP_SELF']; ?&#62;&#8221; That will fix the problem. I [...]]]></description>
			<content:encoded><![CDATA[<p>A few people complained that the Search was not working when they used the <a href="http://wpthemes.info/posts/2005/10/14/senorita-all-new-theme-from-us/" class="local-link">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=&#8221;&lt;?php echo $_SERVER['PHP_SELF']; ?&gt;&#8221;</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 title="Senorita 1.1" href="http://wpthemes.info/downloads/senorita.zip" class="local-link">http://wpthemes.info/downloads/senorita.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>admin</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(&#8216;post.php&#8217;); ?&#62; and change [...]]]></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(&#8216;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>admin</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 [...]]]></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(&#8216;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>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>admin</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" class="local-link">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 Recent Posts , 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" class="local-link">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>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>admin</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 [...]]]></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>

