MK
Size: a a a
MK
c
MK
c
MK
MK
z
VD
С
VD
MK
z
H
MK
.author { display: none; }
SZ
.author { display: none; }
MK
/wp-content/mu-plugins/kill-authors.php
и написать тамSZ
/wp-content/mu-plugins/kill-authors.php
и написать тамH
MK
add_action(
'wp_head',
function() {
if ( is_page( [ 1, 2, 3 ] ) ) {
<style>.author { display: none; }</style>
?>
<?php
}
}
);