Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mats Westholm

    (@matswes)

    Type the post description in the text field with headline Easy WP Meta Description below where you edit the post.

    This plugin relies on the wp_head() action hook in the header.php file of the theme. If your theme doesn’t use that hook you would need to add it within the head section in header.php:

    <head>
    <?php wp_head(); ?>
    </head>

    Thread Starter davidcesararm

    (@davidcesararm)

    Ok, I already typed description and I already added wp_head(), I want to know how to show the description, what function should I call?

    Thread Starter davidcesararm

    (@davidcesararm)

    I discovered, function the_excerpt().

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to use this plugin?’ is closed to new replies.