Tag Archives: how to make own wordpress theme

How To Make Own WordPress Theme Part V

Congratulations! This is the final part fo my guide and by the time you read this you should be able to code your own wordpress theme. This is mainly a recapitulation of previous four parts. I suppose that you have … Continue reading

Posted in Wordpress | Tagged | Leave a comment

How to Make Own WordPress Theme Part IV

Getting closer to finishing your first wordpress theme. However there’s one important thing left – sidebar. That’s right, every blog needs a well organized and user-friendly navigation. It’s actually pretty simple. We just need to call few wordpress functions, add … Continue reading

Posted in Wordpress | Tagged | Leave a comment

How to Make Own WordPress Theme Part III

By the time you read this, you should already have archive.php, header.php, index.php and page.php completed. Now we will move to a single post and a comments template.

Posted in Wordpress | Tagged | Leave a comment

How to Make Own WordPress Theme Part II

Make sure you have read the first chapter and have done everything I’ve been explaining there. In this part, I will show you how to create the wordpress loop. The loop is the most important portion of your theme. It … Continue reading

Posted in Wordpress | Tagged | 4 Comments

How to Make Own WordPress Theme Part I

Does your wordpress blog look too dusty? Need a new refreshing theme? You’ve probably already spent hours browsing the web in order to find an ideal one but most of the free themes you’ll find just won’t be good enough. … Continue reading

Posted in Featured, Wordpress | Tagged | 10 Comments