In the case of a post type archive where we don’t want to link to the single post (testimonials, for example), we can easily remove the post title link using this line of code:
<?php | |
add_filter( 'genesis_link_post_title', '__return_false' ); |
In the case of a post type archive where we don’t want to link to the single post (testimonials, for example), we can easily remove the post title link using this line of code:
<?php | |
add_filter( 'genesis_link_post_title', '__return_false' ); |
Leave a Reply