• Resolved andrealves

    (@andrealves)


    Hi.

    I’m using your plugin and it’s working flawless, except listing the posts of categories of the new taxonomy.
    It returns a “no posts found” message: https://prntscr.com/jwt9m4

    The posts listing are working great: https://prntscr.com/jwta4c
    But when I click on the category, it returns the error.

    I also tried to use custom post type categories plugin and it didn’t work.

    Cheers

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter andrealves

    (@andrealves)

    Btw, also flushed the permalinks

    Plugin Author Aurovrata Venet

    (@aurovrata)

    That’s odd. Have you enabled archive support for your cpt?

    I am currently traveling on work and am not able to test in my local server for another few weeks. However given that your cpt odd working fine i assume that’s is only a post registration issue which even if it’s due to a bug in the code you should be able to override by hooking into the registration process later than the plugin. In general The plugin uses default or less than 10 priority level.

    Thread Starter andrealves

    (@andrealves)

    Hi.

    Thanks for the reply.
    Should I overwrite all CPT creation or just enable the archive support? Is there any specific function to do it?

    If this dont’t work, is it possible to make a loop (in another paage) listing all posts of specific category inside the cpt?

    Many thanks again.

    Plugin Author Aurovrata Venet

    (@aurovrata)

    Your CPT settings should have has_archive and publicly_queryable checked…see screenshot #1

    Thread Starter andrealves

    (@andrealves)

    I have those two checked: https://prntscr.com/jx3a15

    Is the hierarchical needed?

    Thanks

    Thread Starter andrealves

    (@andrealves)

    This is solved. My archive.php file was a mess.
    Thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Categories CPT 404’ is closed to new replies.