dollofagrl
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Is this a Tag, Keyword or Indexing Problem??Thanks for the links..
I’ve been working on one keyword at a time, it takes forever.. I just don’t understand why post pages aren’t indexed.
Forum: Fixing WordPress
In reply to: Is this a Tag, Keyword or Indexing Problem??Forum: Fixing WordPress
In reply to: Is this a Tag, Keyword or Indexing Problem??Ok.. (thanks Esmi) Here’s a real example..
the search phrase “nike dunk mid limited edition 309165-101” without quotes.
Shows up on the 2nd page of google (sports-shoes-shop), 2nd one down. The description is good/relevant, but you’re taken to a general tag page where the listing is the 15th or so post down the page. I would like it to be first, (it doesnt make sense that you have to search twice for it).
Did I not configure the site properly?
Liz
Forum: Fixing WordPress
In reply to: change scheduling time for many posts (how do I)SORRY for the DUPLICATE POST :0
Forum: Fixing WordPress
In reply to: How to Change H1 on Category pagesadded a new header.php and put this in archive:
<?php include( TEMPLATEPATH . ‘/header2.php’ ); ?>
works now..
thanks 🙂Forum: Fixing WordPress
In reply to: How to Change H1 on Category pagesThanks Esmi..
I did the ctrl f5, and the first h1 is still showing “banzai double cannon blast slide.” It’s a couple lines into the <body> tag. (the second h1 is “banzai slide”).
Also, when checking my site on Seocentro.com, the Keyword Analyzer, it said for my phrase banzai slide…
H1:
Phrase not in H1
The target keyword don’t exists as phrase in the first H1 tag.
Keyword in H1
2 of the 2 words in the target keyword exists in the H1 tag.Liz
Forum: Fixing WordPress
In reply to: How to Change H1 on Category pagesOk.. thanks Esmi..
Here goes:http://www.abovegroundpoolssale.com/banzai-slide
(or abovegroundpoolssale.com/category/banzai-slide)When Viewing the Source Code for the above the first H1 is:
<h1>Banzai Double Cannon Blast Slide</h1> ———which is the first post. Not what I want.
—I want it to say “Banzai Slide” which is the category name. I want the first H1 to be the Category Name.
Thanks,
LizForum: Fixing WordPress
In reply to: How to Change H1 on Category pagesThanks Esmi..
Here is the code from archive.php..
___________
<?php while (have_posts()) : the_post(); // the loop ?>
<div id=”content”><!–post title–>
<h1 id=”post-<?php the_ID(); ?>”>“><?php the_title(); ?></h1>
___________Do I change the_title(); to single_cat_title(); ??
I’m not sure if this is right..
thanks,
LizForum: Fixing WordPress
In reply to: How to Change H1 on Category pagesHi Whooami..
Thanks for your reply.. There is no ‘category.php’ file, so I’m not sure what I’m supposed to change. (want to change my H1 in Category pages)
Here is the list of files that I have listed in Appearance-Editor – the themes files:
templates
* 404 Template (404.php)
* Archives (archive.php)
* Comments (comments.php)
* Footer (footer.php)
* Header (header.php)
* Main Index Template (index.php)
* Page Template (page.php)
* Single Post (single.php)
* Theme Functions (functions.php)
* feature_product.php (feature_product.php)
* header2.php (header2.php)
* home_option.php (home_option.php)
* l_sidebar.php (l_sidebar.php)
* l_sidebar_ecommerce.php (l_sidebar_ecommerce.php)Styles
* Stylesheet (style.css)
* dropdown.css (dropdown.css)
* lt-ie7.css (lt-ie7.css)
* lte-ie7.css (lte-ie7.css)thanks,
Liz