• It’s maddening that after several months, no solution has been found regarding showing related posts via category.

    What makes my case even more difficult is I want to view the related posts via thumbnails at the bottom of each posts, pulling the images from meta tags poses an extra problem.

    So I was wracking my brain and I thought I finally found a solution with using <?php query_posts(‘showposts=4&cat=4&offset=1’); ?>, and just sticking a get_post_meta in the cat section, but this brings up an error… I also tried copying the query_post into a custom field, although it shows in the source code correctly, it doesn’t pull any posts.

    If anyone sees what I’m trying to do here, and could help point me in the right direction, I would be really thankful. I’m no coder by any stretch of the imagination, so even conceptualizing this to this point is a milestone for me. Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Related Posts Via Category’ is closed to new replies.