<?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 Rocks! &#187; WordPress Tips</title>
	<atom:link href="http://wprocks.com/all/wordpress-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://wprocks.com</link>
	<description>Commentary by Sadish on WordPress and his Themes</description>
	<lastBuildDate>Wed, 01 Sep 2010 04:04: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>It is not a theme issue, my friend!</title>
		<link>http://wprocks.com/wordpress-tips/it-is-not-a-theme-issue-my-friend/</link>
		<comments>http://wprocks.com/wordpress-tips/it-is-not-a-theme-issue-my-friend/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 00:00:04 +0000</pubDate>
		<dc:creator>Sadish</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://wprocks.com/?p=572</guid>
		<description><![CDATA[This post, I would like to pin-point some of the questions that people ask me for support, which are in no way related to the theme they were using. ]]></description>
			<content:encoded><![CDATA[<p>As a creator of so many free and <a href="http://wpthemeshop.com" title="Premium WordPress Themes" target="_blank">premium WordPress Themes</a>, I usually get emails from people asking for support with their WordPress powered websites. I usually re-direct the users to my <a href="http://wprocks.com/forums/" title="Support Forums by Sadish" target="_blank">support forums</a>, because most of the time, if I solve the issue for one person, it might help other people having the same or similar issues.</p>
<p>This post, I would like to pin-point some of the questions that people ask, which are in no way related to the theme they were using.<br />
<span id="more-572"></span><br />
<strong>First thing to check</strong><br />
The first thing you have to check, before you decide if an issue at hand is an issue with the theme, is to go and set your site to use a different theme.<br />
You can do this, by going to Appearance > Themes > and then picking up a different theme.</p>
<p>If you are still having the issue at hand, then it means, the issue is not at all related to the theme you were using. Makes sense?</p>
<p><strong>Most common issues that are not related to the theme you were using</strong><br />
<strong>Issue 1: Uploading Images do not work with your theme</strong><br />
If you are having issues with uploading images to your post, it has nothing to do with the theme you are using.<br />
It is probably because of a &#8216;directory permission&#8217; issue at your wp-content folder or any of its sub-folders. This could also be because of <a href="http://wprocks.com/wordpress-tips/possible-fix-to-the-problem-with-image-uploads-with-wordpress-271/" title="Image Upload Problem">this issue</a>.<br />
This is not controlled by the theme at all.<br />
So, you can do the &#8216;first thing to check&#8217; as suggested above, and I am sure, it will not be a theme issue.</p>
<p><strong>Issue 2: RSS Feed does not load</strong><br />
The RSS feed for your WordPress site is not controlled by the theme that you are currently using. It is generated by WordPress, and most often, the feed becomes broken, when you have some invalid xhtml in one of your posts. You probably forgot to put some closing tags or you copied and pasted content into your post from somewhere else.<br />
Again, you can do the &#8216;first thing to check&#8217; as suggested above, and I am sure, it will not be a theme issue.</p>
<p>There may be other issues that are not related to the theme, and I will update this post as and when possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://wprocks.com/wordpress-tips/it-is-not-a-theme-issue-my-friend/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Possible fix to the problem with Image uploads with WordPress 2.7.1</title>
		<link>http://wprocks.com/wordpress-tips/possible-fix-to-the-problem-with-image-uploads-with-wordpress-271/</link>
		<comments>http://wprocks.com/wordpress-tips/possible-fix-to-the-problem-with-image-uploads-with-wordpress-271/#comments</comments>
		<pubDate>Sat, 02 May 2009 03:11:00 +0000</pubDate>
		<dc:creator>Sadish</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Images Upload Error in WordPress]]></category>

		<guid isPermaLink="false">http://wprocks.com/?p=525</guid>
		<description><![CDATA[I was recently working on a project for a client and faced this issue.
Whenever you upload any image to your WordPress site, it does not show up on the site. The name of the file shows up under Media Management, but the actual file never got uploaded. This post explains what I did to fix that.]]></description>
			<content:encoded><![CDATA[<p>I was recently working on a project for a client and faced this issue.<br />
Whenever you upload any image to your WordPress site, it does not show up on the site. The name of the file shows up under Media Management, but the actual file never got uploaded.<br />
It does not matter whether you upload the image by</p>
<ol>
<li>Clicking on the &#8220;Image&#8221; upload option under &#8220;Add New Post&#8221; or &#8220;Add New Page&#8221; screen</li>
<li>or by clicking on Media, and then &#8220;Add New&#8221; from the new WordPress 2.7.1 menu option</li>
<li>or by using the &#8220;Custom Image Header&#8221; option that many of my themes provide. </li>
</ol>
<p>I was very much puzzled and I tried to solve the issue by taking different approaches.<br />
<span id="more-525"></span><br />
<strong>The First Approach</strong><br />
The first approach I took, was to check permissions for the &#8220;wp-content&#8221; and the &#8220;uploads&#8221; directory within the WordPress installation.<br />
I even set it to &#8220;777&#8243; which basically means &#8220;open&#8221; to anyone. (by the way, 777 reminds me of the coupon code of DreamHost which offers a heavy discount on their hosting package.)<br />
Anyway, coming back to the point, the permission changes did not help.</p>
<p><strong>The Second Approach</strong><br />
The second approach is to see if any of the plugins is causing this issue. I went to the Plugins area and disabled all the plugins.<br />
I tried uploading an image afterward, but still no luck.</p>
<p><strong>The Third Approach</strong><br />
Third approach does not take a lot of thinking to do. It is just &#8220;Ask the Google&#8221; approach. After skimming through a couple of links, I finally landed on <a href="http://wordpress.org/support/topic/224840" title="Solve the issue with Image Uploads" target="_blank">this thread on the WordPress.Org forums</a>.<br />
and at the bottom of page, I saw this comment.</p>
<blockquote><p>
Solution for the error<br />
Step 1: Log into your admin panel<br />
Step 2: Go to Settings>>Miscellaneous<br />
You will see two options,<br />
Store uploads in this folder<br />
Full URL path to files<br />
Most probably you will see<br />
/home/.boogee/XXXXX/XXXXXXX/wp-content/uploads<br />
in the first field.<br />
Step 3: Edit that to just<br />
wp-content/uploads<br />
PS: Please take a backup of what you are editing, in case this trick didn&#8217;t work, you can restore the old URL.<br />
This should do the trick.
</p></blockquote>
<p>I tried to manually set it to &#8220;wp-content/uploads/&#8221; but it still did not work for me.</p>
<p>Then finally, I just went ahead and emptied the text on those text boxes and saved it.<br />
<a href="http://wprocks.com/wp-content/uploads/2009/05/image-upload-error-and-its-fix.jpg" title="Click for Large View"><img src="/wp-content/uploads/2009/05/image-upload-error-and-its-fix-300x112.jpg" alt="image-upload-error-and-its-fix" title="image-upload-error-and-its-fix" width="300" height="112" class="alignnone size-medium wp-image-527" /><br/>Click for a larger view!</a><br />
Anyway, This fixed the issue for me and hope it stays fixed when upgrading to the next version of WordPress.<br />
<strong>Disclaimer: This post is only given as a suggestion, and please don&#8217;t make me responsible if it does not work for you.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://wprocks.com/wordpress-tips/possible-fix-to-the-problem-with-image-uploads-with-wordpress-271/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A Collection of WordPress Tutorial Videos</title>
		<link>http://wprocks.com/wordpress-news/a-collection-of-wordpress-tutorial-videos/</link>
		<comments>http://wprocks.com/wordpress-news/a-collection-of-wordpress-tutorial-videos/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 14:22:19 +0000</pubDate>
		<dc:creator>Sadish</dc:creator>
				<category><![CDATA[WordPress News]]></category>
		<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://wprocks.com/?p=456</guid>
		<description><![CDATA[Congrats to Speckyboy for compiling a list of "100 Video Tutorials for WordPress" covering from basics to advanced topics. ]]></description>
			<content:encoded><![CDATA[<p>Speckyboy has compiled a list of <a href="http://speckyboy.com/2008/11/17/100-wordpress-video-tutorials-from-basic-to-advanced/" title="100 Video Tutorials for WordPress" target="_blank">100 Video Tutorials for WordPress</a>, covering from basics to advanced topics. Check it out!<br />
Congrats to him!</p>
]]></content:encoded>
			<wfw:commentRss>http://wprocks.com/wordpress-news/a-collection-of-wordpress-tutorial-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Floating Images within the post in WordPress 2.6</title>
		<link>http://wprocks.com/wordpress-tips/floating-images-within-the-post-in-wordpress-26/</link>
		<comments>http://wprocks.com/wordpress-tips/floating-images-within-the-post-in-wordpress-26/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 16:43:01 +0000</pubDate>
		<dc:creator>Sadish</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://wprocks.com/?p=376</guid>
		<description><![CDATA[The text editor that comes with WordPress 2.6 has some interesting things added. When you have images within the content, you can float them inside the post so that the text wraps around the images properly. You can align the images to be &#8220;left&#8221;, &#8220;right&#8221; or &#8220;centered&#8221;. When you use the text editor to align [...]]]></description>
			<content:encoded><![CDATA[<p>The text editor that comes with WordPress 2.6 has some interesting things added.<br />
When you have images within the content, you can float them inside the post so that the text wraps around the images properly.<br />
You can align the images to be &#8220;left&#8221;, &#8220;right&#8221; or &#8220;centered&#8221;.</p>
<p>When you use the text editor to align the images, WordPress adds class=&#8221;alignleft&#8221;, class=&#8221;alignright&#8221; or class=&#8221;aligncentered&#8221; to the &#8216;img&#8217; tags or its surrouding &#8216;div&#8217; element, when you choose left, right or center alignment for your images.</p>
<p>The post looks aligned to the left, right or centered within the WordPress admin area, but when you see the post on your site, it may not look properly aligned. It is because the theme that you are using, may not be aware of those classes added by WordPress.</p>
<h3>How do you make your site&#8217;s theme to be aware of these classes?</h3>
<p>You have to add the style definitions for these classes in your current theme&#8217;s stylesheet.<br />
Open your style.css in your Theme Editor [Login to your site and click on Design -> Theme Editor].<br />
Add the following code to the end of style.css.<br />
<code>img.alignleft, div.alignleft<br />
{<br />
float:left;<br />
margin:0 0.5em 0.5em 0;<br />
}<br />
img.alignright, div.alignright<br />
{<br />
float:right;<br />
margin:0 0 0.5em 0.5em;<br />
}<br />
img.aligncenter, div.aligncenter<br />
{<br />
text-align:center;<br />
margin:0 auto;<br />
}</code></p>
<h3>How to display the CAPTIONS for the image properly in WordPress 2.6?</h3>
<p>Recently another question popped up in the support forums, asking the above question.<br />
The Solution to that problem is mentioned at <a href="http://codex.wordpress.org/CSS" title="Codex at WP.org">the codex</a> as follows.<br />
<code>.wp-caption {<br />
   border: 1px solid #ddd;<br />
   text-align: center;<br />
   background-color: #f3f3f3;<br />
   padding-top: 4px;<br />
   margin: 10px;<br />
   /* optional rounded corners for browsers that support it */<br />
   -moz-border-radius: 3px;<br />
   -khtml-border-radius: 3px;<br />
   -webkit-border-radius: 3px;<br />
   border-radius: 3px;<br />
}<br />
.wp-caption img {<br />
   margin: 0;<br />
   padding: 0;<br />
   border: 0 none;<br />
}<br />
.wp-caption p.wp-caption-text {<br />
   font-size: 11px;<br />
   line-height: 17px;<br />
   padding: 0 4px 5px;<br />
   margin: 0;<br />
}</code><br />
Add this to the end of your theme&#8217;s style.css.</p>
<p>This should normally take care of the image alignments / Captions when using the properties of the text editor in WordPress 2.6 and using one of my themes as your current theme.<br />
Let me know if this article can be improved.<br />
Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://wprocks.com/wordpress-tips/floating-images-within-the-post-in-wordpress-26/feed/</wfw:commentRss>
		<slash:comments>82</slash:comments>
		</item>
		<item>
		<title>Permalinks Issue with WordPress 2.6</title>
		<link>http://wprocks.com/wordpress-tips/permalinks-issue-with-wordpress-26/</link>
		<comments>http://wprocks.com/wordpress-tips/permalinks-issue-with-wordpress-26/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 02:22:56 +0000</pubDate>
		<dc:creator>Sadish</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Permalink]]></category>
		<category><![CDATA[WordPress 2.6]]></category>

		<guid isPermaLink="false">http://wprocks.com/?p=371</guid>
		<description><![CDATA[If you are using Windows based hosting, you are likely to have a permalinks issue when you upgrade to WordPress 2.6. Read the post for details.]]></description>
			<content:encoded><![CDATA[<p>If you are using a Windows based hosting, or if your permalinks have &#8220;index.php&#8221; in their custom URL, then your Permalinks [such as posts or pages] will not load properly when using WordPress 2.6.<br />
Fortunately there is a fix for this.</p>
<blockquote><p>
If you need/want the index.php to be there, then on the Settings->Permalinks screen, add some values in for the category and tag bases. The words &#8220;category&#8221; and &#8220;tag&#8221; will do just fine. As long as they are not blank, this should work around the bug.
</p></blockquote>
<p>As mentioned in the thread <a href="http://wordpress.org/support/topic/189058/" title="Permalink issues with 'index.php'" target="_blank">FIX: 2.6 Permalink issues with &#8216;index.php&#8217;</a> on the WordPress.org Support Forums.<br />
Hope it helps someone out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://wprocks.com/wordpress-tips/permalinks-issue-with-wordpress-26/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>List of themes that support &#8220;Custom Image Header&#8221;</title>
		<link>http://wprocks.com/wordpress-tips/list-of-themes-that-support-custom-image-header/</link>
		<comments>http://wprocks.com/wordpress-tips/list-of-themes-that-support-custom-image-header/#comments</comments>
		<pubDate>Thu, 29 May 2008 13:51:39 +0000</pubDate>
		<dc:creator>Sadish</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[Custom Header Image]]></category>

		<guid isPermaLink="false">http://wprocks.com/?p=358</guid>
		<description><![CDATA[When I asked you &#8220;How many of you use the &#8220;custom header image&#8221; option?, the unanimous response from all of you was &#8220;Yes, Absolutely, We all love and use that feature a lot !!!&#8221; Now, People started asking me for the complete list of themes that supports this feature. Themes created by me that supports [...]]]></description>
			<content:encoded><![CDATA[<p>When I asked you &#8220;<a href='http://wprocks.com/design-thoughts/how-many-of-you-use-the-custom-header-image-option/' title='How many of you use the &#8220;custom header image&#8221; option?'>How many of you use the &#8220;custom header image&#8221; option?</a>, the unanimous response from all of you was &#8220;<strong>Yes, Absolutely, We all love and use that feature a lot !!!</strong>&#8221;</p>
<p>Now, People started asking me for the complete list of themes that supports this feature.</p>
<h3>Themes created by me that supports &#8220;Custom Header Image&#8221;</h3>
<p><strong>Last Updated on : Feb 17 2010.</strong></p>
<div id='gallery-1' class='gallery galleryid-358'>
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://wpthemeshop.com/free-themes/' title='beachland-wordpress-theme'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/beachland-wordpress-theme-150x150.jpg" class="attachment-thumbnail" alt="" title="beachland-wordpress-theme" /></a>
			</dt>
</dl>
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://wpthemecity.com/themes/chennai/' title='chennai-wordpress-theme'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/chennai-wordpress-theme-150x150.jpg" class="attachment-thumbnail" alt="" title="chennai-wordpress-theme" /></a></p>
</dt>
</dl>
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://wpthemecity.com/themes/newyorkcity/' title='newyorkcity-wordpress-theme'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/newyorkcity-wordpress-theme-150x150.jpg" class="attachment-thumbnail" alt="" title="newyorkcity-wordpress-theme" /></a></p>
</dt>
</dl>
<p><br style="clear: both" />
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://wpthemecity.com/themes//spruceup/' title='spruceup-wordpress-theme'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/spruceup-wordpress-theme-150x150.jpg" class="attachment-thumbnail" alt="" title="spruceup-wordpress-theme" /></a>
			</dt>
</dl>
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://wpthemeshop.com/free-themes/' title='blissful-wordpress-theme'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/blissful-wordpress-theme-150x150.jpg" class="attachment-thumbnail" alt="" title="blissful-wordpress-theme" /></a></p>
</dt>
</dl>
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://wpthemeshop.com/free-themes/' title='traveller-wordpress-theme'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/traveller-wordpress-theme-150x150.jpg" class="attachment-thumbnail" alt="" title="traveller-wordpress-theme" /></a>
			</dt>
</dl>
<p><br style="clear: both" />
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://wpthemeshop.com/free-themes/' title='bluesky-wordpress-theme'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/bluesky-wordpress-theme-150x150.jpg" class="attachment-thumbnail" alt="" title="bluesky-wordpress-theme" /></a>
			</dt>
</dl>
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://wpthemeshop.com/free-themes/' title='mothernature-wordpress-theme'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/mothernature-wordpress-theme-150x150.jpg" class="attachment-thumbnail" alt="" title="mothernature-wordpress-theme" /></a></p>
</dt>
</dl>
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://wpthemeshop.com/free-themes/' title='seashore-wordpress-theme'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/seashore-wordpress-theme-150x150.jpg" class="attachment-thumbnail" alt="" title="seashore-wordpress-theme" /></a>
			</dt>
</dl>
<p><br style="clear: both" />
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://themecorp.com/themes/vidiyal/' title='vidiyal-wordpress-theme'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/vidiyal-wordpress-theme-150x150.jpg" class="attachment-thumbnail" alt="" title="vidiyal-wordpress-theme" /></a>
			</dt>
</dl>
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://themecorp.com/themes/softbubble/' title='softbubble-wordpress-theme'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/softbubble-wordpress-theme-150x150.jpg" class="attachment-thumbnail" alt="" title="softbubble-wordpress-theme" /></a></p>
</dt>
</dl>
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://themecorp.com/themes/subdued/' title='subdued-wordpress-theme'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/subdued-wordpress-theme-150x150.jpg" class="attachment-thumbnail" alt="" title="subdued-wordpress-theme" /></a>
			</dt>
</dl>
<p><br style="clear: both" />
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://themecorp.com/themes/cityscape/' title='cityscape-wordpress-theme'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/cityscape-wordpress-theme-150x150.jpg" class="attachment-thumbnail" alt="" title="cityscape-wordpress-theme" /></a>
			</dt>
</dl>
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://themecorp.com/themes/fastmoving/' title='fastmoving-custom-header'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/fastmoving-custom-header-150x150.jpg" class="attachment-thumbnail" alt="" title="fastmoving-custom-header" /></a></p>
</dt>
</dl>
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://themecorp.com/themes/floralia/' title='floralia-custom-header'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/floralia-custom-header-150x150.jpg" class="attachment-thumbnail" alt="" title="floralia-custom-header" /></a>
			</dt>
</dl>
<p><br style="clear: both" />
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://themecorp.com/themes/blixed/' title='blixed-custom-header'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/blixed-custom-header-150x150.jpg" class="attachment-thumbnail" alt="" title="blixed-custom-header" /></a>
			</dt>
</dl>
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://themecorp.com/themes/flyaway/' title='flyaway-custom-header'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/flyaway-custom-header-150x150.jpg" class="attachment-thumbnail" alt="" title="flyaway-custom-header" /></a></p>
</dt>
</dl>
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://wpthemes.info/misty-look/' title='misty-look-custom-header'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/misty-look-custom-header-150x150.jpg" class="attachment-thumbnail" alt="" title="misty-look-custom-header" /></a>
			</dt>
</dl>
<p><br style="clear: both" />
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://wpthemes.info/desire/' title='desire-wordpress-theme'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/desire-wordpress-theme-150x150.jpg" class="attachment-thumbnail" alt="" title="desire-wordpress-theme" /></a>
			</dt>
</dl>
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://wpthemes.info/fast-track/' title='fasttrack-custom-header'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/fasttrack-custom-header-150x150.jpg" class="attachment-thumbnail" alt="" title="fasttrack-custom-header" /></a></p>
</dt>
</dl>
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://wpthemes.info/green-flower/' title='greenflower-custom-header'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/greenflower-custom-header-150x150.jpg" class="attachment-thumbnail" alt="" title="greenflower-custom-header" /></a>
			</dt>
</dl>
<p><br style="clear: both" />
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://wpthemes.info/ilovemusic/' title='ilovemusic-wordpress-theme'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/ilovemusic-wordpress-theme-150x150.jpg" class="attachment-thumbnail" alt="" title="ilovemusic-wordpress-theme" /></a>
			</dt>
</dl>
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://wpthemepark.com/themes/coffeespot/' title='coffeespot-wordpress-theme'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/coffeespot-wordpress-theme-150x150.jpg" class="attachment-thumbnail" alt="" title="coffeespot-wordpress-theme" /></a></p>
</dt>
</dl>
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://wpthemepark.com/themes/paalam/' title='paalam-wordpress-theme'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/paalam-wordpress-theme-150x150.jpg" class="attachment-thumbnail" alt="" title="paalam-wordpress-theme" /></a>
			</dt>
</dl>
<p><br style="clear: both" />
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://wpthemepark.com/themes/mountain/' title='mountain-custom-header'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/mountain-custom-header-150x150.jpg" class="attachment-thumbnail" alt="" title="mountain-custom-header" /></a>
			</dt>
</dl>
<dl class='gallery-item'>
<dt class='gallery-icon'>
				<a href='http://wpthemecity.com/themes/sandiego/' title='sandiego-wordpress-theme'><img width="150" height="150" src="http://wprocks.com/wp-content/uploads/2008/05/sandiego-wordpress-theme-150x150.jpg" class="attachment-thumbnail" alt="" title="sandiego-wordpress-theme" /></a>
			</dt>
</dl>
<p>			<br style='clear: both;' />
		</div>
<p></p>
<h3>Themes created by other people that supports &#8220;Custom Header Image&#8221;</h3>
<p>This is where I need your help. Post the names of the themes with this feature created by others as a comment to this post. I will update the post accordingly.</p>
<ol>
<li><a href="http://cutline.tubetorial.com/" title="Cutline Theme" target="_blank">Cutline</a> Theme supports rotating header image, but it not the same as what we are discussing on this post. We are talking about the custom header image feature, where people upload their own image within the WordPress admin, and then they crop the image to fit the header size and then apply that image.</li>
</ol>
<p><code></p>
]]></content:encoded>
			<wfw:commentRss>http://wprocks.com/wordpress-tips/list-of-themes-that-support-custom-image-header/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>How to use an Internationalized theme for WordPress?</title>
		<link>http://wprocks.com/wordpress-tips/how-to-use-an-internationalized-theme-for-wordpress/</link>
		<comments>http://wprocks.com/wordpress-tips/how-to-use-an-internationalized-theme-for-wordpress/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 02:24:04 +0000</pubDate>
		<dc:creator>Sadish</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>

		<guid isPermaLink="false">http://wprocks.com/?p=322</guid>
		<description><![CDATA[As you know, the latest version of MistyLook Theme for WordPress is fully internationalized. It means people can use it for their own sites in their language, without editing the theme files. Right now, I have 3 people submitting their translations [.mo files] for the MistyLook theme. 1.German Translation File by Ulli. 2. Dutch Translation [...]]]></description>
			<content:encoded><![CDATA[<p>As you know, the latest version of <a href="http://wpthemes.info/misty-look/" title="MistyLook WordPress Theme" target="_blank">MistyLook Theme for WordPress</a> is fully internationalized. It means people can use it for their own sites in their language, without editing the theme files.</p>
<p>Right now, I have 3 people submitting their translations [.mo files] for the MistyLook theme.<br />
1.German Translation File by Ulli.<br />
2. Dutch Translation File <a href="http://www.diskidee.be/" title="http://www.diskidee.be/" target="_blank">Jozef Schildermans</a>.<br />
3. Russian Translation File by <a href="http://www.chuguev.net/" title="Elf" target="_blank">Elf</a>. </p>
<p>You can download these files from the <a href="http://wpthemes.info/misty-look/" title="MistyLook WordPress Theme" target="_blank">theme page</a>, but how do you use them?</p>
<p>1. Set your language in WordPress Configuration.<br />
To do this, you have to open wp-config.php file in your WordPress installation&#8217;s root folder.<br />
Here you will be looking for a setting called wp_lang.<br />
<code>define ('WPLANG', '');</code><br />
and to change the settings to German for example, change it to<br />
<code>define ('WPLANG', 'de_DE');</code></p>
<p>2. Download the respective language file from our theme page, and put that file [de_DE.mo for german for example] in the theme folder.</p>
<p>You think there are more steps? no. thats it. Go ahead and view your site.</p>
]]></content:encoded>
			<wfw:commentRss>http://wprocks.com/wordpress-tips/how-to-use-an-internationalized-theme-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>How to have a stylish blockquote as in Magazines?</title>
		<link>http://wprocks.com/wordpress-tips/how-to-have-a-stylish-blockquote-as-in-magazines/</link>
		<comments>http://wprocks.com/wordpress-tips/how-to-have-a-stylish-blockquote-as-in-magazines/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 13:25:38 +0000</pubDate>
		<dc:creator>Sadish</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[blockquote]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[style]]></category>

		<guid isPermaLink="false">http://wprocks.com/?p=200</guid>
		<description><![CDATA[Recently Francesco asked us <a href="http://wprocks.com/forums/comments.php?DiscussionID=1171" title="How to have a stylish blockquote as in Magazines?">How to have a stylish blockquote as in Magazines?</a> in our support forums.
He actually provided a site where he saw a blockquote style that he liked and I looked into it.
This post explains how to achieve a similar effect on your blog.]]></description>
			<content:encoded><![CDATA[<p>Recently Francesco asked me <a href="http://wprocks.com/forums/comments.php?DiscussionID=1171" title="How to have a stylish blockquote as in Magazines?">How to have a stylish blockquote as in Magazines?</a> in our support forums.<br />
He actually provided a site where he saw a blockquote style that he liked and I looked into it.<br />
<span id="more-200"></span><br />
He wanted his blockquotes to look like the following image.<br />
<img src="http://wprocks.com/wp-content/uploads/2008/04/blockquote.jpg" alt="BlockQuote Screenshot" title="blockquote" /></p>
<p>I looked into the &#8220;View Source&#8221; of it and it looked something like this.<br />
<code>&lt;div class="quoteborder"&gt;<br />&lt;div align="center" style="width:150px; margin:6px 0px 6px 0px;"&gt;<br />&lt;span class="quote"&gt;&#8220;&lt;/span&gt;<br />&lt;span class="quotetext"&gt;your quote is entered within this span.&lt;/span&gt;<br />&lt;span class="quote"&gt;&#8221; &lt;/span&gt;<br />&lt;div class="quoteborder" style="margin:6px 0px 0px 0px;"&gt;&lt;/div&gt;<br />&lt;/div&gt;&lt;/div&gt;</code></p>
<p>&#8220;your quote is entered within this span&#8221; is the actual text that we want to be displayed in the magazine style, but see how it is surrounded by so much code.</p>
<p>What are the potential issues that might arise when using such technique.<br />
Your page becomes &#8220;bloated&#8221; with so much code.<br />
This is bad because<br />
a) it increases the overall size of the page and the overall bandwidth your site uses.<br />
b) it affects in a bad way for Search Engine Optimization. [Search Engines like to see less of the HTML code and more of your content]<br />
c) it increases the probabilty of you making a syntax error when pasting the code.<br />
d) The visual editor in WordPress might screw up all your code, unless you know how to do it the right way.</p>
<p>Is there any other way of achieving a similar style with less code?</p>
<p>We basically want the blockquote text to float on the right, with about 150px width. We also need a thick line at the top and at the bottom. How about doing this.<br />
Step 1 : Add a class=&#8221;magazinequote&#8221; to the blockquote that we want to have this special style.<br />
Step 2 : Define the styles for this class at the end of style.css<br />
Something like<br />
<code><br />
blockquote.magazinequote<br />
{<br />
float:right;<br />
font-family:Georgia, Arial, Serif;<br />
font-size:1.25em;<br />
background:none;<br />
width:150px;<br />
border-top:#4C739E 3px solid;<br />
border-bottom:#4C739E 3px solid;<br />
margin:1em;<br />
padding:1em;<br />
color:#4C739E;<br />
}<br />
</code></p>
<p>I hope this is much cleaner and leaner and is an efficient way of achieving a similar result. what do you guys and gals think?</p>
]]></content:encoded>
			<wfw:commentRss>http://wprocks.com/wordpress-tips/how-to-have-a-stylish-blockquote-as-in-magazines/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>What it takes to internationalize a theme?</title>
		<link>http://wprocks.com/wordpress-tips/what-it-takes-to-internationalize-a-theme/</link>
		<comments>http://wprocks.com/wordpress-tips/what-it-takes-to-internationalize-a-theme/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 14:32:24 +0000</pubDate>
		<dc:creator>Sadish</dc:creator>
				<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[.mo]]></category>
		<category><![CDATA[.po]]></category>
		<category><![CDATA[.pot]]></category>
		<category><![CDATA[theme internationalization]]></category>

		<guid isPermaLink="false">http://wprocks.com/?p=305</guid>
		<description><![CDATA[Quite often, I do get emails from people who wants a version of my theme, ported to their language. I always thought it is a cumbersome job to make the theme internationalized.
but recently my opinion got changed by a Danish guy.]]></description>
			<content:encoded><![CDATA[<p>Quite often, I do get emails from people who wants a version of my theme, ported to their language. I always thought it is a cumbersome job to make the theme internationalized.<br />
but recently my opinion got changed by a Danish guy.</p>
<p>Henrik from http://henrik.schack.dk/ recently contacted me asking me if it is OK to release <a href="http://henrik.schack.dk/2008/03/22/mistylook-wordpress-tema-pa-dansk/" title="Danish version of MistyLook" target="_blank">the Danish version of MistyLook</a> that he worked on.</p>
<p>I had a little chat with him over the email and this is what I learned.<br />
<span id="more-305"></span><br />
<strong>Step 1: Prepare your WordPress Theme:</strong><br />
You have to wrap all your text within the theme, inside a<br />
<code><br />
&lt;?php _e('some text goes here', 'ml') ?&gt;<br />
</code><br />
It means if you want the sidebar&#8217;s heading to have<br />
<code><br />
&lt;h3&gt;Pages&lt;/h3&gt;<br />
</code><br />
you should actually be coding it as<br />
<code><br />
&lt;h3&gt;&lt;?php _e('Pages','ml'); ?&gt;&lt;/h3&gt;.<br />
</code><br />
You should do this everywhere the theme emits any text. </p>
<p>Next thing we have to do is, add a line in the functions.php.<br />
<code><br />
&lt;?php load_theme_textdomain('ml'); ?&gt;<br />
</code><br />
where &#8216;ml&#8217; is the short form of the theme name &#8216;MistyLook&#8217;.</p>
<p><strong>Step 2: Create a .POT file</strong><br />
The next step is to create a .POT file. This file is the catalog of all the places in the theme files, that we want the text to be translated.<br />
something like<br />
<code><br />
#: archive.php:36 search.php:19<br />
msgid "Read Full Post &amp;#187;"<br />
msgstr ""<br />
</code><br />
which specifies the line number 36 in the archive.php file and the line number 19 in the search.php has the text &#8220;Read Full Post &amp;#187;&#8221; which needs to be translated.<br />
Similarly it has entries for each of the text items that has to be translated.</p>
<p><strong>Step 3 : Translating the theme</strong><br />
This .POT file we created in the previous step, is the starting point for our translation effort.<br />
Now somebody has to say if it is &#8220;Permanent Link&#8221; in english, it is called &#8220;Lien Permanent&#8221; in french or &#8220;EslabÃ³n Permanente&#8221; in Spanish [I just used an online translator for arriving at this text].<br />
So if somebody wants to translate the theme to Spanish, they will simply load the .POT file that we have for the theme into a software like <a href="http://www.poedit.net/" title="PO Edit" target="_blank">PO Edit</a> and enter the equivalent Spanish strings for each of the English string we have provided.<br />
From this tool, we can generate a .MO file for Spanish translation or a .MO file for French etc.<br />
Once a .MO file is created, it should be placed within the theme folder.</p>
<p><strong>How does WordPress know to apply this .MO file?</strong><br />
Ok. We have a .MO file which contains the translated text for German, for example.<br />
but for the WordPress to load this file, you need to change the wp-config.php file.<br />
Look for<br />
<code><br />
define ('WPLANG', '');<br />
</code><br />
and change it to<br />
<code><br />
define ('WPLANG', 'de');<br />
</code></p>
<p>This is for when you have a German Translated file. If your language is different, you should use your language code instead of &#8216;de&#8217;.</p>
<p>Thats it.<br />
If a language file is found, then it will be used or otherwise it will use the text in English.</p>
<p>[This article is a draft of what I have understood so far, about making the theme ready for translation. As I learn more, I will update this post.<br />
First Posted on : April 01 2008.<br />
]</p>
]]></content:encoded>
			<wfw:commentRss>http://wprocks.com/wordpress-tips/what-it-takes-to-internationalize-a-theme/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
