Put this code inside your child theme’sfunctions.php file:
function graphene_remove_filters(){
remove_filter('excerpt_length', 'graphene_excerpt_length');
}
add_action('init', 'graphene_remove_filters');
Be warned though that if you’re using background image and excerpt for your slider, the excerpt that will be displayed may be a bit too long for the space.
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
Account
Search Forums
Priority Support
This free Support Forum relies on contributions from our support staffs and fellow Graphene themes users. While we endeavour to provide adequate and timely support, due to its voluntary nature responses are not guaranteed and may be delayed.
If you require urgent assistance, you may like to consider our Priority Support option.