Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter regme

    (@regme)

    Is it possible?

    Thread Starter regme

    (@regme)

    Find solution
    in loop you need use for showing titles:
    echo get_post_meta(get_the_ID(), ‘_yoast_wpseo_title’, true);

    for description:
    echo get_post_meta(get_the_ID(), ‘_yoast_wpseo_metadesc’, true);

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show post seo_title and seo_descr in category.php’ is closed to new replies.