Before you ask please READ THIS

Add a ... to the end of a blog preview on home page

See screen shot.
I tried to add a custom more tag but it got rid of the read more button.
In the attached example I would like to add ... at the end of investment pitch in so it would read "investment pitch in..." without removing the read more button. Currently it just cuts off which looks weird.

Site is not live

Thanks.
Untitled-2.jpg
315 x 426 - 73K

Comments

  • AirAir
    Posts: 10,970
    Hi:-)

    Is it post grid or normal blog page? I can't tell that from small screen shot.

    With kind regards.
  • edited January 2017 Posts: 70
    Post grid.

    Grid template - Apollo 13 post.

    Thanks.
    Post edited by designdogs on
  • AirAir
    Posts: 10,970
    Go to starter\advance\utilities\posts.php line ~349
    and change
    return '<p> <a class="more-link" href="'. esc_url(get_permalink($post->ID)) . '">'.esc_html__( 'Read more', 'apollo13-framework' ).'</a></p>';
    to
    return '&hellip; <p> <a class="more-link" href="'. esc_url(get_permalink($post->ID)) . '">'.esc_html__( 'Read more', 'apollo13-framework' ).'</a></p>';
    With kind regards.
  • Where is this option:
    starter\advance\utilities\posts?

    I can find it in Word Press.

    Sorry seems like a stupid question.
  • Where is this option:
    starter\advance\utilities\posts?

    I can find it in Word Press.

    Sorry seems like a stupid question.
  • AirAir
    Posts: 10,970
    It is file, so you will find it on your FTP ;-)
  • Ah ok haha! Thank you :)

    FIXED
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!