Blog Title not working

Hello! I have the “blog header” ticked on in theme options but it’s not showing up on the page? Any help?

Also, while I’m here, how do I stop tags from showing up on this blog page? I have “meta” disabled.

Hello Cassidy,

Thanks for writing to us.

It seems that you are using a custom Header for the blog page in that case your blog title is not going to be rendered that you have added in the Pro—>Theme Option—>Blog Option. It only works with the default Header.

I would suggest you create a separate Header for all the Blog Archive pages and add a custom title by using Header builder.

The Post meta option only works on the “Category, Author, Date”. To remove the Post tags from the post blog list page you can use this custom CSS code under Pro--->Theme Option --->CSS

.blog footer.entry-footer {
display: none;
}

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps.
Thanks

Thank you!

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.