<div><?=strlen($post->post_content) > 350 ? wp_html_excerpt($post->post_content, 350) . '... <a class="red" href="#devami">devamını gör</a>' : $post->post_content?></div>