robertallen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: SEO IssuesThank you for bringing this to my attention.
I wound up finding update-correct-debra.php in there.
Did you just delete it and it went away? How did you remove it without losing any functionality of the site?
Does it block other people’s IP addresses? I’m worried that it has done that and we have lost visitors to the site.
Forum: Fixing WordPress
In reply to: SEO IssuesUnderstood. I truly appreciate your help in finding this. We’re looking at Sucuri.net now as an option to keep our site(s) clean from now on.
I wouldn’t have known had you spot that, so thank you so very much!
Forum: Fixing WordPress
In reply to: SEO IssuesMy client asked me to ask you if it would be possible to have a Skype call with you as we’re confused as to what we’re needing to fix. We want to fix it and get it right and a lot of the stuff you’re saying makes sense, but we’re confused as to certain parts of what you meant regarding the template.
Forum: Fixing WordPress
In reply to: SEO IssuesI know. They are absolute evil people.
It’s so wierd because it’s such a barebones theme.
This is the one I use:
http://code.google.com/p/wordpress-naked/
I’m installing a firewall on the other non-hacked WP sites.
Thank you for that link too. I’m going to bookmark that.
Forum: Fixing WordPress
In reply to: SEO IssuesThank you for bringing this to my attention. It appears we got hacked.
Forum: Fixing WordPress
In reply to: SEO IssuesWhich site is this you’re referring to? I don’t see that at all. I have header tags.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9" /> <meta name="keywords" content="matchmaker, millionaire, matchmaking, matchmaking services, dating, singles, matchmaker, matchmaking, matchmaker millionaire, millionaires matchmaker, millionare matchmaker, dating advice, matchmaking online, dating advice for men, dating coach, the dating coach, online matchmaker, dating advice for women, free matchmaker, matchmaking service, dating advice online, matchmaking services, matchmaker service, matchmaker services, matchmaker in new york, matchmaking new york, matchmaking nyc, matchmaker nyc, dating tips, date tips, dating coach, date coach"> <meta name="description" content="Matchmaker, matchmaker, make me a match! A Matchmaking Agency for millionaires. Our matchmaking services include: matchmaking, date concierge, dating & relationship coaching and image & style makeovers.">Which browser are you using, I’ll take a look in that particular browser. I did a search in the code and I don’t see anything “nemonn”…as well as I am seeing heading tags.
Forum: Fixing WordPress
In reply to: SEO IssuesHi WPyogi, thank you for responding so quickly.
I’m currently just using “WordPress Naked”, which is just a base theme, and I have customized it with my own graphics. I prefer to make them from scratch.
As far as any SEO plugins, we’re not using any except Google XML Sitemaps.
You can see the sites I’m mentioning at:
http://www.singleinstilettos.com
http://www.dreambachelor.comForum: Fixing WordPress
In reply to: Get rid of h1 on index pageHmmm, I guess what I can do is just hide it in the CSS, and unhide the h1’s that I want.
Thank you guys so much for your answers. Such a crazy thing of the phantom h1 tag. That’s what I get for using a blank wordpress theme sometimes, but it’s a lot easier than configuring something from a blank slate sometimes.
Appreciate it all!
Forum: Fixing WordPress
In reply to: Get rid of h1 on index pageThat’s so odd. Well, actually, I just want the h1 tags as titles of the pages and the blog posts, not on the index page.
I still can’t find it in the header.php. This is the wierdest thing. Is there another header.php with functions?
Another reason is it’s interfereing with the Navigation bar. I wouldn’t mind keeping it if I could just find it to stylize it with a class selector.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php if(is_home()) bloginfo('name'); else wp_title(''); ?></title> <style type="text/css" media="screen"> @import url( <?php bloginfo('stylesheet_url'); ?> ); </style> <link rel="stylesheet" type="text/css" href="http://www.robertallenbaker.com/awestar/css/nav.css" /> <link rel="shortcut icon" href="http://www.robertallenbaker.com/awestar/images/favicon.png" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_get_archives('type=monthly&format=link'); wp_head(); ?> </head> <body> <div id="container"> <div id="header"> <div class="logo"> <a href="http://www.robertallenbaker.com/awestar"><img src="http://www.robertallenbaker.com/awestar/images/logo.png" alt="Awe Star Ministries" border="0" /></a> </div> <div id="navcontainer"> <?php // see this theme's functions.php print do_heading(); print naked_nav($post); ?> <div class="social"> <img src="http://www.robertallenbaker.com/awestar/images/icon-facebook.png" alt="Facebook" border="0" /> <img src="http://www.robertallenbaker.com/awestar/images/icon-twitter.png" alt="Twitter" border="0" /> </div> </div> </div>Forum: Fixing WordPress
In reply to: Get rid of h1 on index pageYep, normally that would work, but the strangest thing is it’s not there.
This is what I have…no h1 tags…
<?php get_header(); if (have_posts()): ?> <ol id="posts"><?php while (have_posts()) : the_post(); ?> <li class="postWrapper" id="post-<?php the_ID(); ?>"> <h2 class="postTitle"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2> <small><?php the_date(); ?> by <?php the_author(); ?></small> <div class="post"><?php the_content(__('(more...)')); ?></div> <p class="postMeta">Category: <?php the_category(', ') . " " . the_tags(__('Tags: '), ', ', ' | ') . comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')) . edit_post_link(__('Edit'), ' | '); ?></p> <hr class="noCss" /> </li> <?php comments_template(); // Get wp-comments.php template ?> <?php endwhile; ?> </ol> <?php else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?> <?php if (will_paginate()): ?> <ul id="pagination"> <li class="previous"><?php posts_nav_link('','','« Previous Entries') ?></li> <li class="future"><?php posts_nav_link('','Next Entries »','') ?></li> </ul> <?php endif; ?> <?php get_footer(); ?>Oops, forgot to mark as resolve. Thank you again!
Oh I see, so the offset is what makes it go one down then right?
Thank you so much for this! I looked through everything, I must’ve missed how to combine it all.
I have figured it out. I just decided to try adding <span style=”display: none;”> inside the title, and it worked. I tried it once before, and it didn’t work. I think I put span class instead.
Thank you for responding, salvig67. Much appreciated.
Unfortunately, it wouldn’t let me. I just blanked it out and it put it right back in.