روی لوکال هاسته
راستی برای این که اولین عکس به تصویر شاخص تبدیل بشه از این کد استفاده میکنم
function get_image() {
global $post, $posts;
$first_img = '';
ob_start();
ob_end_clean();
$output = preg_match_all('/<img.+src=[\'"]([^\'"]+)[\'"].*>/i', $post->post_content...