How do I edit custom fields?
-
So for work i’ve just been assigned a website where I have to change agent information such as telephone number, name, email etc…I’ve traversed the entire dashboard but this is closest I can find to editing this data, and since this is just raw code I don’t know how to edit the actual data values. The plugin used for this is ‘Custom Content Types’, any help?
<?php the_title(); ?><br /> <?php $custom_fields = get_post_custom(); ?> <?php echo $custom_fields['agent_designation'][0]; ?><br /> <a href="mailto:<?php echo $custom_fields['agent_email'][0]; ?>"><?php echo $custom_fields['agent_email'][0]; ?></a><br /> <?php echo $custom_fields['agent_telephone'][0]; ?><br /><br /> <a href="<?php the_permalink(); ?>">View Profile ></a>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘How do I edit custom fields?’ is closed to new replies.