Hi, I am not sure if this is an issue with the plug in or just the custom fields but seeing as how im using the plug in, I though I better post it in here...
basically I have a custom field to add content to a right hand column, the code used to display this in my templates is:
<?php $right_images = get_post_meta($post->ID, 'right', true); ?>
<?php echo $right_images; ?>
when i change the content in this field for other pages within the same category they dont change, it seems to be picking up content from just one of my posts and showing that, whatever...
any ideas?
thanks