badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

"read more" button

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #52311
    kurt4
    Participant

    I’ve just changed my blog to the Wowsome theme. I love it so far. Thank you. Only question so far: On my home page, some of the posts display a “Read More” link. Others do not. I have compared them to each other and I cannot discern a difference between them. In all cases, I’m using the “excerpt” field, which is displaying on the home page. In no case am I using WordPress’ native “read more” separator feature from the post editor. Any thoughts on what I might be missing?
    http://www.igreenbaum.com

    #52328

    hi kurt,

    Thanks for the bug report. We will fix it in new version. What you do now is just go to the theme folder -> template-parts -> content.php in line no 53 you will see this below code
    if(get_the_excerpt() > get_the_content()){?>
    replace it with
    if(strlen(get_the_content()) > strlen(get_the_excerpt()) ){ ?>

    Thank you!

    #52331
    kurt4
    Participant

    Perfect! Thank you for the response and the new line of code. Worked like a charm.

    #52354

    You welcome kurt.

    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/wowsome
    We really appreciate your rating.

    Thank you!

    #52358
    kurt4
    Participant

    Done! Thanks again.

    #52368

    Thank you so much kurt

    Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.