Tips

How To Create WordPress Themes From Scratch Part 2

July 15th, 2008 by under Tips
How To Create WordPress Themes From Scratch Part 2

In Part 2, I will show you how to slice the design we did in part 1. After that, I will show you the important notes when we are coding a css/xhtml layout which compatible with wordpress structure. Let’s start.

How To Create WordPress Themes From Scratch Part 1

July 14th, 2008 by under Tips
How To Create WordPress Themes From Scratch Part 1

I’m going to show you how to create a wordpress theme from scratch in these 3 parts of tutorial series. I will cover from Structuring, designing in Photoshop, slicing, coding into fully css based html, and finally wordpress implementation.

How To Display Author Photo In WordPress

July 8th, 2008 by under Tips
How To Display Author Photo In WordPress

The beauty of WordPress is it allow multiple authors for a site or even a single post. It is a good practice to show the author photo within a post written by him/her. Besides, we can also add a short “about me” description before or after every posts.

Image Upload Problem In WordPress 2.5

July 7th, 2008 by under Tips
Image Upload Problem In WordPress 2.5

I bet most of you have alraedy upgrade to wordpress 2.5.1. Are there any errors or bugs you found when using it? Most of the time, I am using FTP for photo uploading. Today, one of my theme users told me about the problem in uploading photo using wp-admin. Then, I just realized, I forgot about the bug when I release the theme. I should also include a note for the users. So, here is a way to solve it.