My site uses Page Excerpts and it seems this theme does not natively support them through the Page page. So I had to add some custom code (very small, but still a change had to be made) in order to have page excerpts. I was wondering if this feature could get added to the theme?
It is WordPress which is disabling excerpt for pages. You can enable it by adding just a single line to your child theme’s functions.php file
add_post_type_support( ‘page’, ‘excerpt’ );
Is that the only way to add it in WordPress (that is how I previously did but maybe I missed an option some where).
Thanks!
Viewing 3 posts - 1 through 3 (of 3 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.