Ok, so I tried adding “category” to the slug of my custom category taxonomy(both ‘-category’ and ‘_category’) and it still wasn’t able to load the taxonomy. I tried switching the carousel to load the standard post type and then it works. Do you know if there might be something else thats creating the issue, like something do with how the post type and taxonomy is registered?
The taxonomy for this specific post type are done through this plugin and the post type are registered through my own plugin.
But even so thats not the main issue.
‘Notice: Undefined variable: categories_list in …/plugins/wp-posts-carousel/carousel-generator.class.php on line 359‘ & ‘Notice: Undefined variable: tags_list in …/plugins/wp-posts-carousel/carousel-generator.class.php on line 368‘
Getting rid of these two messages when category and tags are set to not display is the main thing. When I tried switching over to the standard post type and chose to only display the title these messages still showed up. So this seems to be a problem with the options when they are set to not display categories and tags. Do you know how this can be solved?