Linda Eg
Member
Posted 1 year ago #
I have just modified my theme, and now my page isn't showing anything other than my name at those pages which link to me... How can I figure out what I did? Or is there any other way to fix this... some kind of code or something?
http://www.lindaeg.dk
http://wordpress.org/extend/plugins/feed-reading-blogroll/
I am afraid, I don't understand you problem. I have just visited you blog and it looks fine to me. I couldn't find anything wrong.
Could you please post a URL of one of the pages that links to you with your name only on them?
Linda Eg
Member
Posted 1 year ago #
My own should be shown on the bottom of my own blogroll "Linda Eg" just added it when I tried to fix it... but you can also look at http://www.wooz.dk it should be at the bottom there too...
Thank you for you quick response, hope you can help me figure this out... :)
hm ... this is odd. It works on my blog: http://www.weinschenker.name/ I added a link to http://www.lindaeg.dk and it shows the title of your latest post.
Don't know what's going wrong on your blog or at wooz.dk. Have you tried to regenerate the javascript? There is a button on the JavaScript-tab on the plugin's admin-page.
Could you please press it and tell me if it fixed the problem on your blog?
Linda Eg
Member
Posted 1 year ago #
Does not work... odd that it works on your blog...
Anything else I can try? :)
First thing I would try, is to tell my plugin directly, what the feed-URL of your blog is.
How this is done is described at my wiki: http://wiki.weinschenker.name/feedreadingblogroll:addingfeedurls
If that does not help, you could try the following things:
* Check if it works on your blog with a different theme.
* You seem to have some kind of special GoogleAnalytics plugin installed. You could try to disable it for a short time. Maybe this helps.
* You could try the same this with GoogleFriendConnect.
Please remember that you have to save http://www.lindaeg.dk/feed as your RSS-URL and not http://www.lindaeg.dk!!!
Linda Eg
Member
Posted 1 year ago #
You caught that huh? ;)
Just went back to edit it... And It worked... but what about on everybody elses blogs...? Isn't there some kind of code I could put somewhere in my them, which guides the blogroll to the rss-feed? :)
No, the problem is that Google Feed Discovery does not know that the feed-URL that belongs to http://www.lindaeg.dk is actually http://www.lindaeg.dk/feed.
Normally, Google Feed Discovery should know that it is http://www.lindaeg.dk/feed, but it does not. At least not now.
Maybe Google will discover your feed anytime soon. But for the time being, entering the feed-URL manually, as you just did on your blog, is the only solution.
Linda Eg
Member
Posted 1 year ago #
So you don't think it has anything to do with me modifying the theme?
I am pretty sure that you are not guilty ;-)
Linda Eg
Member
Posted 1 year ago #
That's great :) And you think it might show up on the other blogs by it self or?
Yes, I would think so. If you want to check from time to time, you can go to the Google Code Playgroud:
http://code.google.com/apis/ajax/playground/#lookup_feed
There you can see this URL in the "edit code"-frame: http://www.flickr.com/photos/dlc0421
replace it with http://www.lindaeg.dk and press "run code". If Google has learned about your feed, it should show up in the bottom frame.
You can cross-check with e.g. http://www.jannika.dk/. Google already knows about her feed-URL (http://www.jannika.dk/feed).
I still think this is very odd. I can't understand why Google does not know about your feed :-(
Linda Eg
Member
Posted 1 year ago #
It IS very odd... and just when I changes my theme... so I was almost certain that I deleted or added something that messed it up... :)
I would have thought the same ... but as other blogs are affected as well, your changes cannot be the cause for this problem.
What I would like to know: did your blog ever show up correctly on the other blogs before?
Linda Eg
Member
Posted 1 year ago #
Yes, it has always worked just fine... or else I wouldn't have used the plugin... :)
Thought there was some kind of code or something in the theme that I either deleted or blocked somehow....
If I come up with another idea, I'll will post it here.
One last thing you could try, would be to switch to a different theme again and additionally delete you feed-URL from your link-manager.
I think when you tried the different theme a few minutes ago you were erroneously using http://www.lindaeg.dk as your feed-url, if I remember correctly.
Linda Eg
Member
Posted 1 year ago #
Does not work... and I know it worked fine with that theme before...
Was looking at my header.php Do you think I could edit somethin in that to make it work?
<title><?php if (is_single() || is_page() || is_archive()) { ?><?php wp_title('',true); ?> | <?php } ?><?php bloginfo('name'); ?></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="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php wp_head(); ?>
</head>
That code is 100% correct.
I see that your feed (http://www.lindaeg.dk/feed/) does contain exactly 3 articles.
Maybe that is to short. I still think that Google is causing this problem. Maybe it takes feeds from its index if they are too short.
This section from the WP-docu describes how to set the number of feed-items: http://codex.wordpress.org/Settings_Reading_SubPanel
The setting Syndication feeds show the most recent x posts.
Setting the number of items to 10 is the recommended value.
Linda Eg
Member
Posted 1 year ago #
Should it work the moment I chance these things? Because then it does not work :S You can see my wp theme files... am I right? Maybe you could see if i crewed it up somehow? Maybe because I don't have a header... with the name and so on?
Linda Eg
Member
Posted 1 year ago #
Just needed to write something here to activate the e-mail function :)
oohh I think I found it.
See this screenshot from your source-code. You can view it yourself if you visit you blog and view the sourcecode with your browser (I am using firefox).
The line that contains the link to your feed contains three doublequotes. That is one too much. There must only be two of them. That line is therefore invalid and Google cannot read it, I think. That's why Google does not know the feed-URL.
You have to remove the one in the middle, right before the RSS.
The redundant quotes are either contained in your header.php-file or in the admin-settings of your blog, where you set your blog's name.
That was a tough brain-teaser ;-)
Linda Eg
Member
Posted 1 year ago #
They're in my header... and as you can see in what i copied and pasted above... I put that doublequote there, just to see if it was missing... but it was not it, im sorry :)
Now that they are removed, Google should rediscover your feed within the next hours, I think.
Linda Eg
Member
Posted 1 year ago #
But I placed them there... just a few minutes ago... :)
Whatever the problem was, it seems to have gone away. On my blog, it works without saving your feed-URL separately.
Linda Eg
Member
Posted 1 year ago #
Yes... it actually started working just when I posted the one about blogroll... Typical! ;)
But thanks a lot for your help!