Wordpress'te <br> tagını ne yapsam koyduktan sonra kendiliğinden siliyor.
<br>, <br /> hepsini denedim, görsele gidip geri gelince kayboluyor.
Wordpress BR Tagı Sorunu
3
●201
- 09-01-2016, 22:12:22
<?php $my_postid = $post->ID; $content_post = get_post($my_postid); $content = $content_post->post_content; $content = apply_filters('the_content', $content); $content = strip_tags($content, '<p><br/><br><br />'); echo $content; ?>the_content kısmını şununla basmayı denermisiniz. - 09-01-2016, 22:14:58Nereye ekleyim hocam tam olarak kodu_PatroN_ adlı üyeden alıntı: mesajı görüntüle