Skip to content

Instantly share code, notes, and snippets.

@eri-trabiccolo
Created March 6, 2015 15:15
Show Gist options
  • Save eri-trabiccolo/d42300ba1c0b41d6d407 to your computer and use it in GitHub Desktop.
Save eri-trabiccolo/d42300ba1c0b41d6d407 to your computer and use it in GitHub Desktop.
disable navigation title with php
add_filter( 'tc_singular_nav_title', '__return_empty_string' );
add_filter( 'tc_list_nav_nav_title', '__return_empty_string' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment