WordPress 4.3+ changes how shortcodes work. Anything within an html tag breaks now. I previously had this on my website <img src="[acf field="home_photo"]">
Is there a way to get this working with shortcodes?
See the following, https://make.wordpress.org/core/2015/07/23/changes-to-the-shortcode-api/
A bit down the page is suggests changing it to something like
<img src="[acf field='home_photo']">
The problem with your sortcode appears to be double quotes inside of double quotes.
Hi
This is not working in my page any other method??
Hi @suresh ,
Are you still having an issue with the shortcode?
Kindly open a support ticket at [email protected] for further support.