Print Custom Field Value

Description

This code will print the custom field value of any post when used in the loop. Simply replace “YouTube Long Link” with the name of your custom field

This code will print the custom field value of any post when used in the loop. Simply replace “YouTube Long Link” with the name of your custom field

PHP Source Code

                        
                          <?php $values = get_post_custom_values("YouTube Long Link"); echo ($values[0] ? $values[0] : "" ); ?>                        
                        


Post Categories