Read more button in blog view.

Steak House, food and drink theme, is now available on support forum.
GK User
Tue Sep 16, 2014 8:18 am
Hi there,

I use
Code: Select all
<!--more-->
in posts and Read more not showing.

Read More button like in Perfetta home page for example.

Any chance you can paste here quick tutorial how to add Read more button?

Thanks.
User avatar
Fresh Boarder

GK User
Tue Sep 16, 2014 9:02 am
Hello,

You have to edit Steakhouse/content.php file and add this line:
Code: Select all
<a href="<?php echo get_permalink(get_the_ID()); ?>" class="readon"><?php _e('Read more', 'steakhouse'); ?></a>

after:
Code: Select all
<?php the_excerpt(); ?>

around line 17.
User avatar
Moderator

GK User
Thu Sep 18, 2014 8:14 am
Beautiful!

Thanks.
User avatar
Fresh Boarder


cron