Newbie, Please be kind. RSS troubles and Blog Lag
-
Hello.
I uploaded 1.5 a few weeks ago, then the newest today. I also changed the skin I was using…this was my first time doing so.
Two things happened and I cannot seem to fix, no matter how many articles I read.
One, my blog is lagging BAD. It takes MINUTES (I am on cable…) to load not the fast few seconds like it used to.
Also, I had a syndicate link to LJ and that no longer works. I’ve been told my RSS feed is probably messed up…its greek to me.
I do not have a header/footer/sidebar style sheet, just a main one.
This is a segment of the coding that shows the RSS stuff, I just dont know what to tweak or anything?
<!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 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”application/rdf+xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
<link rel=”service.feed” type=”application/atom+xml” title=”Atom0.3″ href=”<?php bloginfo(‘atom_url’); ?>” /><link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php wp_head(); ?>
</head>
<body>
<div id=”wrap”>
<!– S T A R T T I T L E H E A D B A R –>The blog is located at: https://www.luckylibra.com/bloggy/index.php
THank you in advance for your help ??
- The topic ‘Newbie, Please be kind. RSS troubles and Blog Lag’ is closed to new replies.