[Plugin: Multiple Featured Images] Cant configure this, please help me!
-
Hi there!
I am new in this of wordpress and I need these featured-images that you have done in this plugin.I dont know where I have to write those codes,
I mean this code to install a featured-image:if( class_exists( 'kdMultipleFeaturedImages' ) ) { $args = array( 'id' => 'featured-image-2', 'post_type' => 'post', // Set this to post or page 'labels' => array( 'name' => 'Featured image 2', 'set' => 'Set featured image 2', 'remove' => 'Remove featured image 2', 'use' => 'Use as featured image 2', ) ); new kdMultipleFeaturedImages( $args ); }
and the “display the featured image in your theme”:
if( class_exists( 'kdMultipleFeaturedImages' ) ) { kd_mfi_the_featured_image( 'featured-image-2', 'page' ); }
I dont know where to insert this codes. thanks!
https://www.ads-software.com/extend/plugins/multiple-featured-images/
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘[Plugin: Multiple Featured Images] Cant configure this, please help me!’ is closed to new replies.