I know this is quite old now, but when trying this with wordpress 6.4 i cannot save Image, Gallery, Wysiwyg or embed fields on the page editor. When I click Update, the page refreshes but these fields are blank. If I change thew standard Title, content and featured image fields, these are saved.
How would I show an ACF image inside a filter? I want to filter images thats contained in each CPT post and inject that into the top nav. I'm not sure how to show it.
Aww thanks so much for that mate. It isn't much but it does help me a tiny bit to spend some after hours time with these videos. Really really truly appreciate it. Cheers
Thank you for the fields are very helpful, I do not know if you were still supporting this tutorial? But I will ask a question and see what happens, image in Theme Header?
I love your tempo of explaning stuff! Everything is so exact and fast in your videos, it saves so much time! Thanks!!!
You're very welcome Miljan!
Loving all your tuts Sean! Appreciate the time and effort!
Excellent .....Am too pleased and relieved to have found this tutorial. Thanks mate and have a lovely day ahead. Already subscribed.
Thank you. Have a great day!!
Thank you, I learnt how to use this plugin from your videoes. U rock 👌
i hope you enjoyed your trip in morocco
thanks for the tutorial is really helpful
No worries mate. Haha. that pic is not of me!
Do I use the pirated version (SCF) or advanced custom fields?
I know this is quite old now, but when trying this with wordpress 6.4 i cannot save Image, Gallery, Wysiwyg or embed fields on the page editor. When I click Update, the page refreshes but these fields are blank. If I change thew standard Title, content and featured image fields, these are saved.
Thanks, you make it so easy.
How would I show an ACF image inside a filter? I want to filter images thats contained in each CPT post and inject that into the top nav. I'm not sure how to show it.
awesome tutorials
Didn't skip the ads 😁
Aww thanks so much for that mate. It isn't much but it does help me a tiny bit to spend some after hours time with these videos. Really really truly appreciate it. Cheers
@@mrdigitalau don't mention it😁
Thanks for the tutorial. This series is proving really helpful. It would be great to be shown your method for responsive images with ACF...
Does this still word the same in 2021? Not having much luck with my image size.
2022 and yes it does
Really like your tutorial
But please tell me how to display image inside the row or column my image is not showing
it return NULL... Pls help
same..
Check and make sure the variable you name matches the var_dump!!
I had this error too
Great tutorial, I was wondering, is there any of your tutorials that show how to make an image gallery with filter buttons at the top? Thanks
Thank you for the fields are very helpful, I do not know if you were still supporting this tutorial? But I will ask a question and see what happens, image in Theme Header?
thanks!! 5 stars
Thank you for this serie. It helped me a lot. The doc is kinda unclear
How can we add a favicon?
By the way, you explain well each topic. Thank you!
You save my live!!!!!!!!!!!!!!!!!
thanks sir
sexy way to say "DATA"😉
$image = get_field('image');
$size = 'medium';
if( $image ) {
echo wp_get_attachment_image( $image, $size );
}
That's displaying by ID while this one shows how to display as an array
How can i add that the field image has also a link option?