Disable Post Title in Genesis Sep 13, 2020 • Ulysses Here’s how to disable the post title in Genesis WordPress themes. Add code in themes.php. <pre lang="php"> add_filter( 'genesis_link_post_title', '__return_false' );