Forums

[resolved] Use a custom field for a different post title in an excerpt. (2 posts)

  1. acrofford
    Member
    Posted 1 year ago #

    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

  2. acrofford
    Member
    Posted 1 year ago #

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

Topic Closed

This topic has been closed to new replies.

About this Topic