michaelarrington
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: location RSS auto-discovery URI?Thank you.
Forum: Fixing WordPress
In reply to: location RSS auto-discovery URI?Just in case I am missing something, here is all of the code from header.php after I made the change (and there are still all of these random feeds showing up in autodiscover):
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”https://www.w3.org/1999/xhtml”><head profile=”https://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” />
<!– leave this for stats –><link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”RSS” href=”https://feeds.feedburner.com/Techcrunch” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_get_archives(‘type=monthly&format=link’); ?><?php wp_head(); ?>
</head>
<body><div id=”page”>
<div id=”header”>
<h1>“>
<img src=”/wp-content/techcrunchbigger.gif” />
</h1>
<div class=”description”><?php bloginfo(‘description’); ?></div>
</div>
<img src=”images/line.gif” width=”433″ height=”1″ alt=”” />Forum: Fixing WordPress
In reply to: location RSS auto-discovery URI?Hi, thank you.
I found all of that code and changed it to this:
<link rel=”alternate” type=”application/rss+xml” title=”RSS” href=”https://feeds.feedburner.com/Techcrunch” />
but the autodiscovery seems unchanged (I did remember to save the file, refresh, etc.). Any ideas?
Also, where are these “rss_url”s mentioned in the old code (what you wrote above) located anyway?
Forum: Fixing WordPress
In reply to: Sidebar woes – Benevolence Themeok, got it fixed. thank you very much.
Forum: Fixing WordPress
In reply to: Blog not working in IEThat’s it! It was a stupid pciture that I posted a month ago that was too wide. It resized nicely on firefox, but it screwed the whole site up on IE. Yuck. Well, thank you very much everyone (especially Root) for your help.
Forum: Fixing WordPress
In reply to: Blog not working in IEWhen I deleted the default theme and re-loaded it, it deleted all changes I made to the previous theme, as well as the personal header image, so it can’t be that. Also, when I changed the theme entirely, the site still doesn’t look right on IE. There is something else going on here…and way beyond my ability to fix as far as I can tell. Root, if you have any other suggestions, I will appreciate it! Thanks.
Forum: Fixing WordPress
In reply to: Blog not working in IEI’ve tried the change suggested above. I’ve also deleted and re-uploaded the theme, and have tried different themes. There is always a problem on IE. Are there other settings on wordpress that are incorrect? I am at a total loss.
Forum: Fixing WordPress
In reply to: Blog not working in IEnothing except for adding the header picture. I will try removing that and see if it fixes the problem.
Forum: Fixing WordPress
In reply to: Blog not working in IE# What version of WordPress you’re running – 1.5
# A link to your site- https://www.arrington.us
# Steps to recreate the problem – view the site in IE
# Things you’ve tried and places you’ve searched for a solution – on this site.
# What sort of server you’re on (If it’s relevant) – i don’t know. I use hosting at a company called 1&1.
# The version of PHP and MySQL you are using (If it’s relevant) – I don’t know.Forum: Fixing WordPress
In reply to: RSS Problem in 1.5Yes, I now notice bloglines is not updating the feed at all, or wordpress isn’t. Is this something I can fix or do I need to just wait it out?
Forum: Fixing WordPress
In reply to: RSS Problem in 1.5You guys rock. Thanks!