reneepawlish
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Title IssueThe little window just has the title of the blog post, not post and title of the blog – does this negatively affect SEO?
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Title IssueSorry, busy couple of days. Here’s the code:
All are blank except for Post >> Title Template which has
%%title%% | %%sitename%%
Appearance >> Editor >> Header (may be more here than you need)
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id=”main”>
*
* @package WordPress
* @subpackage Twenty_Ten
* @since Twenty Ten 1.0
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
<title><?php wp_title(”); ?></title>
<link rel=”profile” href=”https://gmpg.org/xfn/11″ />
<link rel=”stylesheet” type=”text/css” media=”all” href=”<?php bloginfo( ‘stylesheet_url’ ); ?>” />
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php
/* We add some JavaScript to pages with the comment form
* to support sites with threaded comments (when in use).
*/
if ( is_singular() && get_option( ‘thread_comments’ ) )
wp_enqueue_script( ‘comment-reply’ );/* Always have wp_head() just before the closing </head>
* tag of your theme, or you will break many plugins, which
* generally use this hook to add elements to <head> such
* as styles, scripts, and meta tags.
*/
wp_head();
?>
</head>Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Title Issuemany thanks –
do you want me to paste the whole code?Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Title IssueWell, I copied and pasted what you suggested, and it does look correct, but I did it again with ” to be sure.
Running askimet, Facebook Like Box, Google Analytics, Image Widget, Include Javascript Widget, Jetpack, Redirection, SEO Slugs, Sexybookmarks, Sample Image Widget, Subscribe2, WordPress Importer, WordPress SEOForum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Title IssueYes, I’ve saved, lol. And I tried the force rewrite, still just gives the blog post title. This is what I have in the header.php
<title><?php wp_title(”); ?></title>
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Title Issuehttps://tobecomeawriter.com
Site Title: To Become A Writer
Tagline: Blog home of master wordsmith Renée Pawlish, author of mystery novels, horror books, and the Writers Workshop.This shows up if you’re on the main page, but if you go to a link, it just shows the title of the blog post – it’s fine, better than:
How To Use TriberrTo Become A Writer but if it negatively affects SEO, I would want it different ??Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Title IssueActually, that didn’t work…I put it under SEO – Titles – Post – Title template.
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Title IssueOops, I had that, then took it all out when things didn’t work. I’ll add it back in. Thanks for helping a newbie ??
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Title Issueprimitvenet, I replaced the code and it worked but I have another question ??
Before it said “How To Use TriberrTo Become A Writer”
Now it just has the the title of the blog post (so “How to Use Triberr”)
From an SEO standpoint, does this matter?
Many thanks to you and kletskater for your help!Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Title IssueI don’t want to mess this up, here’s what’s in the title tag
<title><?php
/*
* Print the <title> tag based on what is being viewed.
*/
global $page, $paged;wp_title( ‘|’, true, ‘right’ );
// Add the blog name.
bloginfo( ‘name’ );// Add the blog description for the home/front page.
$site_description = get_bloginfo( ‘description’, ‘display’ );
if ( $site_description && ( is_home() || is_front_page() ) )
echo ” | $site_description”;// Add a page number if necessary:
if ( $paged >= 2 || $page >= 2 )
echo ‘ | ‘ . sprintf( __( ‘Page %s’, ‘twentyten’ ), max( $paged, $page ) );?></title>
where do I add the code?
Thanks!Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Title IssueNever mind found it ?? Let me see if I can get this to work, thanks!
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Title Issueyes, but where in here? If I go into theme, there is no header.php file. I am running Twenty Ten 1.2 by the WordPress team and in the theme page, there are links to widgets, menu, background and header, but I don’t see a header.php file anywhere.
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Title IssueForgive me, I’m not an expert here.
When you say in the post section under “Title Template”, where do you mean? On “Homepage Title Template”? or where? there are numerous places to put this code.
Also (I’ve run into this before), many will say “in your theme’s header.php” change etc – but no one says where to find this. I’ve searched on the Internet and can’t find this – where do I go?
I did try to put the code on “Homepage Title Template” but it didn’t change anything so I am lost. My apologies if this is basic and I’m missing it.