I have a custom post type called Case Results. It has a custom taxonomy called Case Types.
I created a single post layout builder with 2 columns. In the left column I am using a looper consumer to show the contents of the single CPT being viewed. In the right column I would like to see a list of other Case Results within the same Case Type taxonomy.
All is working someone well but the right column is also showing the same current post that is being viewed and I would prefer to not have it shown in the list that being shown.
I’m sure there’s an issue with the way the Looper Provider is probably being used, but not sure, specifically and I can’t find any videos where you showing Loopers with CPTs where you have the single post and a list of all other posts of that taxonomy shown on the same page.
I would appreciate any pointers for how to accomplish.