Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1404658

    Paul R
    Moderator

    Hi,

    You can adjust excerpt length under Appearance > Customize > Blog > CONTENT > Excerpt Length

    https://www.screencast.com/t/xvCSC214

    Hope that helps

    #1427504

    troyassoignon
    Participant

    Awesome, I’ll try it out!

    #1427506

    troyassoignon
    Participant

    Ok, that worked. Can I put spacing in between each exerpt?

    Also, is there a way I can show the posts FULL headline so it does not cut off with a …

    The headline is the most important.

    #1427517

    troyassoignon
    Participant

    One more question, also, I like the way the Recent post exerpts are layed out on the other pages, I believe it’s in a widget spot. How can I make the design the same, with the rounded edges, compared to the original page?

    you can go to

    http://ethicalempire.ca/trusted/

    Checkout the main page, and the second page “Who The Hell Am I?”

    #1427791

    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .x-recent-posts .h-recent-posts, .x-recent-posts .x-recent-posts-date {
        text-overflow: initial;
        white-space: normal;
    }
    span.x-recent-posts-excerpt {
        padding-top: 16px;
        display: inline-block;
    }
    

    Hope it helps.