0

Integrate nice pagination in wordpress themes

Do you want nice pagination on your wordpress themes?. This is sort tutorial how to get nice pagination using plugin but no ned to activate plugin. So we have to do litle hack the plugin.

» » »

0

Integrate pagination in wordpress themes

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)’); ?>

» » »

0

Creating custom page template in WordPress

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 of link on your blog roll and you dont want showing this on your sidebar.

» » »

1

Create WordPress Themes from scratch Part IV. CSS touch

By now I have writen some articles how to cretae wordpress themes step by step. Now the time to add CSS stuff. This is my favorite part when creating wordpress themes. Open style.css from my previous article and take a look for while.

Grab favorite colour template

It is important to make our color consistent. We do need a lot of color for now. Remember this is simple wordpress themes. To much colour sometime make our design look freaks, except you have good intuition for manage color.

So, what is your favorite colour?. I grab the colour pallete from colourlovers.

» » »

1

Create WordPress Themes from scratch Part III. Post metadata

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 under post title.

» » »

 Page 1 of 2  1  2 »