We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b61000 commit 2914a90Copy full SHA for 2914a90
readme.md
@@ -225,6 +225,7 @@ Release pending.
225
* Added: Fade out WB REST CACHE Icon @ Admin Bar
226
* Added: Disable UpdraftPlus @ Admin Bar
227
* Fixed: Content Type Return @ WP REST CACHE
228
+* Fixed: Force CPTs in Tag Archives
229
* Changed: Remove Mastodon Account @ Federated Comment extended with Mentions
230
231
### 0.8
unmus_archives.php
@@ -20,7 +20,7 @@
20
21
function unmus_custom_post_types_archives($query) {
22
23
- if ( $query->is_author OR $query->is_date ) {
+ if ( $query->is_author OR $query->is_date OR $query->is_tag ) {
24
25
$query->set( 'post_type', array(
26
'ello',
0 commit comments