how to change the inscription read more?? or where
how to change the inscription read more??
I can not find the template php file has five public anywhere
how to change the inscription read more?? or where
how to change the inscription read more??
I can not find the template php file has five public anywhere
theme/gamepress/functions.php
Search Ctl+F (Find) > Excerpt config
Find this and change to what you want!
{
global $post;
return '... <br /><a class="more" href="' . get_permalink($post->ID) . '">'.__('<strong>Read More</strong>', 'gamepress').' »</a>';You must log in to post.