WPInsite Archives

WPInsite Archives

The underused WordPress Pagination Function

The underused WordPress Pagination Function

The WordPress Pagination Function is often overlooked when working on post paging, instead we tend to use fancy plug-ins to add this fairly basic functionality to your theme which is is most times an overkill for the functionality we are trying to achieve. There’s usually a lighter, smarter way.
read more »

Incorporating WordPress Post Pagination without a plugin

Incorporating Custom WordPress Post Pagination without a plugin

Paging is a way to break articles and posts into different pages and this article will outline how to incorporate custom WordPress post pagination without the the use of a plugin.
read more »

How to Change the Default WordPress Gravatar

How to Change the Default WordPress Gravatar

WordPress comes with a fantastic default Gravatar images, however it may not be for all of us. There may be times when you wish to customize this image, maybe to brand your blog a little more or to make it unique. read more »

Easily display post titles with a custom length

Easily display post titles with a custom length

This code snippet demonstrates how o display post titles with a custom length in WordPress.

read more »

How to show the home link on wp_nav_menu

How to show the home link on wp_nav_menu

This code snippet shows you how to show the ‘home’ link on wp_nav_menu.

read more »