if ( is_single() && has_tag('custom') && is_active_sidebar( 'custom-tagged' ) ) {. to this: if ( is_single() && in_category('custom') && is_active_sidebar( ...
確定! 回上一頁