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!