• Hello guys, I’d like to have checkboxes I used in Custom Field Template Backend and display them as bullets in the frontend.

    Do someone has the a good idea to handle that?

    At the moment I simple use that code <?php the_field(‘service’);?> that brings me all the choosen elements from the backend to the frontend like this: service 1, service xy, service 3rd,

    But I want to have bullets in the frontend. Like

    • service 1
    • service xy
  • The topic ‘Checkboxes in Admin to Bullets in Frontend’ is closed to new replies.