sitede kaç adet mp3 olduğunu göstermek için header.php aşağıdakiler ile değiştirin
caps
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<link rel="shortcut icon" href="/favicon.jpg" />
<title>
<?php wp_title(''); ?>
<?php if(wp_title(' ', false)) { echo ' | '; } ?>
<?php bloginfo('name'); ?>
</title>
<meta name="language" content="tr-TR" />
<meta name="robots" content="all" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
<style type="text/css" media="screen"><!-- @import url( <?php bloginfo('stylesheet_url'); ?> ); --></style>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=437,height=350,left = 357.5,top = 257');");
}
// End -->
</script>
<style type="text/css">
.sagreklam
{
position: fixed;
right: 0px;
top: 0px;
background-image: url(ust.gif);
background-repeat: repeat;
height: 100%;
width: 18%;
text-align:right;
}
.solreklam
{
position: fixed;
left: 0px;
top: 0px;
background-image: url(ust.gif);
background-repeat: repeat;
height: 100%;
width: 18%;
text-align:left;
}
</style>
</head>
<body>
<div id="dv-top">
<div id="dv-logo">
<div class="im1"><a href="http://www.fobidik.com/"><img src="http://www.fobidik.com/logo.gif" alt="" /></a></div></div>
<div id="dv-header">
<a href="son-eklenenler">En Son Eklenenler</a>
<a href="en-cok-dinlenenler/">En Çok Dinlenenler</a>
<a target="_blank" href="http://www.fobidik.net">Forum</a>
<a target="_blank" href="javascript:popUp('http://hsynclb.com/fobidikcom/iletisim.php')"> Şarkı İstek </a>
<?php
$numposts = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->posts WHERE post_status = 'publish'");
if (0 <$numposts) $numposts = number_format($numposts);
$numcomms = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->comments WHERE comment_approved = '1'");
if (0 <$numcomms) $numcomms = number_format($numcomms);
$numcats = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->categories");
if (0 <$numcats) $numcats = number_format($numcats);
?>
<?php echo 'Sitemizde Şuan ' . $numposts . ' Muzik Bulunmaktadır ' . $numcats . ' '; ?>
</div>
<div id="dv-search">
<font color="#FFFFFF">arama yapın:</font>
<form id="searchform" method="get" action="<?php bloginfo('home'); ?>">
<input type="text" id="searchtxt" name="s" value="" size="40" />
<input type="submit" id="searchbtn" value=" Ara "/>
<br /><font color="#DDDDDD" size="2"> yalnız sanatçı veya şarkı girin.</font>
</form>
</div>
<div id="dv-letters">
<font color="#DDDDDD">şarkıcıya göre sırala:</font>
<a href="Muzikler/0-9">0-9</a>
<a href="Muzikler/a">a</a>
<a href="Muzikler/b">b</a>
<a href="Muzikler/c">c</a>
<a href="Muzikler/c">ç</a>
<a href="Muzikler/d">d</a>
<a href="Muzikler/e">e</a>
<a href="Muzikler/f">f</a>
<a href="Muzikler/g">g</a>
<a href="Muzikler/h">h</a>
<a href="Muzikler/i">ı</a>
<a href="Muzikler/i">i</a>
<a href="Muzikler/j">j</a>
<a href="Muzikler/l">l</a>
<a href="Muzikler/m">m</a>
<a href="Muzikler/n">n</a>
<a href="Muzikler/o">o</a>
<a href="Muzikler/o">ö</a>
<a href="Muzikler/p">p</a>
<a href="Muzikler/q">q</a>
<a href="Muzikler/r">r</a>
<a href="Muzikler/s">s</a>
<a href="Muzikler/s">ş</a>
<a href="Muzikler/t">t</a>
<a href="Muzikler/u">u</a>
<a href="Muzikler/u">ü</a>
<a href="Muzikler/v">v</a>
<a href="Muzikler/y">y</a>
<a href="Muzikler/z">z</a>
</div>
</div>