&imgdl=1
via Download Original PicasaWeb Photos & Albums Without Installing Picasa | TECHNOLUX.
<?php echo do_shortcode(get_post_meta(get_the_ID(), ’name‘, true)); ?>
via Execute Shortcodes Inside Custom Fields Using do_shortcode() – Stanislav Kostadinov.
Most of the WordPress tutorials I write mention adding custom functions to your theme’s functions.php file. Many of the other tutorials around the Web will use this same technique for adding custom code. However, there are different ways of handling custom functions.