"Show Read More on Frontpage" not working

March 2014 WordPress Theme
GK User
Tue Apr 08, 2014 6:54 pm
sorry, I'm not able to activate this option. I mean, I selected "enable" in the options, no result.
Also I'm not able to make the more quicktag working

Tobias
User avatar
Senior Boarder

GK User
Wed Apr 09, 2014 8:19 am
Hello,

You're right, there's a mistake in this option. Please edit News2/content-archive.php file and add this line:

Code: Select all
<a href="<?php echo get_permalink(get_the_ID()); ?>" class="readon btn"><?php _e('Read more', GKTPLNAME); ?></a>


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


You should also have disabled "widget display on homepage" option. Then instead of widget on mainbody position your posts will appear and option with read more should works properly.

Thanks for your feedback, we'll include this fix in the nearest theme update.
User avatar
Moderator

GK User
Thu Apr 10, 2014 11:22 am
Fixed, thank you!
User avatar
Senior Boarder


cron