groups

name language licence
my badges PHP BSD
SEO friendly title PHP BSD
WORDPRESS GET URL PHP BSD

< 1 2 3 4 5 6 7 8 9 >



language: PHP
licence: BSD

SEO friendly title

options: view full snippetsend to code collector
SEO friendly title

title><?php wp_title(''); ?> <?php if ( !(is_404()) && (is_single()) or (is_page()) or (is_archive()) ) { ?> at <?php } ?> <?php bloginfo('name'); ?></title>

//or

<title>< ?php wp_title(' '); ?>< ?php if(wp_title(' ', false)) { echo ' · '; } ?><?php bloginfo('name'); ?></title>
	
(Continues...)