• 02-03-2009, 02:36:51
    #10
    Misafir
    2 üstteki arkadaşın verdiği kod oldu birde şunu soracaktım örnek pageler içinde ayrı bir description oluşturmak istesek bu kodu nasıl düzenlemeliyiz ?
  • 02-03-2009, 02:39:54
    #11
    <?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...