I spend a lot of time working with WordPress, using it for simple blogs and also as a CMS solution for client sites. Some of my most used code snippets and tricks I have listed below.
Get your blog URL
<?php bloginfo(’url’); ?>
Linking to an image/file (not from CSS file)
In this case you will need the URL [...]
