stonegatherer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error: I don’t syndicate tag:radgeek.com/projects/….I would like to thank whooami and spencerp for providing no help at all, just nixing my slightly different thread that might have got answers
You two need nix’ed ….. you are lazy
Forum: Fixing WordPress
In reply to: Error: I don’t syndicate tag:radgeek.com/projects/….Bump
Forum: Fixing WordPress
In reply to: Error: I don’t syndicate tag:radgeek.com/projects/….Bump
Forum: Fixing WordPress
In reply to: Error: I don’t syndicate tag:radgeek.com/projects/….Yes I have de-activated and tried it out.
Error is coming from the FeedWordPress plugin as I located the line in the code that produces the error message:
function log_feedwordpress_update_complete ($delta) {
$mesg = array();
if (isset($delta['new'])) $mesg[] = 'added '.$delta['new'].' new posts';
if (isset($delta['updated'])) $mesg[] = 'updated '.$delta['updated'].' existing posts';
if (empty($mesg)) $mesg[] = 'nothing changed';error_log("[".date('Y-m-d H:i:s')."][feedwordpress] "
.(is_null($delta) ? "Error: I don't syndicate that URI"
: implode(' and ', $mesg)));Forum: Your WordPress
In reply to: Leftard.comAh, sorry about that, didn’t realize what forum this was in, and that this form even existed.
Forum: Your WordPress
In reply to: Leftard.comIsn’t this a support forum? Leftard = spammer.
Forum: Fixing WordPress
In reply to: Sidebar not appearingit goes to the bottom when the content is too wide, i believe
Forum: Fixing WordPress
In reply to: Sidebar missing after editingI am going to take a guess that some how your “body” has gotten to wide, or possibly the restthisspace image is
doing it? Try reducing the banner size, 728 X 90 is not
a normal size.Forum: Themes and Templates
In reply to: WordPress Designer neededsplanters
how about posting a vaild url?
at least Terry did.
Forum: Fixing WordPress
In reply to: Sidebar missing after editingI can’t help without the url.
Forum: Fixing WordPress
In reply to: Posts not visible to visitorsYour posts are there. They are at the bottom of your page.
Your blog body appears to be to wide by a few pixels. Did
you change something recently?You could reduce the width of the sidebar in the stylesheet
and that might fix the problem.Forum: Fixing WordPress
In reply to: RSS FeedThanks Jared.
Just out of curiousity, do you know what Yahoo
is looking for? It duplicated all my blog entries …..Forum: Fixing WordPress
In reply to: RSS FeedOKay so I used RSSAuthenicator and it told me my feed was located at:
http://www.MYDOMAIN.net/?feed%3Drss2
So then I tried to add it to MyYahoo and it showed that there have been no new items in the past 5 days, which is wrong.
Forum: Themes and Templates
In reply to: New Theme: Be NiceGreat design. Good job.
Forum: Fixing WordPress
In reply to: RSS FeedSee this is where I am getting confused,
I don’t have a folder called myurl.com/feed/
so I get a 404 when I try to view it.When I try to get to myurl/feed/rss I get
a “Page could not be displayed” error.