Doesn't work with theme Maya from unCommons
-
Hi,@Nelio Software, Unfortunately has not worked the plugin in this theme, could you help me to solve the problem please?
Code Example (single.php):
if( has_post_thumbnail() ){ $src = wp_get_attachment_image_src( get_post_thumbnail_id(), 'maya-full', false, '' ); $src = $src[0]; }else{ $src = UN_THEME_URI.'assets/img/default.png'; } $post_media = ' <div id="post-image" class="row" style="background-image: url(\''.$src.'\');">';
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Doesn't work with theme Maya from unCommons’ is closed to new replies.