Web Development GUIDE
Work
About
Blog
Contact
Books
CMS
CSS3
Email
Encrypt Password
Facebook
fonts
Google
htaccess
HTML5
Joomla
Joomla3.CMS
jQuery
Mysql
PHP
php videos
SMTP
Wordpress
how to set featured image as background wordpress
Syntax
Use the following to get image
<?php if (has_post_thumbnail( $post->ID ) ): ?>
<?php $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' ); ?>
<?php endif; ?>
CSS Code
Use this CSS code to add background image.
<style type="text/css">style=background-image: url('<?php echo $image[0]; ?>')</style>
Unknown
23:53
PHP
,
Wordpress
No comments
Newer Post
Older Post
No comments :
Post a Comment
Subscribe to:
Post Comments ( Atom )
No comments :
Post a Comment