Forums

How to get tags from specify post ID (3 posts)

  1. txtaspost
    Member
    Posted 3 weeks ago #

    Due to not familiar with wordpress database structure, I have no idea how to get tags from specify post ID.
    Anyone knows how to implement it or existing function.
    I've been googling for a while, unfortunately, I aint clues by now.
    Hope someone could help me.
    Thanks in advance.

  2. MichaelH
    moderator
    Posted 3 weeks ago #

    Could use:

    $tags = wp_get_post_tags($post->ID));
  3. bmanderscheid
    Member
    Posted 1 week ago #

    How do I do the other way around?
    I have tag string and want to get post IDs from that.
    Thanks

Reply

You must log in to post.

About this Topic

Tags