Images fix and custom post type improvements
could you also add support for custom post type archives?
couldn't woocommerce handling be generalized by support for custom taxonomies and custom post types?
Hi @swiffer may you share details ? Custom Post Type Archives?
Custom Post Types can be registered with an "has_archive" boolean flag set to true.
https://developer.wordpress.org/reference/functions/register_post_type/
https://developer.wordpress.org/plugins/post-types/working-with-custom-post-types/
@yannicklin it's working fine for me now, thanks a lot! - to ease review by @terrylinooo maybe it helps to revert the changes in the formatting? would be great to see this merged!
That's what I'm thinking about. I wanna merge the two PRs into a new one, and ignore the changes in the formatting. Thanks @swiffer for your feedback.