Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author lebasca

    (@lebasca)

    Follow these steps:
    1. Open the functions.php file located in your theme directory
    2. Add the following code:
    function new_excerpt_more($more) {
    global $post;
    return '<br /><a href="'. get_permalink($post->ID) . '">' . 'Read More »' . '</a>';

    }
    add_filter(‘excerpt_more’, ‘new_excerpt_more’);

    Thread Starter swami12

    (@swami12)

    Thank you for that. However, I am using Genesis with a child theme, and if I add your code to my child theme’s functions.php file, it breaks the site (“internal server error”). Under “no circumstances” am I supposed to modify the Genesis functions file!

    Any ideas ???

    thank you again,
    Nancy

    Plugin Author lebasca

    (@lebasca)

    As I am not familiar with Genesis Framework, I searched your question in Google and I got the same answer that I gave you. These are the links that I found:
    http://xpertswiki.com/2150/wordpress-genesis-framework-customizations/
    http://www.bloghunk.com/genesis-post-excerpts-customization-guide.html

    You can ask your questions on the links given above or you can contact Genesis Framework.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Read More]’ is closed to new replies.