Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #105422
    juneh
    Participant

    The date and author for my blog post are showing up at the following:

    http://www.livelifesurge.com/?cat=5
    (Under Personal Growth category)

    http://www.livelifesurge.com/?p=992
    (Under Recent Posts in sidebar)

    But not on my front (landing) page:

    http://www.livelifesurge.com/

    How do I make it so that the date and author also appear in the FEATURED (most recent) post on the front (landing) page? I would like it to be consistent throughout.

    #105430
    Mahesh
    Keymaster

    @juneh: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .blog .sticky .entry-header .entry-meta {
        position: unset !important;
        clip: unset;
    }

    Regards,
    Mahesh

    #105433
    juneh
    Participant

    It worked!

    Thank you so much!!

    #105451
    Mahesh
    Keymaster

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

    Regards,
    Mahesh

    #124585
    Stefyx
    Participant

    Hi,

    I’d like to remove the Author’s name of the posts. I added the Additional ccs “.entry-meta .by-author { display: none; }” but the name of the author is still showing up bellow the text of the posts.

    Can you tell me how to remove that?

    Thanks

    #124716
    Mahesh
    Keymaster

    @stefyx: Sorry for the late reply. Please post in your site url.

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Date and author in featured post on landing page’ is closed to new replies.