Blog
-
Execute Shortcodes Inside Custom Fields Using do_shortcode() – Stanislav Kostadinov
<?php echo do_shortcode(get_post_meta(get_the_ID(), ’name‘, true)); ?>
via Execute Shortcodes Inside Custom Fields Using do_shortcode() – Stanislav Kostadinov.
-
Creating a custom functions plugin for end users
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.