• Resolved acrofford

    (@acrofford)


    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

Viewing 1 replies (of 1 total)
  • Thread Starter acrofford

    (@acrofford)

    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); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Use a custom field for a different post title in an excerpt.’ is closed to new replies.