Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'jnews_single_subtitle', 'replace_subtitle_with_excert', 99, 3 );
- function replace_subtitle_with_excert( $subtitle, $post_id ) {
- $subtitle = get_the_excerpt( $post_id );
- return $subtitle;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement