Thread Starter
Amanda
(@ald_603)
HI, no I don’t know how to to get content from the feed, that’s what I’m asking. I’m assuming I have to make some sort of query, but I’m not finding the documentation clear.
Thread Starter
Amanda
(@ald_603)
Hi again,
I was wondering if you need one of the add-ons to get this to work. I have updated my masonry file and I have the appropriate items for container and itemSelector and it’s not working.
Thread Starter
Amanda
(@ald_603)
Thank you so much for such a quick response. I will look into this now.
Am I correct in that you’d like the user to enter the hex value into the custom field? And it would then appear as the background color?
I would do something along these lines:
<div class="colors" style="background-color:<?php the_field('colors') ;?>;">
<?php the_field('colors') ;?></div>