Snippets Archive

Codes that are meant to be useful for others. Commercial use of my code strictly prohibited.

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 ...