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 [...]
Latest Post
Code Igniter: Mixing segment-based URL with GET querystring
Working on a microsite running on Code Igniter, I faced a dilema of adding and extra query string in a page URL, which is already using segment based URL (eg. domain.com/controller_name/page/). Basically I’m trying to do this: domain.com/controller_name/page/?param=myvalue. Unfortunately CI [...]


