I’m using this code in a custom post type/template… or a custom single.php. The scenario I have is that this is the detail listing for a vendor that is a part of categories:
Doors, Gutters, Roofing, Siding, Windows
Now id like to list all the vendors in those categories making an area on the page “Similar Vendors”
When adding <?php echo $post->ID; ?> it does give back the ID of 63
That didnt seem to work, or displayed nothing.