Latest Post

Re-brand & Customize WordPress Admin

Firstly, I recommend to add the following plugin: http://wordpress.org/extend/plugins/custom-admin-branding/ This will allow you to update the login screen, the header and the footer of the admin panel. Then I remove the upgrade options in: wp-admin/admin-footer.php line 25: <p id=”footer-upgrade”><?php //echo [...]

WordPress "file upload has failed to upload due to an error"

First you must assign permission and user:group to the folder: 1chown -R <user>:<group> folder or everything within a folder: 1chown -R <user>:<group> * -R is for recursive, which means all the sub files/directory will get the same ownership Then for [...]