Created
November 9, 2018 15:14
-
-
Save markbain/f3ef07facb01761f2cb900775076a307 to your computer and use it in GitHub Desktop.
Archive title based on theme_mod #wordpress #theme_mod #customizer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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