• I am using Divi Theme, CPT UI to create my custom post type and taxonomy. I am using the Category Post Type Widget to show the taxonomy in a sidebar. In the admin, or if I choose to show counts, there are posts for each link provided. However, if I click a link, I go to a blank page. I am pretty sure that I messed it up somewhere and I ABSOLUTELY know we hate answering the same questions over and over and apparently was unable to search properly, as I wasn’t able to locate the solution. Any help would be greatly appreciated, even if it’s just pointing me in the right direction.

Viewing 1 replies (of 1 total)
  • Plugin Author thingsym

    (@thingsym)

    Hi

    It depends on CPT UI settings.
    Or it depends on register_post_type() Parameters.

    For example…

    What is the setting value of Exclude From Search in CPT UI Settings?

    If the Exclude From Search setting is true, you can not search the front end for a specific post type.
    Therefore the page is Not Found.

    In order to display with a specific post type, the setting value of Exclude From Search should be set to false.

    Refer to Code Reference for detailed settings of register_post_type().

    https://developer.www.ads-software.com/reference/functions/register_post_type/

Viewing 1 replies (of 1 total)
  • The topic ‘Category Post Type Widget’ is closed to new replies.