Issue 1-> to achieve h1 in home page only you need to put the h1 tag under the condition.
if (is_home())
{
<h1></h1>
}
where should i put it ? in header.php ?
Issue 2-> to achieve that you need to edit the single.php and make the changes as per the need.
could you show me how to do ? i’m not good in this