Merhaba Arkadaşlar,
<?php
query_posts('p=3565');
get_option('oyuncular_id');
echo stripslashes(wp_specialchars_decode( get_option('oyuncular_id') ));
while (have_posts()) : the_post();
endwhile;
?>
Yukarıdaki kod ile 3565 numaralı konuyu çağırabiliyorum. oyuncular_id fonksiyonu ile admin panelinden konu id girip onuda yazdırıyorum. Ama p= fonksiyonunda sonra nasıl yazdırabilirim ? Aşağıdaki gibi deneyince sonuç alamıyorum yardımcı olabilirmisiniz.
<?php
query_posts('p=oyuncular_id');
get_option('oyuncular_id');
echo stripslashes(wp_specialchars_decode( get_option('oyuncular_id') ));
while (have_posts()) : the_post();
endwhile;
?>
--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 20:20:12 -->-> Daha önceki mesaj 19:42:23 --
Güncel