Revision: 50460
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 23, 2011 16:44 by mesh606
Initial Code
<?php global $post; $bg_img = get_post_meta($post->ID, 'bgimg', 1); $heading = get_post_meta($post->ID, 'mainheading', 1);?> <div class="int-head-pic" style="background:url(<?php echo $bg_img; ?>) no-repeat;" > <h2 class="mainheading"><?php echo $heading; ?></h2>
Initial URL
Initial Description
declare all custom fields first
Initial Title
better wordpress custom fields
Initial Tags
wordpress
Initial Language
PHP