How to Add a Custom meta in single.php?
-
I want to add a meta description line below the site title using the single.php
The description is called from meta tags of Rankmath using
echo get_post_meta($post->ID,'rank_math_description',true);
For example – https://www.digitbin.com/find-if-image-is-edited/ The post has a small meta description from rank math using the above code.
I used
inc/views/post_layout.php
in the theme editor to add the above code below the post title/above-featured image but no results, please help.The page I need help with: [log in to see the link]
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘How to Add a Custom meta in single.php?’ is closed to new replies.