I want to remove some of the features of my blog posts. I can just hide them with CSS, but that is a bit gross, and can be undone easily on the client end.
Basically I do not want to allow comments on my blog posts or make any mention of the number of comments.
For the meta content under the blog heading, I only want to show the date published (and would rather it say last updated), and the tags, I don't need author, likes, or like buttons etc.
The other thing that I would like to alter is the blog title being made an h1 instead of an h2, I am trying to rank using blog titles so they need to be h1. Is there a way to change this?
I managed to remove the zilla likes and comments from the blog post and update the heading to an h1
searched everywhere and wasn't able to get the comments and likes off of the masonry template thing. I'd rather that go too, but it's not a major issue
Hi Team
I want to remove some of the features of my blog posts. I can just hide them with CSS, but that is a bit gross, and can be undone easily on the client end.
Basically I do not want to allow comments on my blog posts or make any mention of the number of comments.
For the meta content under the blog heading, I only want to show the date published (and would rather it say last updated), and the tags, I don't need author, likes, or like buttons etc.
The other thing that I would like to alter is the blog title being made an h1 instead of an h2, I am trying to rank using blog titles so they need to be h1. Is there a way to change this?
Thanks in advance.
Hello David,
Unless using the child theme and modifying the theme file there is no easy way to change those things.
If you are looking for someone to do the modifications you can contact
[email protected]
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Thanks for the reply.
Not really interested in paying for the change.
If you could advise which php file has these outputs I can probably remove them from that.
Thanks
Hello David,
If you only want to edit the single post page then you need to edit the
single-default.php file or single-business.php depending the style of the blog you are using.
If you want to edit the blog modules then you need to edit the shortcode files ( functions/rd_shortcodes ) folder.
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Awesome!
I managed to remove the zilla likes and comments from the blog post and update the heading to an h1
searched everywhere and wasn't able to get the comments and likes off of the masonry template thing. I'd rather that go too, but it's not a major issue
Thanks again.
Hello David,
Check the ajax-handlers.php file which is in the functions folder.
This is probably the place you missed.
Do not hesitate to contact us if you have more questions.
Have a nice weekend!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Yup, got him, that's where it was hiding.
Thank you :)
Glad to hear that
Do not hesitate to contact us if you have more questions.
Have a nice day!
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme