Hi,
change $post_content .= '<img src="' . $my_uploaded_image[0] . '">'; to
$post_content .= '<a href="' . $my_uploaded_image[0] . '"><img src="' . $my_uploaded_image[0] . '"></a>';
And after that all new pictures which you upload to your media library will be clickable. This not affect already...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.