• but i get errors

    Notice: Undefined index: align in /var/www/vhosts/.../blog/wp-content/plugins/custom-field-images/custom-field-images.php on line 218
    
    Notice: Undefined variable: image in /var/www/vhosts/.../blog/wp-content/plugins/custom-field-images/custom-field-images.php on line 172

    How would a post template with 1 photo look like??

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <h4><?php the_title(); ?></h4>
    <div class="grid_10 alpha omega">
    	here i want the image
    </div>
    etc

    and is it possible to have 2 images in a post template??

    Can a photo be replaced??

    oh and i notice on index the following errors:

    Notice: Uninitialized string offset: 0 
    
    /custom-field-images.php on line 204
    /custom-field-images.php on line 208
    /custom-field-images.php on line 212
    /custom-field-images.php on line 213

    Any advice

    regards

    ps: can’t see the code examples on http://scribu.net/wordpress/custom-field-images

    http://wordpress.org/extend/plugins/custom-field-images/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Custom Field Images] Trying to get custom image field in a post template??’ is closed to new replies.