Advertisement
Guest User

Untitled

a guest
Apr 8th, 2020
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.65 KB | None | 0 0
  1.  <?php echo get_the_term_list( $post->ID, 'project_tags', '<ul class="w-list-unstyled"><li class="resource-tag">', '<div class="circle w-embed">
  2.             <svg width="22" height="22" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
  3.             <circle cx="10.5" cy="10.5" r="10.5" fill="currentColor"></circle>
  4.             </svg>
  5.         </div></li><li class="resource-tag">', '        <div class="circle w-embed">
  6.         <svg width="22" height="22" viewBox="0 0 21 21" fill="none" xmlns="http://www.w3.org/2000/svg">
  7.         <circle cx="10.5" cy="10.5" r="10.5" fill="currentColor"></circle>
  8.         </svg>
  9.     </div></li></ul>' ); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement