How to remove date, name of author

Hi all! First of all I want to say i’m very happy with your great theme! I’d like to know how to remove the name of the author and the date included on the top of every post

Hi @wilkinson,

I hope you are well today and thank you for your question.

You can remove the name of the author and the date included on the top of every post by adding the following code in the functions.php file of your child theme.

function sparkling_posted_on() {
    
}

Alternatively you can just use the attached child theme that contains the above code.

Best Regards,
Movin