• 05-08-2012, 14:59:50
    #1
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Merhabalar,

    Wordpresss'de attachment sayfalarında resmlerin bulunduğu yazıya link eklemek istiyorum. Bunu nasıl yaparım ?
  • 05-08-2012, 16:48:28
    #2
    the contenti bulun single.php de

    altına şunu ekleyin.
    <?php echo do_shortcode( '[gallery columns="3"]' ); ?>
  • 05-08-2012, 17:46:29
    #3
    Alıntı
    <a href="<?php echo get_permalink($post->post_parent); ?>" rev="attachment"><?php echo get_the_title($post->post_parent); ?> </a>
    Kullanmak isteynler için.