-
-
Save Nurik985/d69bc334210085d94349265c9c9ff70c to your computer and use it in GitHub Desktop.
Revisions
-
Nurik985 renamed this gist
Aug 21, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
marcosfreitas created this gist
Jul 10, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ <title> <?php if(is_home()): bloginfo('name'); elseif( is_category() || is_tag() ): single_cat_title(); echo ' • '; bloginfo('name'); elseif( is_single() || is_page() ): single_post_title(); else: wp_title( '|', true, 'right' ); endif; ?> </title>