• Resolved candau

    (@candau)


    Hi.

    A couple of years ago you solved a question about how to change “read more” that appeared resolved in this link https://wordpress.org/support/topic/change-read-more-2-2

    But that solution is no longer useful. The wp-content/themes/agama/includes/agama-class.php path is no longer valid

    How can I make the change now?

    Thanks and best regards

    • This topic was modified 7 years, 10 months ago by candau.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themevision

    (@themevision)

    Hello @candau!

    Now you need to open “class-agama.php” file which is located at

    wp-content/themes/agama/framework folder

    And search for:
    function excerpt_more( $more ) {

    on line 176 & change:

    __(‘Read More’, ‘agama’)

    to anything you want…

    https://prnt.sc/k5iref

    Best Regards

    Thread Starter candau

    (@candau)

    Thank you very much. It worked perfectly

    regards

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change “read more”’ is closed to new replies.