• 13-07-2014, 18:25:54
    #1
    Merhaba;
    bir uygulama düzenlemeye çalışıyorum tıkandım. siteyi permalink aktif etmeyin uygulama çalışıyor. Ama permalinkten sonra REQUEST gerekli alanı görmüyor. 4 saatir uğralıyorum ya ramazandan kafam bulandı bir yerde hata yapıyorum.

    http://xxxx.com/?attachment_tag=black-bag

    http://xxxx.com/attachment_tag/black-bag/


    <?php
    $tag = $_REQUEST['attachment_tag'];
    echo do_shortcode("[mla_gallery attachment_tag='{$tag}]'");
    ?>
  • 13-07-2014, 20:35:34
    #2
    echo do_shortcode("[mla_gallery attachment_tag='{".$tag."}]'");
    şeklinde deneyin ?