Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #92385
    Nicole
    Participant

    I love this theme and have been using it for several years now.

    The blog or posts page shows up very plain however. Is it possible to have the post title and date appear above the blog snippet? Sort of the look of a more standard blog.

    #92400
    Mahesh
    Keymaster

    @nicolegariepy: Thank you for using Adventurous Pro. Can you please clarify more on the topic. And please post in you site url and let us know what changes do you require and where?

    Regards,
    Mahesh

    #92436
    Nicole
    Participant

    Thanks for your response. My blog is http://www.fantaseajewelry.com/blog/

    I know this theme relies on featured images, but I would still like post title, author and date to be shown above each post summary when viewing the main blog.

    Something like the way it is on Catch Themes Blog
    Catch Theme Blog Example

    #92536
    Mahesh
    Keymaster

    @nicolegariepy: The header meta data are hidden because of the code in your Custom CSS. Go to Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS box and find the code

    .entry-header {
    display: none;
    }

    and remove it. It will resolve the issue.
    Let me know if any problem

    Regards,
    Mahesh

    #92592
    Nicole
    Participant

    Oh, thank you!

    I was using that to hide page titles on static pages. I replaced the code so I can hide the page titles but not post titles.

    #92606
    Mahesh
    Keymaster

    @nicolegariepy: I checked your site and seems you’ve fixed the issue by hiding the page titles only. Have a nice day!

    Regards,
    Mahesh

    #96684
    Nicole
    Participant

    Hello again!

    Thank you again for your help with my issue on the blog post title. I am having the same problem now with another site. I cannot see the blog post titles on this website: http://www.thejewelersnest.com/blog/.

    I checked my custom CSS, so that doesn’t seem to be the issue here, any help would be appreciated.

    Thank you!
    Nicole

    #96769
    Mahesh
    Keymaster

    @nicolegariepy: I checked your site and found the issue. You have the following CSS

    .entry-title {
        display:none;
    }

    in your custom CSS at the very end which is causing the problem. Please find and remove it, and you issue will be fixed.

    Let me know if any problem.

    Regards,
    Mahesh

    #96807
    Nicole
    Participant

    Thanks so much for your response.

    Can’t believe I did the same thing again and missed it. I have replaced the code now on this site so my titles show. Thanks for answering this again for me!

    Nicole

    #96847
    Mahesh
    Keymaster

    @nicolegariepy: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Blog/ Posts Page Appearance’ is closed to new replies.