If your child theme does not have a file called functions.php, feel free to create one. Then add the following code in it:
<?php
function custom_excerpt_more_link($more){
return '<a href="' . get_the_permalink() . '"> Hear Show</a>';
}
add_filter('excerpt_more', 'custom_excerpt_more_link');
Let me know if this works!
Hi Subrata … thank you! I managed to find the Read More text in Custom Template Tags. They’ve changed just fine. Yes– I really need to learn more about child themes. Thanks.
@subrataemfluence Thanks for helping out here in this forum.
Your help here is really appreciated.
@jkerrison You can learn more about child theme by reading information provided on this page http://freewptp.com/why-and-how-to-create-wordpress-child-theme/
Please tell us how to change the read more text with a function since the one above does not work. also, how do we remove the “powered by” links in the footer?
@bjornenblog This topic is resolved and To help us keep support thread separates could you please create your own thread for your question here https://ww.wp.xz.cn/support/theme/ruby/ instead of replying on others thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.