Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $subtitle = get_post_meta( get_the_ID(), 'subtitle', true );
- // check if the custom field has a value
- if( ! empty( $subtitle ) ) {
- echo $subtitle;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement