Skip to content

Instantly share code, notes, and snippets.

@markbain
Created November 9, 2018 15:14
Show Gist options
  • Select an option

  • Save markbain/f3ef07facb01761f2cb900775076a307 to your computer and use it in GitHub Desktop.

Select an option

Save markbain/f3ef07facb01761f2cb900775076a307 to your computer and use it in GitHub Desktop.
Archive title based on theme_mod #wordpress #theme_mod #customizer
<?php
if ( get_theme_mod( 'baindesign324_work_archive_title', '' ) ) {
echo get_theme_mod( 'baindesign324_work_archive_title', '' );
} else {
echo post_type_archive_title();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment