groups

name language licence
Attachment display PHP Other
function_exists() PHP Other
Linking Without Using Permalinks PHP Other
Static Page with Mini-Loop PHP Other
comments PHP GPL 2
read me PHP Other
style CSS GPL 2
SEO friendly title PHP BSD

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >



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...)