Hi Donbusco0,
thanks for using MH Magazine lite.
You could hide the data with some CSS, for example:
.entry-meta-date, .entry-meta-author, .entry-meta-comments { display: none; }
As an alternative, you could upgrade to the premium version of MH Magazine, which includes options to hide post meta data, among several other additional features, options and custom widgets to customize your website.
Regarding comments, you can disable the comment feature in your WordPress dashboard under Settings => Discussion. Here you can find more information: How to disable comments in WordPress.
where can i insert this code .entry-meta-date, .entry-meta-author, .entry-meta-comments { display: none; }
In your WordPress dashboard under Appearance => Customize => Additional CSS.
http://prntscr.com/djnke9 why the wordpress comment count is appear how to hide this
Please also be aware that you’re using a plugin to override the WordPress comment feature with Facebook comments and what is shown on your screenshot is related to Facebook comments.
If you want to hide that, you could check if your plugin for Facebook comments provides an option for that or refer to the plugin developer for further assistance.
yes i am done to insert the code but this one will not remove http://prntscr.com/djnke9
Actually, the provided CSS code wasn’t referring to the comment section but to meta data on posts as requested, not sure why you are assuming that it was related to the comment section. We were referring to the instructions regarding disabling comments in WordPress.
Please also read the previous answer carefully as you’re using Facebook comments – thanks.
ok sir im done i remove now but i have a problem to my homepage http://prntscr.com/djnqg0 how to remove author, date and comment count
When it comes to CSS customizations on your website, you can always use tools like Firebug or your browsers inspection tool to inspect the elements on your site and then add your own CSS code based on your personal requirements, for example:
.mh-loop-meta { display: none; }