Home Forums ArileWP Pro Change text

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #5167
    Leandro Savioli
    Participant

    I can’t change the text inside the button <!–more–>

    #5169
    themearile
    Keymaster

    Hi Leandro

    Thanks for contacting us.

    Please share your site url so we can see the your site and help you better.

    Thanks

    #5171
    Leandro Savioli
    Participant

    Oficina dos dados – Home


    I need to change the text inside the button (Consulte mais informações) on BLOG post in homepage but I can’t found it.

    #5172
    Leandro Savioli
    Participant

    Hello, I got it!

    I change the function on template-function.php. :

    function arilewp_read_more_button_class($read_class)
    { global $post;
    return ‘<p>ID}\” class=\”more-link\”>” .esc_html__(‘Leia mais’,’arilewp’).”</p>”;
    }
    add_filter( ‘the_content_more_link’, ‘arilewp_read_more_button_class’ );

    #5196
    themearile
    Keymaster

    Hi Leandro

    Glad to know!

    Yes you can change the text of the more tag using the above filter.

    If you have any query please let us know.

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Change text’ is closed to new replies.