diff --git a/readme.md b/readme.md index 1ea1a43..1290783 100644 --- a/readme.md +++ b/readme.md @@ -225,6 +225,7 @@ Release pending. * Added: Fade out WB REST CACHE Icon @ Admin Bar * Added: Disable UpdraftPlus @ Admin Bar * Fixed: Content Type Return @ WP REST CACHE +* Fixed: Force CPTs in Tag Archives * Changed: Remove Mastodon Account @ Federated Comment extended with Mentions ### 0.8 diff --git a/unmus_archives.php b/unmus_archives.php index fcca917..e363685 100644 --- a/unmus_archives.php +++ b/unmus_archives.php @@ -20,7 +20,7 @@ function unmus_custom_post_types_archives($query) { - if ( $query->is_author OR $query->is_date ) { + if ( $query->is_author OR $query->is_date OR $query->is_tag ) { $query->set( 'post_type', array( 'ello',