I would like to somehow use a custom field to define a different title for my posts when displaying excerpts. Is this at all possible? If so, how can I accomplish this?
Thanks
I would like to somehow use a custom field to define a different title for my posts when displaying excerpts. Is this at all possible? If so, how can I accomplish this?
Thanks
I figured it out right after I posted this. (How it always works)
Create the custom field and call it with this:
<?php $key="mykey"; echo get_post_meta($post->ID, $key, true); ?>
This topic has been closed to new replies.