Subtitle not shown on Genesis theme
-
I installed the plugin in WP and placed this code in the funtions.php file of the Genesis child theme:
function my_wp_subtitle_page_part_support() {
add_post_type_support( ‘my_post_type’, ‘wps_subtitle’ );
}
add_action( ‘init’, ‘my_wp_subtitle_page_part_support’ );do_action( ‘plugins/wp_subtitle/the_subtitle’, array(
‘before’ => ‘<p class=”subtitle”>’,
‘after’ => ‘</p>’,
‘post_id’ => get_the_ID(),
‘default_value’ => ”
) );Unfortunately subtitles do not appear in the Genesis themed version of the site while they are in place in the AMP version.
Can you help me?The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Subtitle not shown on Genesis theme’ is closed to new replies.