Results 1 to 2 of 2

Thread: How do I show post tags in Wordpress?

  1. #1

    Default How do I show post tags in Wordpress?

    Good morning!

    I am starting a blog and am using post tags. I am using WP 3.0 and I have no problem creating the tags when I write post.

    My question is: How do I get the tags to show on the page with each post? Do I need a plugin to do this?

    Any help would be appreciated!

  2. #2

    Default

    If you want to display a list of tags associated with a specific post then you instead use the function called get_the_tag_list. Example: echo get_the_tag_list('<p>Tags: ',', ','</p>'); Also, the first snippet uses the get_tags function which is specifically for WordPress tags.
    Last edited by Lewis-H; 06-11-2020 at 04:33 PM.

Similar Threads

  1. Replies: 10
    Last Post: 02-29-2024, 02:40 PM
  2. What can be an acceptable way to show HTML text
    By cbsalliance in forum Web Design Solutions
    Replies: 0
    Last Post: 06-03-2020, 07:52 PM
  3. Why Does The Browser Show My Plain Html Source?
    By swatijain2233 in forum Business Tools
    Replies: 1
    Last Post: 07-23-2019, 05:36 AM
  4. Why blogger show 502 Server Error Today?
    By ArkPresentation in forum Business Tools
    Replies: 1
    Last Post: 05-12-2016, 08:50 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •