can't remove "just anther wordpress..

edited September 2016 in Theme support
i've follow the steps from other disscuusion to remove 
// description
if( get_post_meta( mfn_ID(), 'mfn-meta-seo-description', true ) ){
echo '<meta name="description" content="'. stripslashes( get_post_meta( mfn_ID(), 'mfn-meta-seo-description', true ) ) .'" />'."\n";
} elseif( mfn_opts_get('meta-description') ){
echo '<meta name="description" content="'. stripslashes( mfn_opts_get('meta-description') ) .'" />'."\n";
}

from theme-head .php and also from back end but still it is showing on facebook and whats up.... kindly advise

Comments

Sign In or Register to comment.