Hi,
You have to edit Fest/content.php file and replace this fragment:
- Code: Select all
<section class="summary">
<?php the_excerpt(); ?>
</section>
with:
- Code: Select all
<section class="summary">
<?php the_excerpt(); ?>
<a href="<?php echo get_permalink(get_the_ID()); ?>" class="btn btn-more"><?php _e('Read more', GKTPLNAME); ?></a>
</section>
In this theme read more button feature is disabled by default, when you'll replace this code read more will be visible on your posts, if you want to add this feature also to your post format - you have to edit other files (content-aside, content-audio.. etc)