By mupet on March 18, 2009
If we have a lot of post on our wordpress themes, pagination become important think. Its useful for navigation and better user experience. To implement pagination on wordpress themes, use the template tags bellow
<?php next_posts_link(’Label’, ‘Max number of pages (default 0)’); ?>
<?php next_posts_link(’Label’, ‘Max number of pages (default 0)’); ?>
Posted in Wordpress | Tagged wordpress
By mupet on March 16, 2009
Creating custom page on WordPress is prety simple. You can create custom page on your wordpress with content what ever you want. In this sort tutorial, I’ll explain you how to create pagethat consist of archive, categories and blogroll page. This will usefull if you have a lot of archive or you have a lot [...]
Posted in Wordpress | Tagged wordpress
By mupet on March 13, 2009
If you absolutely beginner , I recomended you to read my previous article about create themes layout and adding sidebar.
Post metadata is information abou posts, include post category post author and posting date.
Open index. php from our latest article, or you can download here. Add the source code bellow and copy inside <div id=”content”></div> tag [...]
Posted in Wordpress | Tagged wordpress, Wordpress Themes
By mupet on March 11, 2009
On the previous article, we have create part of wordpress themes. Started with theme layout framework that consist of header on the top, content (post area) on left side , sidebar on right side and footer on the bottom. Lets continue with adding some WordPress template tags on the sidebar for navigation purpose like category, [...]
Posted in Wordpress | Tagged wordpress, Wordpress Themes
By mupet on March 10, 2009
Create wordpress themes is fun. You can create unique Wordpress site look. Its good start to learn about CSS, HTML/XHTML, and PHP. In this sort tutotrial, we will create simple themes with minimum template files. You can look at preview each step.
Anatomy of Theme
WordPress Themes live in subdirectories residing in wp-content/themes/. For example theme named [...]
Posted in Wordpress | Tagged wordpress, Wordpress Themes
By mupet on March 3, 2009
Hi, this is first post on my new blog. I’m also using new themes that i created myself. I call this themes as clean blue. Because the idea of this themes is somethink clean stuff with blue color.
I get a lot of resource for creating WordPress themes from NETTUS. I also using Making Coffee color pallete from [...]
Posted in Wordpress Themes | Tagged wordpress, Wordpress Themes
Recent comments