Please update comments.php wp_list_comments() with setting avatar size to actual 74×74
32×32 are too small and look blur when scaled
<ol class="comment-list">
<?php
wp_list_comments( array(
'style' => 'ol',
'short_ping' => true,
) );
?>
change to
<ol class="comment-list">
<?php
wp_list_comments( array(
'style' => 'ol',
'short_ping' => true,
'avatar_size' => 74,
) );
?>
]]>
title says it all, are there any known issues relating to this?
Thanks
]]>The featured image appears above the Title of the post. Its does not suit my website. Is there any way to make it not do that?
I would like header menu, followed by the title of the post and then the post. I do not want the featured image in between the primary menu and the post title. Kindly help!