Interlinks in your blog posts will allow your visitors to get related content to the current post. This will build up page views on your blog and build visitor engagement. But it can take up time to p...
Using Wordpress hooks you can overwrite or add extra functionality to the existing Wordpress core functions. Wordpress uses two functions for it's RSS the_excerpt_rss which will display a bit of the...
Today I've have committed blogging and Wordpress sin! I have changed the permalinks on my blog. But I have done it in complete confidence that it will not 404 any of my pages, will not affect my sear...
As Wordpress is used most of the time for blogs, it is possible to make Wordpress into a members only website. This can be as private members or for a paying membership website. You can even provide...
The thing about wordpress is that it is such a well thought out flexible CMS system that it can be used for any type of website. For example it can be used for a blog, a journal site, normal website,...
In Wordpress when another blog links to a post it perform a trackback or a pingback this is to let the author know that another blog as linked to their content. This is a very useful feature of Wordp...
On some blogs it is important to post on a regular basis, but this can be difficult unless blogging is your full time job. For a single person to regular post awesome blog posts everyday can take up s...
In my current Wordpress theme I display the most recent posts on the index page. I don't display all of the post as I think it will be a bit too much on the first page of the site, so I decided to jus...
When you make changes to your site such as a theme change you need to close down your site so you can make the change without your visitors seeing any bugs or problems you are facing. In this article...
As shown in a previous post you can automatically add custom content after all wordpress posts using Wordpress hooks. This is a perfect place to make sure you give your author credit for the post and...
If your website has some PDF documents which you would like to display to your visitors then it will be usful to the user if they can open it using Google Docs. In the article I will explain how you...
There may be a time when you want to display a message at the end of all your posts on your wordpress blog. This can be for any promotional messages or to even add your social bookmarking content. In...
In this tutorial I will provide you will a small snippet that will allow you to change the wordpress login logo. ## Wordpress Login Screen The Wordpress login screen comes with the same layout on eac...
In a previous article I explained how you can use PHP to access the Twitter APIs to get your latest Twitter updates. View this article How To Use Twitter API To Display Your Twitter Updates. In this...
Breadcrumbs are used to show the process to which you would navigate to a page. For posts on your wordpress blog you can use breadcrumbs on your posts to show the categories which this post is in. Dis...