All In SEO Pack & Empty Title
-
Hi,
I’m using the All In SEO Pack plug-in and I installed the JM Twitter Cards. When I was tried to this pluging, I saw “twitter:title” is empty.I Found what is the problem. I’m using SEO plug-in but not filling the plugin’s title input. I commented this line on jm-twitter-cards.php and I solved the problem.
/* elseif (class_exists(‘All_in_One_SEO_Pack’)) {
global $post;
$post_id = $post;
if (is_object($post_id)) $post_id = $post_id->ID;
$cardTitle = htmlspecialchars(stripcslashes(get_post_meta($post_id, ‘_aioseop_title’, true)));
$cardDescription = htmlspecialchars(stripcslashes(get_post_meta($post_id, ‘_aioseop_description’, true)));
} */But maybe you must make selectable this options in the settings page.
BTW: Sorry for my English.
The topic ‘All In SEO Pack & Empty Title’ is closed to new replies.