• 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 / Genesis / Customize Entry Meta

Customize Entry Meta

add_filter( 'genesis_post_meta', 'sp_post_meta_filter' );
/**
 * Customizes entry meta.
 *
 * @param string $post_meta Existing post meta.
 * @return Amended post meta.
 */
function sp_post_meta_filter( $post_meta ) {

    $post_meta = ' ';

    return $post_meta;

}

Posted by: Sridhar Katakam Category: Genesis Tags: entry meta

« Add support for Layouts to CPT single entries
Remove div.content-sidebar-wrap »

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