How to remove all the default WordPress widgets
If you are not using any of the default WordPress widgets, if you want your pages to load just a bit faster or you are just like me and want to clean up your widget administration area. Well here is how to remove all the default WordPress widgets. Add the following code to your theme’s […]
Change WordPress “from” email address and name
This is short an sweet. By default, WordPress email notification address looks like [email protected]. If you want to use the site’s real email address and name for system notification to you or user add the code below to your theme’s functions.php file. The fist 3 lines will modify the default email address and the next […]
Add a login/logout link to a WordPress navigation menu
I was looking for a way to add a login/logout link to a WordPress menu a few months back and I was not able to find it a good solution anywhere, so here it is. I also summited an idea to WordPress to see if they can add the option on the admin menu area […]
Bypass WordPress password protected posts
Somebody using the Image store plugin asked me, how can I allow a user to access password-protected galleries (posts) without having the user login every time and to every single gallery. There are a few solutions out there that requires to modify WordPress core files, this is not recommended because you will not be able to update WordPress or you […]