I want to delete date, name of poster, category, no comments of blog post on the home page and then on each page. See image.
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .post-page ul.meta { display: none; } p.rbh-post-meta a { display: none; } This will solve your issue.