I think it's nearly impossible to find a person now a days, who is involved with blogging or web design related works yet never heard of the term SEO (Search Engine Optimization) ...
Snippets Archive
Codes that are meant to be useful for others. Commercial use of my code strictly prohibited.
Remove WordPress Logo from Admin Toolbar
Every time you log in to your WordPress admin panel you must have seen the WordPress logo at the top left hand corner of the screen ...
Removing Comments Count Column for Pages
I am not quite sure since when people started using comment system for their WordPress pages?! You have got thousands of blog posts where your readers can make comments yet you still need page comments? Ok, no offense but I find it to be really boring ...
Excluding Specific Pages from Search Results
WordPress search function includes all of its pages and posts by default. However, if you think you need to exclude specific pages from your search result, you can do that very easily ...
Adding Custom Post Type to Default RSS Feed
Ever since WordPress 3.0 rolled out, Custom Post Type was one of the most talked about topic ...
Redirect WordPress Login Page to Different URL
Only couple of months back one of my site started getting whole lots of traffic. At some point I started realizing that people are trying to log into my site ...
Get the Current Page or Post URL in WordPress
One of the easiest way to get the current page or post url is to use the WordPress's default the_permalink function ...
Excluding all Pages from Search Results
On one of my post, I have shown how to exclude specific pages of your site from default WordPress search results ...
Display Updated Date of Your Post in WordPress
If you want to show the updated time of your WordPress post, you can use the following function on your theme's single ...
Changing Footer Message from Admin Panel
If you log in to the WordPress admin panel, take a look at the bottom of the right hand side window. It should show "Thank you for creating with WordPress" message by default ...
Display Random Posts on Single.php Page
Displaying random posts on post page (single.php) is a very common practice now a days ...
How to Remove RSD Link from WordPress
One of the easiest way to remove certain features from WordPress is to create a function and use them up with WordPress Action Hook ...
Rewrite the CPT URL Structure with Post ID
There are so many ways to play around with the custom post type permalink structure in WordPress. However, in this post I will show you how to re-write the custom post type permalink structure with post id ahead of the post title ...
How to Remove WordPress Generator Meta Tag
If you take a look at the generated html source code of your WordPress site, chances are there that you would find default WordPress Generator meta tag right before "</head>" tag ...
How to Place Ad Between WordPress Post Loop
Placing advertisements on any Website or Blog site is one of the greatest way to generate money from online ...