Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Andrii-Yukhymenko/88300481fd587bd6ae031177f0857361 to your computer and use it in GitHub Desktop.
Save Andrii-Yukhymenko/88300481fd587bd6ae031177f0857361 to your computer and use it in GitHub Desktop.
Динамичный title для сайта на WP
<title><?php wp_title('|', true, 'right'); ?><?php bloginfo('name'); ?></title>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment