Cutome Fields Group
-
Hello team,
What a amazing plugin that you create. really appreciate it.
need some solution in making custom fields. I already make Custom field. as i want to display image with his/her name. so i used multiple imaages.
My HTML structure is like this:
<ul class="agentsList"> <li> <a href="#"> <img src="images/greg-sanford.jpg"> <span>Greg Sanford</span> </a> </li> <li> <a href="#"> <img src="images/mario-hambrick.jpg"> <span>Mario Hambrick</span> </a> </li> <li> <a href="#"> <img src="images/christina-norris.jpg"> <span>Christina Norris</span> </a> </li>
and i am putting types code as like this:
<ul class="agentsList"> <?php echo do_shortcode('<li>[types field="photo" separator="</li><li>"][/types]</li>'); ?> </ul>
Now my Question is where do i put span tag and my name slug in between.
I hope anybody can help me.
Thanks,
Manan
- The topic ‘Cutome Fields Group’ is closed to new replies.