Custom slider captions
-
Yes, you can create a custom excerpt in the area below the main editor when editing a post/page.
This will (I think, but could be wrong) also affect the excerpt areas on the main page and the category archives pages.
Click and expand Screen Options at the top right corner and select Excerpt thing. (I’m not sure what it is labelled)
Add this function to your child theme
functions.phpfile:add_post_type_support( 'page', 'excerpt' );Remember to enclose it with the php code, if you don’t yet have a
functions.phpfile.If you don’t have one, the entire code should look like this:
<?php
add_post_type_support( 'page', 'excerpt' );
?>
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.


