WordPress plugin for building internal links
Internal links are links on your website that point to other pages of the website. Internal links is an important SEO factor, that helps search…
Internal links are links on your website that point to other pages of the website. Internal links is an important SEO factor, that helps search…
There are several tutorials available in the internet showing how to remove dashboard widgets in WordPress. All of them use the Dashboard Widgets API, the…
Sometimes, you blog post contains many links (for example a download page), then it wastes a lot of time if you make each link clickable…
Sometimes you want to show the number of total comments of a commentator in WordPress blog to emphasize the contribution of this commentator to blog’s…
The PHP code for comment form (in comments.php file) in WordPress is usually complicated, and could makes WordPress beginners confused to use and customize. Fortunately,…
Surely you have heard about URL Shortener – it makes a short version of a given URL. So, instead of a hundred characters long URL,…
Twenty Ten is the next default theme in WordPress which is released in version 3.0. Twenty Ten theme comes with new features of WordPress 3.0…
This article will show you an advanced usage of powerful query_posts() function in WordPress to retrieve popular posts in a period of time (current week,…
In WordPress 2.x and ealier, to display a login form in sidebar, we must use some raw PHP codes. But since version 3.0, WordPress provides…