Thread Starter
wjl11
(@wjl11)
‘Comments’ section, ‘Edit Comments’
There is no URL on the left side under my name and when I view the comments page on the blog it shows as http://
Thread Starter
wjl11
(@wjl11)
I found the answer on Darren Pangan‘s page:
<?php echo get_post_meta($post->ID, ‘description’, true) ?>
Thread Starter
wjl11
(@wjl11)
It is not a custom field.
It’s a standard meta ‘description’ created by the All-in-One-SEO-Pack plugin.
I’m trying to use the meta ‘description’ within an H2 tag.
Thread Starter
wjl11
(@wjl11)
I have an SEO plugin which enables you to change the meta page description. I want to DISPLAY it within the text of the page.
For example:
The meta description of this page is: <?php the_description(); ?>