Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 210725

How to display field data?

$
0
0

Replies: 0

Hello,

I don’t fully understand how to display the data on the front-end, for example in a menu like so:

<?php wp_nav_menu(array(
       'theme_location' => 'header-navigation',
       'items_wrap' => '<ul class="nav__menu">%3$s</ul>',
       'depth' => 3,
       'container' => false
)); ?>

How would I display a list like so:

<ul>
        <li><a href="$MENU-ITEM-URL"><span>$ACF-DATA-HERE</span>$MENU-ITEM-LABEL</a></li>
</ul>

Sorry if this is a silly question! Look forward to making the most out of the plugin.

Thanks,
Elliott

  • This topic was modified 3 minutes ago by  emangham.

Viewing all articles
Browse latest Browse all 210725

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>