• Skip to primary navigation
  • Skip to main content

Genesis Community

Resources for Genesis WordPress Theme Users

  • Facebook
  • Twitter
  • Slack
  • Wiki
  • Login
You are here: Home / Wikis / WordPress / Custom Field Value

Custom Field Value

$sub_title = esc_html( get_post_meta( get_the_ID(), 'sub_title', true ) );

if ( $sub_title ) {
    echo '<h3 class="sub-title">' . $sub_title . '</h3>';
}

Posted by: Sridhar Katakam Category: WordPress

« Custom Excerpt
Theme Logo »

Copyright © 2026 · Genesis Sample on Genesis Framework · WordPress · Log in