• I would like to copy the SEO meta-description automatically into the custom excerpt for each post. There is a very old post that showed how to do this at http://wordpress.org/support/topic/copy-meta-description-to-custom-excerpt?replies=7

    Could someone show me how to accomplish this with 3.6?

    If possible, I would love to be able to do a Query to copy all past meta-descriptions in the custom excerpts. I’ve determined that this is what would be needed:

    COPY FROM
    wp_postmeta post_id meta_key=_yoast_wpseo_metadesc meta_value

    COPY TO
    wp_posts ID post_excerpt

  • The topic ‘[Plugin: Yoast's SEO] How to Copy Meta Description to Custom Excerpt?’ is closed to new replies.