i didnt create any child theme for theme
i need the location wer i gonna edit the code for the custom fields in product
i didnt create any child theme for theme
i need the location wer i gonna edit the code for the custom fields in product
hi i need to get the category
and title from the tasxonomy term
plz help me to find the solution
here is my code
<?php
$terms = get_field(‘taxonomy_field_name’);
if( $terms ): ?>
<?php foreach( $terms as $term ): ?>
<h2><?php echo $term->name; ?></h2>
<p><?php echo $term->description; ?></p>
“>View all ‘<?php echo $term->name; ?>’ posts
<?php endforeach; ?>
<?php endif; ?>
Relaional field with featured image
am trying for
thx very much its working
thank you
am also have that problem plz help me to solve it
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.