nickaster
Forum Replies Created
-
Forum: Themes and Templates
In reply to: php Question – camel caps?Totally awesome. Thanks!
Forum: Themes and Templates
In reply to: php Question – camel caps?Hmm…. darn, doesn’t do anything. Oddly, it still returns the name of the tag and doesn’t throw an error, but no caps. Must be something really simple I’m doing wrong no?
Forum: Themes and Templates
In reply to: Tag Description on Tag.phpWell, I’ll be dammed… here it is:
<?php echo tag_description(); ?>
I just needed the “echo” in there. Thanks for the kick in the right direction.
Forum: Themes and Templates
In reply to: Tag Description on Tag.phpummm…. okay. shoot man, I really don’t know php well enough to make even a dent in that. Why would I need that much code just to show the description of a tag? All I want to do is slap the description of the tag on its page, if the description exists.
I just tried slapping that code exacting in the template and it just kills the page – stops loading completely when that code strikes.
Forum: Themes and Templates
In reply to: php Question – camel caps?umm… cool. so… CSS isn’t going to help because it’s the title field I’m working with. How would I go about sticking that ucwords thing in there? I know basically zero php.
Is it something like this?
<?php $foo = single_tag_title(); $foo = ucwords($foo); echo $foo; ?>That’s a seriously illiterate guess…
Forum: Fixing WordPress
In reply to: Flash Uploader SkunkedWoah! Dude, negatory. Recursive 766 on the wp-content directory resulted in the entire site showing blank pages on all pages. Very odd. Switched to 755 and the site is back.
Cleared browser cache and problem persists. But it does not persist for other users, it’s specific to me.
Forum: Fixing WordPress
In reply to: Easy way to allow Embed Code?Yeah, role scope was so complicated it just threw me into a pool, plus it caused all kinds of problems.
Do you happen to know if capsman will allow me to restrict certain categories from certain authors? I just looked through their docs and can’t see any thing like that.
Forum: Fixing WordPress
In reply to: Flash Uploader Skunkedhmmm… no – the crazy thing is it happens on two machines, three different browsers.
Forum: Themes and Templates
In reply to: Print Stylesheet Failure….Hey wow! It actually works in ie8. That shows how often I use IE. Wait a minute… now it works.. sheesh, must have been a caching thing. Sorry about that.
Forum: Themes and Templates
In reply to: Custom Tag PageDang! Well that works. Thank you!
Forum: Fixing WordPress
In reply to: Invalid RSS Feed…..Chuck thanks! That worked.
This seems pretty distressing to me that it would just conk out like that. If any WP moderators are reading this, I would suggest those lines (or similar) be included by default.
When the next WP upgrade comes, I suspect my changes will be over-written unless a change is made!
Forum: Fixing WordPress
In reply to: Invalid RSS Feed…..so…
I see a lot of people get this problem now – it gives the error “Blank line before XML declaration”
I still haven’t figured out why it’s happening but it really bothers me that after months of flawless performance this kind of thing just “happens”.
Forum: Fixing WordPress
In reply to: Custom Default AvatarSo – dig this beat:
Do you know nay magic code to make it so the default for a commenter is different from the default for an Author? I’d like the Authors to look one way by default, and the commenters to be something else!
Forum: Fixing WordPress
In reply to: Custom Default AvatarOutstanding. Works like a charm!
Forum: Plugins
In reply to: Impact of Each Plugin on PerformanceExcellent. I think I have my weekend goal. Here’s question number one.
After tinkering I put things back the way they were before. Still 74 queries but suddenly the time is crazy faster:
<!– 74 queries. 0.432 seconds. –>
Nothing at all is different from before. Could this just be a matter of the time of day and the general traffic load?