nickaster
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Having “continue” only appear when needed…Got any other ideas for how this might work? I know it was standard back in the movable type days…would this require a plugin?
Forum: Themes and Templates
In reply to: Where is my RSS template???Thanks! I assume this is normal? I mean, this is the latest download of WP.
At the end of the day, all I’m trying to do is solve two problems:
1) The post author is missing from a special RSS feed I set up. I just need to know what to put between <author>…and….</author>
2) The <description> field – ie, the story body, does not have any line breaks in it.
I can’t remember where I got the template from that I built the special one with, but I recall someone telling me it was the “normal” RSS template, but maybe it wasn’t. 🙁
Thanks for the help so far!
Forum: Themes and Templates
In reply to: Where is my RSS template???Okay, thanks. Right, technically those files are present, but none of them are real files, they have a “depreciation” message and some just some php in them.
For example, here’s the content of wp-rss2.php:
<?php /** * Redirects to the RSS2 feed * This file is deprecated and only exists for backwards compatibility * * @package WordPress */ require( './wp-load.php' ); wp_redirect( get_bloginfo( 'rss2_url' ), 301 ); ?>So, where are the real templates? How can i actually get in there to learn anything?
Forum: Themes and Templates
In reply to: Where is my RSS template???Thanks!
I’ve been through that and it suggests that there are various “templates included in wordpress” .. wp-rss2.php and so on. But i can’t find any of those anywhere in my installation.
Am I looking in the wrong places? I’ve literally been through every folder.
Forum: Fixing WordPress
In reply to: Displayint Author in RSS feedI’m trying it like this:
<author><?php the_author() ?></author>
But that displays nothing. What do I need to do?
Forum: Fixing WordPress
In reply to: Displayint Author in RSS feedAgain, this can’t possibly be hard…. I just need the php to pull the author’s name, doesn’t even have to be a link!
Forum: Fixing WordPress
In reply to: Having “continue” only appear when needed…esmi, thanks a million. Yeah, I’m using <!–more–> … your suggestion did something really weird – it printed out the first section of every post 2x and ignored the second part alltogether…
Any idea what went wrong? Thanks!
Forum: Fixing WordPress
In reply to: Displayint Author in RSS feedThis can’t possibly be difficult? Anyone know the PHP/WP?
Forum: Requests and Feedback
In reply to: Why are images linked by default?OK…. so I did this and new authors are apparantly still getting the link by default. Is it possible something is wrong with that code? What’s the exact way to include it?
update_option('image_default_link_type' , '');Like, do i just past that exactly in there? Isn’t there supposed to be some <?php something or other around it?
Forum: Fixing WordPress
In reply to: RSS/PHP HELPOkay – fixed the author thing, but anyone know why line breaks wouldn’t be properly getting into the feed?
Forum: Fixing WordPress
In reply to: Smart pasting in visual mode? Including HTML, Links etc…Anyone ever gotten this to work?
Forum: Fixing WordPress
In reply to: RSS/PHP HELPAlso – out of curiosity… how do I get Author Name into the RSS feed? Seems to be missing!
Forum: Fixing WordPress
In reply to: Where did this weird background come from?ah ha! Thank you. It must be coming from “disqus” since that’s where that style is coming from. I’ll send them a message… thanks!
Forum: Plugins
In reply to: Facebook-like “Like this” plugin?Solid, got it rolling, thanks!
Curious – does anyone know how to track who “likes” your stuff? It seems to be working and I can see that “3 people like this…” and so on, but doesn’t seem to be a way to tell who they are.
Anyone know how?
Forum: Fixing WordPress
In reply to: Facebook “like” buttonsOh god, I’m retarded. /iframe. Thanks guys.