• Hello,
    Where do i place thus code in the palame theme’s :

    Place this in a theme’s functions.php to make the “read more” link to the post

    function new_excerpt_more($more) {
    global $post;
    return ‘ID) . ‘”>Read the Rest…‘;
    }
    add_filter(‘excerpt_more’, ‘new_excerpt_more’);

    Thanks,
    Avi

  • The topic ‘Where do i place thus code in the palame theme's :’ is closed to new replies.