Thêm phóng to thu nhỏ trên điện thoại website flatsome
27/09/2023
31/01/2023 - 49
function get_link_img_post(){ global $post; preg_match_all('/src="(.*)"/Us',get_the_content(),$matches); $link_img_post = $matches[1]; return $link_img_post; }
Chèn code này trong file functions.php, để hiển thị chúng ta dùng forech nó ra nhé!