pusatdata

Kode Wp-Tags tanda Link

Mar 20th, 2017 (edited)
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Kode Wp-Tags tanpa Link
  2. <?php $posttags = get_the_tags(); if ($posttags) { foreach($posttags as $tag) { echo $tag->name . ''; } } ?>
  3.  
  4. sumber: http://wordpress.stackexchange.com/questions/41507/wordpress-remove-link-in-the-tags
Add Comment
Please, Sign In to add comment