WordPress tips and tricks
Removing the default header images
I preferred not to have the clutter of the default header images from the default theme, so incorporated the code from
http://camwebdesign.com/techniques/remove-default-wordpresstwenty-ten-header-images/… Read more...
Changing the default page template in a child theme
The first way of doing this is by making a new copy of page.php in the child theme directory, which is automatically picked up as the… Read more...
Hardcoding Option Tree settings and defaults
The option tree plug in is a brilliant way of setting up extra config data for your theme, but there are some bits of information missing… Read more...
Adding embedded Facebook
Firstly, this can only be done with public facebook pages and not with personal profile pages. If the page has friends then it is a personal page. If it … Read more...
Dynamic/inline changing of MCE editor fonts
While it is possible to change the fonts used in the MCE editor by changing the css file that is specific to the editor , it is sligtly more… Read more...