-
How to add a Redirect
Having one central place on your site where you store all redirects is not only essential, but it can save you time and headaches down the…
-
How to do a Quick QA
You are almost at the finish line of launching a website. But realized that no one has quality assured your work or tested the site! What…
-
Use WordPress core post ‘categories’ on other custom post types
Sometimes, you might want to use the categories that are native to posts on other custom post types. Here is how you do that. When you…
-
Change the default label ‘Category’ under Posts
Let’s look at some helpful things you can do with WordPress’ native Category on Posts. Change the default Category for Posts Whenever you publish a post…
-
Change ‘Posts’ name to something else
Sometimes you want to change the WordPress posts to something else. Here’s how you can do it. Today, I’ll change ‘Posts’ to ‘Books’. I want Books…
-
How to register ‘new’ taxonomies to WordPress posts
Sometimes, you want more than just categories and tags on native WordPress Posts. Below is code you can add to your custom plugin to add a…