Title: SpaceDogDeveloper's Replies | WordPress.org

---

# SpaceDogDeveloper

  [  ](https://wordpress.org/support/users/spacedogdeveloper/)

 *   [Profile](https://wordpress.org/support/users/spacedogdeveloper/)
 *   [Topics Started](https://wordpress.org/support/users/spacedogdeveloper/topics/)
 *   [Replies Created](https://wordpress.org/support/users/spacedogdeveloper/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/spacedogdeveloper/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/spacedogdeveloper/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/spacedogdeveloper/engagements/)
 *   [Favorites](https://wordpress.org/support/users/spacedogdeveloper/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 43 total)

1 [2](https://wordpress.org/support/users/spacedogdeveloper/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/spacedogdeveloper/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/spacedogdeveloper/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailchimp List Subscribe Form] CSS styling?](https://wordpress.org/support/topic/css-styling-2/)
 *  [SpaceDogDeveloper](https://wordpress.org/support/users/spacedogdeveloper/)
 * (@spacedogdeveloper)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/css-styling-2/#post-3595450)
 * What I normally do is wrap the shortcode in a <div> or a <span> in the HTML editor,
   give it a specific ID and use CSS inheritance to override the offending styles.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [(Yoast SEO Plugin) – Google Fetching as "noindex" even if set as "index"](https://wordpress.org/support/topic/yoast-seo-plugin-google-fetching-as-noindex-even-if-set-as-index-1/)
 *  [SpaceDogDeveloper](https://wordpress.org/support/users/spacedogdeveloper/)
 * (@spacedogdeveloper)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/yoast-seo-plugin-google-fetching-as-noindex-even-if-set-as-index-1/#post-3130156)
 * That’s an X-Robots tag, which is typically sent via server HTTP headers. Its 
   likely that its in your htaccess file, and not in a plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [(Yoast SEO Plugin) – Google Fetching as "noindex" even if set as "index"](https://wordpress.org/support/topic/yoast-seo-plugin-google-fetching-as-noindex-even-if-set-as-index-1/)
 *  [SpaceDogDeveloper](https://wordpress.org/support/users/spacedogdeveloper/)
 * (@spacedogdeveloper)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/yoast-seo-plugin-google-fetching-as-noindex-even-if-set-as-index-1/#post-3130006)
 * “noindex, nofollow” doesn’t prevent Google from fetching or crawling a page. 
   It is still there for all to see… including search engines. What it does do is
   signal to a search engine “don’t include this page in your index or follow links
   on this page”.
 * Just reread your post and realized I missed the point 😛
 * Check the source of the page and see if there is another plugin somewhere that
   might be adding a second noindex, nofollow… you might want to check your wordpress
   settings under “Privacy” to make sure your site isn’t set to be hidden from search.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Page Publish] Plugin: Facebook Page Publish](https://wordpress.org/support/topic/plugin-facebook-page-publish/)
 *  [SpaceDogDeveloper](https://wordpress.org/support/users/spacedogdeveloper/)
 * (@spacedogdeveloper)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-page-publish/#post-3026824)
 * Did you setup a Facebook application as per: [http://wpvideo.tv/wordpress-blog-posts-auto-feed-facebook-fan-page/wordpress/682/](http://wpvideo.tv/wordpress-blog-posts-auto-feed-facebook-fan-page/wordpress/682/)?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 errors on non-existant feeds](https://wordpress.org/support/topic/404-errors-on-non-existant-feeds/)
 *  [SpaceDogDeveloper](https://wordpress.org/support/users/spacedogdeveloper/)
 * (@spacedogdeveloper)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/404-errors-on-non-existant-feeds/#post-3002984)
 * 404 errors in GWT don’t necessarily need to “have existed” for them to show up.
   Its entirely possible there is a link pointing to these pages from either your
   site, or someone else’s site. Check the source in webmaster tools (the “linked
   from” tab).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [What has happened to our web site (black window hiding content) ??](https://wordpress.org/support/topic/what-has-happened-to-our-web-site-black-window-hiding-content/)
 *  [SpaceDogDeveloper](https://wordpress.org/support/users/spacedogdeveloper/)
 * (@spacedogdeveloper)
 * [14 years ago](https://wordpress.org/support/topic/what-has-happened-to-our-web-site-black-window-hiding-content/#post-2798609)
 * Could’ve been anything really. Updated theme files, subversion rollback, syntax
   error in the CSS… couldn’t say really.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [HTML to WP having problems](https://wordpress.org/support/topic/html-to-wp-having-problems/)
 *  [SpaceDogDeveloper](https://wordpress.org/support/users/spacedogdeveloper/)
 * (@spacedogdeveloper)
 * [14 years ago](https://wordpress.org/support/topic/html-to-wp-having-problems/#post-2796896)
 * The sidebar things you are seeing are the default sidebar.php widgets. Depending
   on your theme, you should be able to add new widgets under Appearance -> Widgets
   in the wordpress administration.
 * In a theme, a sidebar is usually called with the get_sidebar() function (or the
   dynamic sidebar if statement). In the code you have in the pastebin, it looks
   like you’re trying to call a “sidebar left” and “sidebar right”, but I can’t 
   see if you’ve registered your sidebars in the functions.php file, or if you created
   a sidebar-left.php and sidebar-right.php file.
 * As for the head tag.. I’d likely need to see your current source to figure that
   one out.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [HTML to WP having problems](https://wordpress.org/support/topic/html-to-wp-having-problems/)
 *  [SpaceDogDeveloper](https://wordpress.org/support/users/spacedogdeveloper/)
 * (@spacedogdeveloper)
 * [14 years ago](https://wordpress.org/support/topic/html-to-wp-having-problems/#post-2796890)
 * First off, according to the pastebin code your header.php file is missing the
   closing `</head>` tag, might be related to your issue, might not.
 * Secondly, when you relative link a file as you are here:`<link rel="stylesheet"
   href="wp-content/themes/cacnr/css/flexslider.css" type="text/css">` it will look
   for the file relative to the directory you are at.. for example, a file linked
   without an opening trailing slash (href=”file.css”) it will look for that file
   relative to the URL you are on (www.example.com/im-in-this-folder/file.css). 
   If the file doesn’t exist there, it will 404.
 * in the case of “wp-content/themes/cacnr/css/flexslider.css”, it will only find
   the CSS file on the root of the domain “example.com/wp-content/themes/cacnr/css/
   flexslider.css” but will 404 when you go elsewhere “example.com/subpage/wp-content/
   themes/cacnr/css/flexslider.css” <- not found.
 * You are right to use the template_url function to get the template URL, which
   appears to be, in your case, “/wp-content/themes/cacnr”. That is the url the 
   function will echo, so if you have a folder inside your theme folder called “
   css” with a file inside it called flexslider.css, then you would write it as 
   follows:
 * `href="<?php bloginfo('template_url'); ?>/css/flexslider.css"`
 * you can use this to access any folder in your theme.. lets say you have an images
   folder with a picture.jpg inside:
 * `<img src="<?php bloginfo('template_url'); ?>/images/picture.jpg" />`
 * I highly recommend installing the Firebug browser plugin if you haven’t. It will
   save you tonnes of time figuring out hair-pulling problems!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Trying to move the "Posted on" meta to beside the "Title" in a post…](https://wordpress.org/support/topic/trying-to-move-the-posted-on-meta-to-beside-the-title-in-a-post/)
 *  [SpaceDogDeveloper](https://wordpress.org/support/users/spacedogdeveloper/)
 * (@spacedogdeveloper)
 * [14 years ago](https://wordpress.org/support/topic/trying-to-move-the-posted-on-meta-to-beside-the-title-in-a-post/#post-2797891)
 * You’ll probably want to move the `<?php twentyten_posted_on(); ?>` inside the`
   <h1>` tag before the `<a>` tag and manually add a pipe:
 * `<h1 class="entry-title"><?php twentyten_posted_on(); ?> | <a href`…
 * You’ll also need to use CSS to re-style the content (unless you add a span or
   something to add the “entry-meta” class back in.
 * h1 tags are heading tags and the browser clears all content to the left/right
   by default.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [All IN One SEO not working](https://wordpress.org/support/topic/all-in-one-seo-not-working-2/)
 *  [SpaceDogDeveloper](https://wordpress.org/support/users/spacedogdeveloper/)
 * (@spacedogdeveloper)
 * [14 years ago](https://wordpress.org/support/topic/all-in-one-seo-not-working-2/#post-2797890)
 * The cache for your site states your site was last crawled by Google on June 4th,
   and the source shows there was no title tag then, which leads me to believe you
   just configured the plugin recently.
 * The first lesson you need to learn about SEO is patience. It does not happen 
   overnight. Wait for your site to be crawled and reindexed …although, judging 
   by your site’s content, I would not expect miracles. It looks spamtastic.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [What has happened to our web site (black window hiding content) ??](https://wordpress.org/support/topic/what-has-happened-to-our-web-site-black-window-hiding-content/)
 *  [SpaceDogDeveloper](https://wordpress.org/support/users/spacedogdeveloper/)
 * (@spacedogdeveloper)
 * [14 years ago](https://wordpress.org/support/topic/what-has-happened-to-our-web-site-black-window-hiding-content/#post-2798528)
 * Your footer is overlapping the content of the page.
 * add “clear: both;” to the #footer code in your CSS file and your content will
   reappear.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Robots, index and following](https://wordpress.org/support/topic/robots-index-and-following/)
 *  [SpaceDogDeveloper](https://wordpress.org/support/users/spacedogdeveloper/)
 * (@spacedogdeveloper)
 * [14 years ago](https://wordpress.org/support/topic/robots-index-and-following/#post-2788798)
 * [@rai](https://wordpress.org/support/users/rai/)@acuariopro.com I am discussing
   the robots meta tag directive, not the robots.txt file. There is a difference
   between the two.
 * See [http://www.robotstxt.org/](http://www.robotstxt.org/)
 * And yes, the robots meta directive is created with the Yoast plugin and there
   are many options to adjust them.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Robots, index and following](https://wordpress.org/support/topic/robots-index-and-following/)
 *  [SpaceDogDeveloper](https://wordpress.org/support/users/spacedogdeveloper/)
 * (@spacedogdeveloper)
 * [14 years ago](https://wordpress.org/support/topic/robots-index-and-following/#post-2788718)
 * The link canonical tag is an indicator to search engines as to which url is the“
   preferred version” of a page. I couldn’t explain it better than Google already
   has here: [http://support.google.com/webmasters/bin/answer.py?hl=en&answer=139394](http://support.google.com/webmasters/bin/answer.py?hl=en&answer=139394)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [404 Error for all posts/pages except homepage](https://wordpress.org/support/topic/404-error-for-all-postspages-except-homepage/)
 *  [SpaceDogDeveloper](https://wordpress.org/support/users/spacedogdeveloper/)
 * (@spacedogdeveloper)
 * [14 years ago](https://wordpress.org/support/topic/404-error-for-all-postspages-except-homepage/#post-2787806)
 * Assuming you’re using Apache, it it the apache 404 page you’re seeing or the 
   wordpress one? Does your .htaccess file have the wordpress rewrite conditions?
 * # BEGIN WordPress
    <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule
   ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME}!-
   d RewriteRule . /index.php [L] </IfModule>
 * # END WordPress
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [No RSS Feed](https://wordpress.org/support/topic/no-rss-feed-6/)
 *  [SpaceDogDeveloper](https://wordpress.org/support/users/spacedogdeveloper/)
 * (@spacedogdeveloper)
 * [14 years ago](https://wordpress.org/support/topic/no-rss-feed-6/#post-2788535)
 * Your RSS feed is here: [http://www.sparlingsincongo.com/feed/](http://www.sparlingsincongo.com/feed/)
 * The RSS feed icon on your site is pointing to [http://www.sparlingsincongo.com/Feedburner](http://www.sparlingsincongo.com/Feedburner)
   which doesn’t exist. You’ll want to point that icon to [http://www.sparlingsincongo.com/feed/](http://www.sparlingsincongo.com/feed/)

Viewing 15 replies - 1 through 15 (of 43 total)

1 [2](https://wordpress.org/support/users/spacedogdeveloper/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/spacedogdeveloper/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/spacedogdeveloper/replies/page/2/?output_format=md)