Blogs not Displaying Post Title/Author/Date Posted

Hello!

When I first started using this theme, I used a work around to get the title onto the pages, but I am at the point where I really want to customize our blog fully. So, I have tried using the Portfolio Post Meta data option in the pro options to get the Title/Author/Date to show up on blogs, but I haven’t been able to get any of these to post on the blogs themselves.

Could you help me out with this? Here is a link to one of our blogs for reference.

Thanks in advance!

Hello again!

I think I might have actually found the answer to my problem on your forum. Looks like I can’t actually get a title with Ethos :(. Anyway, are there any resources you can point me towards to add this custom coding to our site? Our backend editor is very messy and often very hard to find the php docs that I need to manipulate to actually get this stuff on the site.

Any help is greatly appreciated!

Thanks!

Hi There,

Thanks for writing in! The post/page titles were not visible in your site because you have customize it and added a custom css:

.single-post .entry-header, .page .entry-header {
    display: none;
}

The Author/Date/Category/Date is part of the post meta. You can enable/disable this option by going to X > Theme Options > Blog > Contents.

Looks like I can’t actually get a title with Ethos :(. Anyway, are there any resources you can point me towards to add this custom coding to our site?

Please be advised that the titles will display as a part of the header. If you are using Pro theme and created a custom header, the titles will of course not display. You will have to edit your custom header and add a Header text. You can also insert a shortcode of the landmark header which was explained in detail by checking out this thread: https://theme.co/apex/forum/t/category-and-archive-header-landmark/16068/2

Hope this helps.

Lot of information, but I was able to get the post metas back up on the posts!

Thanks for your help!

You’re more than welcome, glad we could help.

Cheers!

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