$pings = $comments_by_type['pings'];
foreach ($pings as $comment) { ?>
-
comments.php dosyası bu. Bir türlü ayarlayamadım.
Yorum kutusundan bir menüyü silmek |
4 Mesajlar | 709 Okunma |
$pings = $comments_by_type['pings'];
foreach ($pings as $comment) { ?>
-
// Yorum URL kaldırma
function remove_comment_fields($fields) {
unset($fields['url']);
return $fields;
}
add_filter('comment_form_default_fields','remove_comment_fields');
1 && get_option('page_comments') ) : ?>