how to delete meta that displays on the right hand side after each blog post 🙂
1 Answers
To remove Meta section you can add the following code to the style.css file
#meta, #searchform, #archives {
display: none;
}
Regards,
Dominic
Please login or Register to submit your answer