treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Retrieve categories and posts by post id in Wordpress?

  • How can i retrieve tags and categories of a post, if i have the posts' id with me? I want to do the same outside the loop. Please help.
  • If you have the id of the post, you can run a query that will only loop through that post, but I don't think that's what you're aiming for.
  • Thanks for replying. Actually before I read your reply, I tried the option as suggested by you and was able to accomplish my work.