Tagged: acf, advanced custom fields, excerpts, masonry
Hi there
I ´ve got at site where I´m using Advanced Custom Fields to show info regarding a post. Works like a charm. Showing all the ACF in my right menu in a widget.
I would like to show some of there infos in my masonry where my posts are listet. Now I´m showing title and excerpts, but if I put a short code ACF in the excerpt field it just show the code in the masonry?
How do I put the ACF in the masonry for each post? (maybe another way than the excerpt)
The first post in the masonry have the ACF in the excerpt, you can se the code below the title. If you click on the post you can see the field “Adresse” is used in the right side menu without problems. There I use the code:
<?php
if(get_field(‘adresse’))
{
echo ‘<b>Adresse:</b> ‘ . get_field(‘adresse’) . ”;
}
?>
http://www.webgrafisk.dk
Best regards Morten
Hey mm-g,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Yes offcourse, it´s down below
Any news in this case?
Hi,
What you need, requires advanced modification
There is no hook to work on that, you will have to take the files load them on child theme and modify them there.
That is outside of our support policy, so consider to hire a freelancer who will help you out.
Thank you
Best regards,
Basilis