Can i add specific Custom fields with acf to non related sites?
Hi,
I have created custom fields for my products, and they work perfectly on the product pages. Now, I want to create a blog post about a specific product and display some of the ACF content related to that product.
Since the blog post is not the product page, the {acf:___}
shortcode doesn’t work as expected. Is there a way to add a post ID to the shortcode so that it pulls the correct field from the product?
Thanks in advance for your help!
Comments
Hi,
yes, you can use it as dynamic data in the following format:
Thanks alot!