Remove media tabs from image upload in WordPress admin
This is a little trick I found for hiding the “choose from library” tabs in the pop-up image upload box in the WordPress admin area: …tell me more
Migrating WordPress to another server: Changing URL’s in the database with 4 SQL queries.
After spending way too long manually adjusting field values in phpMyAdmin when I moved a WordPress installation from a testing environment, I decided that there must be an easier way to change all those pesky url values – and there is! …tell me more
Only show certain styles and blockformats in WordPress tinyMCE advanced editor.
A nice little function I found to restrict which styles backend users can apply to text when using the editor in WordPress. Bear in mind that this requires the TinyMCE advanced plugin for WordPress. All I have done is extend on the function I found to add in the “styles” selector and provide the user with a CSS style that I have coded into my themes styles.css …tell me more
Pagination function for wordpress without plugins.
After searching for and finding this solution to use on this very website, it would be remiss of me to not share this great pagination solution for WordPress with you! …tell me more