nickaster
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Displayint Author in RSS feedA land of nothingness? I’ve also seen this concept:
<dc:creator><?php the_author() ?></dc:creator>But that nukes the feed. Does nobody know some php to do this?
Forum: Requests and Feedback
In reply to: Getting Rid of Appostrophes in URLsInteresting… that’s good news, I guess. I have a lot of plugins so god knows what might be causing it. I’ll experiment around and see what I can do. Good to know this isn’t normal. Thanks!
Forum: Fixing WordPress
In reply to: Having “continue” only appear when needed…Phenomenal! IT worked! Thank You!!!
Forum: Themes and Templates
In reply to: Where is my RSS template???Thanks!
Okay… so… I was thinking maybe it was some kind of format, 2.0 thing, but not so sure.
If I copy the code verbatim from that Yoast site, it does work exactly as predicted.
If I slap in
<dc:creator><?php the_author() ?></dc:creator>between the <item> part then it nukes the whole feed. It’s obviously the “dc” thing because if I put in<dc:creator>FOO</dc:creator>It still nukes it. If I put in <author>FOO</author> then it does in fact print out “FOO” correctly in the resulting RSS…CDTA thing isn’t working either, but we’ll get to that one…
Forum: Themes and Templates
In reply to: Where is my RSS template???Excellent, thank you. Yeah, that appears to be essentially the same thing I did. There are only a couple things it’s missing:
1) No Author Field
2) I need the posts to be full text, not just excerpt and therefore to include line breaks and paragraph formatting and all that.I’m mystified as to why this isn’t some simple one-liner of code (well, two liners).
Any thoughts?
Forum: Fixing WordPress
In reply to: Having “continue” only appear when needed…That paste bin still failing?
Forum: Themes and Templates
In reply to: Where is my RSS template???GOD. Thank You.
So…. in the RSS2 template it seems to use
<dc:creator><?php the_author() ?></dc:creator>instead of <author>.
Naturally if I use this in the template I created it kills the whole thing… But at least there is something to look at now.
DOES ANYONE KNOW HOW TO CREATE A CUSTOM RSS FEED IN WORDPRESS????
The only thing I’m trying to do here is create a FULL FEED rss feed for someone with some minor differences from the main RSS feed. It’s really that simple. I have been working on this for two fucking weeks!!! What the fuck is wrong with this software that makes this so bleeping hard???
I have found ONE SITE that seems helpful, and it’s only flaw is the lack of <author> and the messed up paragraphs.
Are there ANY OTHER instructions out there to do this?
THANK YOU!!!
Forum: Themes and Templates
In reply to: Where is my RSS template???yeah, nothing, totally blank again!
Forum: Themes and Templates
In reply to: Where is my RSS template???I’m fairly sure this is the site where I got the instructions from:
http://www.livexp.net/wordpress/custom-rss-feeds-in-wordpress.html
For what it’s worth….
Forum: Themes and Templates
In reply to: Where is my RSS template???Christ on a popsicle stick…
Nothing. That code just produces blankness, like this:
<author></author>
Why in god’s name is this not some super easy, standard code? It’s just “slap the author’s name in” ….
Forum: Requests and Feedback
In reply to: Why are images linked by default?woah. I had NO idea that page existed. Thanks!
So, curiously, it is in fact blank. I will have to double check this, as what I actually edited was functions.php, not options, so maybe this was already ‘fixed’, but I swear new users are still getting the stupid link in there. I’ll have to do an experiment. Stand by.
Forum: Fixing WordPress
In reply to: Having “continue” only appear when needed…hmm… that’s weird. I just tested it in a couple browsers and on someone else’s machine… they say it worked.
Forum: Fixing WordPress
In reply to: Having “continue” only appear when needed…Right on, thanks! Here it is:
Forum: Themes and Templates
In reply to: Where is my RSS template???Okay awesome thanks. Yes, I think I must have used one of those examples when I did this.
Notice that <author> is not included in either example? That’s what’s been driving me nuts!
How do I get <author> in there?
Forum: Requests and Feedback
In reply to: Why are images linked by default?Hey, anyone got an obvious solution other than the one above? I added that line to options.php and no luck, new users still are doing the dang link by default