• Hi guys!
    Here is the thing… I have a custom post type named “portfolio_” where I list tags that exist under its posts. A simple listing that gets the thumbnail image of the first post and then links to the tag page. No problem here, listing works, links to the pages work… everything ok.
    Now, the problem is in tag page. I try to do a simple loop if ( have_posts() ) : while ( have_posts() ) : the_post(); and I thought this would retrieve the posts under that tag but surprise: Sorry, no posts matched your criteria.
    If there weren’t no posts under that tag I couldn’t have the thumbnail image on the page that lists the tag so… Why there are no posts? Is it because it is a custom post type? Any idea how to solve this?

  • The topic ‘Tag page not working’ is closed to new replies.