We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469c055 commit dd1dfe5Copy full SHA for dd1dfe5
1 file changed
‎src/Template/Blocks_Render.php‎
@@ -50,7 +50,7 @@ public function adjust_featured_image_block( $block_content = '', $block = [] )
50
}
51
52
public function adjust_post_terms_block( $block_content = '', $block = [] ) {
53
- if ( ! is_singular() || ! ( isset( $block['blockName'] ) && 'core/post-terms' === $block['blockName'] ) ) {
+ if ( ! is_single() || ! ( isset( $block['blockName'] ) && 'core/post-terms' === $block['blockName'] ) ) {
54
return $block_content;
55
56
0 commit comments