I have a post slider and and blog posts from the builder and I need to replace the “Read more >” with something else.
Where can I change that?
Thanks.
Anything about this?
Thanks.
Hi peterolle,
Based on the code I gave you in https://kriesi.at/support/topic/blog-grid-with-full-info-and-elements/#post-1290407 it should be in line 713 (originally in line 711):
$permalink = '<div class="read-more-link"><a href="' . get_permalink( $the_id ) . '" class="more-link">' . __( 'Read more', 'avia_framework' ) . '<span class="more-link-arrow"></span></a></div>';
Just replace Read more text.
If you want to remove the > then remove this in the code as well:
<span class="more-link-arrow"></span>
Hope this helps.
Best regards,
Nikko