Merhaba
https://www.r10.net/wordpress/192682...nlendirme.html
Konumun çözümü için ücretli destek istiyorum. Varmıdır bu şekilde çözebilecek?
Yabancı sitelerde bir kaç çözüm girişimi buldum fakat ben çözemedim
Ücretli destek istiyorum (attachment yönlendirmesi)
4
●253
- 10-10-2018, 00:52:04Ayrı ayrı konular açıp link vermeyin.
global $post; add_action( 'template_redirect', 'attachment_redirect' ); function attachment_redirect(){ global $post; if( is_category(18) ) { // 1 yerine kategorinizin ID'sini yazın if ( is_attachment() && isset($post->post_parent) && is_numeric($post->post_parent) && ($post->post_parent != 0) ) : wp_redirect( get_permalink( $post->post_parent ), 301 ); exit(); endif; } }olarak deneyin. - 10-10-2018, 09:14:25Benim denediğim kodu yazmışsınız hocam fark göremedimScorpion2763 adlı üyeden alıntı: mesajı görüntüle
- 10-10-2018, 13:03:10Malesef yönlendirmediScorpion2763 adlı üyeden alıntı: mesajı görüntüle