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 […]
Mobile User Agent Detection
Recently I was asked to work on a Drupal site that required detection for three different display; tables, mobile phones, and computer screens. I found code that will allow a detect to all mobiles devices, meaning it will redirect to mobile phones and tables alike. I recommended to use media queries just like what you see currently […]
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 […]