Skip to content

Instantly share code, notes, and snippets.

@sibaberpollo
Created April 14, 2016 12:40
Show Gist options
  • Save sibaberpollo/c0474aada276707f9aef65aa777334a4 to your computer and use it in GitHub Desktop.
Save sibaberpollo/c0474aada276707f9aef65aa777334a4 to your computer and use it in GitHub Desktop.
iris
<style>
.banner {
background: url(<?php
if(is_home() || is_front_page()) { ?>
../images/4.jpg) <?php }else { ?>
$urlFeaturred = wp_get_attachment_url( get_post_thumbnail_id($post->ID, 'thumbnail') );
echo $urlFeaturred;
<?php } ?> no-repeat 0px 0px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment