All in Seo Description Sorunu
10
●1.121
- 02-03-2009, 02:39:54
<?php if(is_single()) { ?> <meta name="description" content="<?php the_title(); ?> indir, <?php the_title(); ?> bak" /> <?php } else if(is_page()) { ?> <meta name="description" content="<?php the_title(); ?> hakkında, <?php the_title(); ?> nedir" /> <?php } ?>bu şekilde kullanabilirsiniz...