Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1288966

    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.

    #1290095

    Anything about this?

    Thanks.

    #1290415

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.