Author: John Parris
How to remove WordPress post meta boxes
The WordPress post screen contains a number of meta boxes that allow you to do things with your posts. For example, you can select the post category in the Categories meta box, and you can control the comments setting for individual posts in the Discussion meta box. But, what if you want to prevent some … Continue reading
Beans beans good for your heart…
If the bullets don’t kill you…
A respectable definition of rich
A man is rich in proportion to the number of things which he can afford to let alone. – Henry David Thoreau
Redirect WordPress users during logout
Normally in WordPress when a user logs out, he is directed to the login page. But what if we want to redirect users to another page? No problem. With the following code we can redirect users to the home page when they log out. What if we need to redirect users to a special … Continue reading