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. add_filter( 'genesis_link_post_title', '__return_false' );