May 16, 2005Previous : Sony DVD Handycam Aspect Ratio Next : I wonna post HTML code
Filed under: Web Activities, PHP Stuff — Gede @ 9:01 am I was not very satisfied with how Wordpress handled the titles of the pages, so I changed it a bit. I give you the code here, maybe its useful to you:
<meta http-equiv="Content-Type" content="< ?php bloginfo('html_type'); ?>; charset=< ?php bloginfo('charset'); ?>" />
< ?
if (is_category() OR is_date()) {
$tit = get_bloginfo('name') . " - " . wp_title("","") ;
} else {
if (is_home()) {
$tit = get_bloginfo('name') . " a nerd BLOG from Bali, spidering my own web";
} else {
$tit = wp_title("","");
}
}
$tit = str_replace("2005 ", "Two Thousand Five ", $tit);
$tit = str_replace("2006 ", "Two Thousand Six ", $tit);
$tit = str_replace("2007 ", "Two Thousand Seven ", $tit);
$tit = str_replace("2008 ", "Two Thousand Eight ", $tit);
$tit = str_replace(" ", "", $tit);
$kw = get_bloginfo('name').wp_title("","") ;
$kw = str_replace(" ", ",", $kw);
$kw = str_replace(" ", ",", $kw);
$dsc = get_bloginfo('name')." writes about" . wp_title("","");
$dsc = str_replace(" ", " ", $dsc);
?>
<title>< ? print $tit; ?>
<meta name="keywords" content="< ?php print $kw; ?>">
<meta><meta name="description" content="<? print $dsc; ?>"></meta>
-
4 Comments
Leave a comment
You must be logged in to post a comment.
|
Categories:
Random Thoughts
Web Observations
Web Activities
Digital Camera Department
PHP Stuff
Internet Marketing
Windows XP
Mobile Phones
Panorama Pictures
Archives:
September 2006
May 2006
February 2006
October 2005
July 2005
June 2005
May 2005
My SitesBali Web Home
BPI Properties in Bali
Bali Hotels Lovina
Panotools 360
Bali News and Info
Lovina Bali Spa
Bali Golf House
Bert Vierstra
Malaysia Pictures
de Praktijk
Camera Land Shop
Login
XML Feed
|