ThemeShaper Forums » Thematic

[closed]

Double Meta Description with the SEO plugin by Yoast

(4 posts)
  • Started 12 years ago by Tom Kroscavage
  • Latest reply from helgatheviking
  • This topic is resolved
  1. I have two meta descriptions in all my post headers the first meta description is the same as my excerpt. I would like to remove this one. the second is generated by the Yoast WordPress SEO plugin.

    Here is a post from my site:
    http://norman-okc.com/weld/lincoln-ln-25-feedrolls/

    Posted 12 years ago #
  2. i think this should remove the thematic description

    //Remove Thematic Meta Description
    function remove_description($display) {
    $display = FALSE;
    return $display;
    }
    add_filter('thematic_show_description', 'remove_description');
    Posted 12 years ago #
  3. Thanks!

    Posted 12 years ago #
  4. don't forget to mark as resolved

    Posted 12 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.