guilherme de lacerda
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] delete meta descriptionAbout the title the problem is Resolved ppls, i just did remove the code of in my head.php `<title><?php if ( is_category() ) {
echo 'Category Archive for "'; single_cat_title(); echo '" | '; bloginfo( 'name' ); } elseif ( is_tag() ) { echo 'Tag Archive for "'; single_tag_title(); echo '" | '; bloginfo( 'name' ); } elseif ( is_archive() ) { wp_title(''); echo ' Archive | '; bloginfo( 'name' ); } elseif ( is_search() ) { echo 'Search for "'.wp_specialchars($s).'" | '; bloginfo( 'name' ); } elseif ( is_home() ) { bloginfo( 'name' ); echo ' | '; bloginfo( 'description' ); } elseif ( is_404() ) { echo 'Error 404 Not Found | '; bloginfo( 'name' ); } elseif ( is_single() ) { wp_title(''); } else { echo wp_title( ' | ', false, right ); bloginfo( 'name' ); } ?></title>
to simply
</title><?php wp_title();?></title>
About the <meta name=”description” content='<?php echo get_bloginfo( ‘description’, ‘display’ ) ?>’ /> error, just delete the code in ur head.php go to panel and click “Fix”, scrolled down and clicked “Save,” and the red error message went away.
all is working now.
thx ppls,
and sorry about my english. ^_-[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] delete meta descriptionMy site. https://www.cqai.com.br
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] delete meta descriptionafter I did the update v1.2.8.2 my title is no longer shown. Any suggestion anyone?
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] delete meta descriptionI had already done that, but it didnt work with me. =(
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] delete meta descriptionI did install 1.2.8.2 and the error still stay. =(
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] delete meta descriptionSame here…2