Advertisement
idotherest34

refactored example of shortcode not working

Dec 12th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.55 KB | None | 0 0
  1.  
  2. <span class = "contactheader"><h3>Contact</h3></span>
  3. <div class="contact-body-list">
  4. <ul>
  5. <li>[types field='firstnamecpt'][/types] [types field='last-namecpt'][/types]
  6. <li class="pronounciation">Pronounciation: [types field='pronounciation'][/types]</li>
  7. <div class="fieldgroupcontact">
  8. <li>[types field='office-phonestaff'][/types]</li>
  9. <li>[types field='emailstaff' class='emailip'][/types]</li>
  10. <li class="mobilephoneip">[types field='mobile-phonestaff']</li>
  11. <li class="pronounsip">
  12. [types field='gender-pronouns-staff'][/types]
  13. </ul>
  14. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement