Use Shortcode in custom field

Description

this code will allow you to do a short code in a custom field and it will automatically apply it to whatever page the custom field is used. just change ‘gallery code’ to the name of the custom field of your choice and past in the short code in the value

this code will allow you to do a short code in a custom field and it will automatically apply it to whatever page the custom field is used. just change ‘gallery code’ to the name of the custom field of your choice and past in the short code in the value

PHP Source Code

                        
                          <?php echo apply_filters('the_content', get_post_meta($post->ID, 'gallery code', true)); ?>                        
                        


Post Categories