dynamic-featured-image

Make featured image clickable Wordpress

。_饼干妹妹 提交于 2019-12-12 06:36:36
问题 I am trying to make the featured image clickable with JavaScript: <div class="post-wrapper"> <section class="post-image"> <img alt="Targ3t Band" class="img-responsive" src="http://i2.wp.com/www.example.com/wp-content/uploads/example.jpg"> <div class="image-shadow"></div> </section> <div class="post-container"> <div class="container"> <section class="post-title" style="color:;"> <h2 class="post-heading"><a href= "http://www.example.com/category/example/">Band – Targ3t</a></h2> <ul class="post

Medium size image by plugin called dynamic featured image

穿精又带淫゛_ 提交于 2019-12-01 09:51:32
问题 i am using dynamic featured image and adding multiple product images to a single custom post type name as products for a single product but and i am trying to get those images in my template but the array only return me only two sizes [thumb] [full] but i need medium as well below is my code <?php if( class_exists('Dynamic_Featured_Image') ) { global $dynamic_featured_image; $featured_images = $dynamic_featured_image->get_featured_images(); foreach($featured_images as $featured_image) { ?> <a