شاید شما نیاز داشته باشید که یک اسکرین شات (ScreenShot) از هر سایتی را در سایت وردپرسی خودتان به نمایش درآورید . برای اینکار ابتدا تکه کد زیر را به فایل functions.php پوسته خود اضافه کنید . function wps_screenshot($atts, $content = null) { extract(shortcode_atts(array( "screenshot" => 'https://s.wordpress.com/mshots/v1/', "url" => 'https://', "alt" => 'screenshot', "width" => […]