Hi,
I want to create a custom post type using Advanced Custom Fields (ACF) where each post only consists of custom fields and has no content or single post page.
Here’s my setup:
I have a custom post type called “Brand”.
Each brand has the following custom fields:
Brand Name (title)
Brand Description (text field)
Brand Logo (image field)
External Link (URL field)
I don’t want these posts to have any content or a single post page.
Instead, I want to display brand cards dynamically on a page, where clicking on a brand card redirects to its external link.
How can I achieve this using ACF without relying on additional plugins? Any guidance on how to structure the query and prevent single post pages from being accessed would be appreciated!
Thanks!