<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="0.92">
<channel>
	<title>WordPress Themes Tips and Tricks</title>
	<link>http://wpthemetips.com</link>
	<description>Helping you customize your WordPress based website !</description>
	<lastBuildDate>Mon, 17 Mar 2008 14:21:00 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Link to an excellent WordPress resource</title>
		<description>I recently found an excellent article,  Mastering Your WordPress Theme Hacks and Techniques.

It is a must read for people who wants to learn a lot of tips and tricks.
Enjoy!

 </description>
		<link>http://wpthemetips.com/link-to-an-excellent-wordpress-resource/</link>
			</item>
	<item>
		<title>why my archive pages do not show the full content?</title>
		<description>This is one of the frequently asked questions in our support forums. I will try to answer this question here so it can benefit everyone.

This question is also worded like the following questions.

Tag and Category Views Don't Show Images
Images and archives
How do I expand each individual post for the archive


So, ...</description>
		<link>http://wpthemetips.com/why-my-archive-pages-do-not-show-the-full-content/</link>
			</item>
	<item>
		<title>How to upgrade your WordPress Theme for WP 2.3?</title>
		<description>I upgraded most of my popular themes to make sure they work with the latest WordPress release 2.3.

but there are people who have customized the theme so much, that they do not want to upgrade their theme with my latest version.
They want to know what exactly I changed for making ...</description>
		<link>http://wpthemetips.com/how-to-upgrade-your-wordpress-theme-for-wp-23/</link>
			</item>
	<item>
		<title>Remember to Love / Hate Links</title>
		<description>Ever wondered how to define styles for Hyperlinks ?

Well. There are four different selectors for a hyperlink.

You would normally see this at the top of the stylesheet.

a:link {text-decoration:none;color:#ff0000}
a:visited {text-decoration:none;color:#0000ff;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

The first line defines that normal unvisited links will have 'no underline', and will look 'red' in color.
The second line ...</description>
		<link>http://wpthemetips.com/remember-to-love-hate-links/</link>
			</item>
	<item>
		<title>Whats going on with the Feed Links ?</title>
		<description>With the latest wordpress, the default theme has feed: attached to the normal feed links that start with http://yourwebsite.com/feed/ .

Most of the users complain that when you click on that, it does not work.

Yes, It wont work till all the browser manufacturers support that.

what is it anyway ?
Have you seen ...</description>
		<link>http://wpthemetips.com/whats-going-on-with-the-feed-links/</link>
			</item>
	<item>
		<title>Font sizes and Accessibility</title>
		<description>Lets take a closer look at the font-size property in CSS.

You might have seen this following piece of code in some theme's style.css file.
 #content h2 { font-size:1.4em;} 
or this
 #content h2 { font-size:14px;} 
or this
 #content h2 { font-size:10pt;} 

What is the difference between all of these ? which ...</description>
		<link>http://wpthemetips.com/font-sizes-and-accessibility/</link>
			</item>
	<item>
		<title>Working with Pages in WordPress</title>
		<description>WordPress allows you to create 'Pages' within the wordpress blog.
Anytime you want to write something like an about page / a contact page / an article page, you would use this feature.

Most of our themes displays a list of pages as navigational elements at the top. We use the wp_list_pages() ...</description>
		<link>http://wpthemetips.com/working-with-pages-in-wordpress/</link>
			</item>
	<item>
		<title>How to properly hide the title of your blog?</title>
		<description>This is one of the most common customizations that people want to do in their wordpress blog.

They want to hide their site's title from displaying at their header. It is most probably because their header image already has it as part of the image itself.

Lets take a look at the ...</description>
		<link>http://wpthemetips.com/how-to-properly-hide-the-title-of-your-blog/</link>
			</item>
	<item>
		<title>Sidebar drops down</title>
		<description>[Reposted from one of my other sites]
Lets take a look at one of the most common problems with the wordpress sites.

The sidebar does not stay on the side, and it falls down to be below the content area.


and the thing is, it is not consistently doing so. Sometimes it is ...</description>
		<link>http://wpthemetips.com/sidebar-drops-down/</link>
			</item>
	<item>
		<title>Changing the direction of this website !</title>
		<description>I was not able to sit and complete the book that I am supposed to be writing. I know "it will never be complete".
If I take 3 months to write this book, then the next version of WordPress will be released and I might have to rewrite the whole thing ...</description>
		<link>http://wpthemetips.com/changing-the-direction-of-this-website/</link>
			</item>
</channel>
</rss>
