Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 96014

Morand13 on "[Theme: Twenty Fourteen] 'read more' link not displayed after excerpt"

$
0
0

Hi,
I am new to this and don't like changing much code. I have a child theme up and running as I had to change the content to a summary on page. I did that by doing the following and it worked:
<?php if ( is_search() ) : ?>
to
<?php if ( is_search() || is_home() ) : ?>

NOW, I want to have a link at the end of summary that has 'read more'

Can anyone help me do this?
Thanks in advance!


Viewing all articles
Browse latest Browse all 96014

Trending Articles