• I want to have the category link of the current post. How do i do that. I tried so many code snippets but had no luck.
    Basically what i want to do is,in the image.php, I want to have a link to the category where that post belongs to..
    any help will be much appreciated

Viewing 1 replies (of 1 total)
  • Images/attachments don’t have categories. Only their parent Posts or Pages do. So you would need to start by grabbing the post parent ($post->post_parent) and then use something like get_the_category to grab the first category.

Viewing 1 replies (of 1 total)
  • The topic ‘category link of the post’ is closed to new replies.