|
@@ -265,7 +265,7 @@
|
|
|
$img_url = get_post_meta( get_the_ID(), 'featured_image_url');
|
|
$img_url = get_post_meta( get_the_ID(), 'featured_image_url');
|
|
|
}
|
|
}
|
|
|
?>
|
|
?>
|
|
|
- <a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( '%s', 'daw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><img class="studio-thumb" src="<?php echo $img_url[0];?>" width="100%" alt="<?php the_title(); ?>"/></a>
|
|
|
|
|
|
|
+ <a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( '%s', 'daw' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><img class="studio-thumb" src="<?php echo esc_url( $img_url[0] ?? '' );?>" width="100%" alt="<?php the_title(); ?>"/></a>
|
|
|
</div>
|
|
</div>
|
|
|
<article class="studio">
|
|
<article class="studio">
|
|
|
<div class="entry-content">
|
|
<div class="entry-content">
|