Hook to fetch and show meta description in front end.

#48144
  • Resolved Arnab Mohapatra
    Rank Math free

    Hi,
    My theme fetches and displays meta descriptions from Yoast in the front end with this code. is there any way I can show rank math meta description instead?

    <p class="small dark-gray"><?php echo get_post_meta($post->ID, '_yoast_wpseo_metadesc', true); ?>
    

    Thank you!

Viewing 1 replies (of 1 total)
  • Todd
    Rank Math free

    Hi,

    Thanks for getting in touch with us.

    Please try this:

    <p class="small dark-gray"><?php echo get_post_meta($post->ID, 'rank_math_description', true); ?>
    

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Hook to fetch and show meta description in front end.’ is closed to new replies.