Chris
Forum Replies Created
-
Forum: Plugins
In reply to: Hacks and 1.1 betaThe dodo archives. I fix it every time I upgrade but after the multiple categories, I can’t get the categories to list properly.
Forum: Plugins
In reply to: Hacks and 1.1 betaI’m using the archives hack and everything is working fine but categories ??
Forum: Fixing WordPress
In reply to: search hiliteIt doesn’t work ??
Oh well, thanks.Forum: Everything else WordPress
In reply to: Converting Things to LowercaseI use css to style my titles already.
You could create classes to style the entries, which, in my personal opinion, is preferred over direct hacking of the code, since future upgrades my result in having to re-hack the code all over again.
I did not hack any code..
Why spend all day setting up nice styles for my tool tips? I just simply wanted all the titles in lowercase ??Forum: Fixing WordPress
In reply to: Categories title on main page. Can it be done?You can use:
<?php bloginfo('name') ?> the name of your blog
<?php single_post_title() ?> the single post title
<?php single_cat_title() ?> the category title
<?php single_month_title() ?> the month title
Outside the wp loop.. You may find more info on this in WordPress’s template docs.Forum: Requests and Feedback
In reply to: the_category()I changed the template-functions.php and removed the list item for the_category. I find the forcing of us (wp users) to use lists all the time slightly annoying but wp is free so I’m content to alter the files to suit my needs.
Forum: Fixing WordPress
In reply to: Category SeparatorNo, nuclear I mean they have it spelled “seperator” in WP. The correct use would be “Separator” as I used it to label this post.. You misunderstood me.
Thanks Allusion.Forum: Requests and Feedback
In reply to: Bug or not?My quotes are still coming out wrong, mainly this happens in firebird. Anyone else having this problem?
Forum: Requests and Feedback
In reply to: Bug or not?I’m also having problems with curly quotes. Words like “I’m” are coming out I’m but only in some posts.
Forum: Requests and Feedback
In reply to: next/pervious dayYes, I know there’s posts paged but I always display my posts by 1 day. It’s more understandable to go to the next day’s posts then to the next 3 posts paged. Or at least to me it makes more sense.
Forum: Fixing WordPress
In reply to: Archives hackIt would be nice if some of these archive hacks added “Protected:” for the protected posts and “untitled” for untitled posts..
Forum: Requests and Feedback
In reply to: Automagically closing comments after X time.I agree.
Forum: Fixing WordPress
In reply to: links.weblogs.com.php errorok I fixed it, the only problem was the page with the links on it was not in the same directory as the cache file. So I moved the cache and no more errors. Weird.
Forum: Fixing WordPress
In reply to: links.weblogs.com.php errorOh, I forgot to add that the weblogs cache file is being updated..
Forum: Plugins
In reply to: Hacks SectionAlex, I have a lot of old style sheets from my many designs. They haven’t been checked over and made all that compliant but I’d love to wrap them up and send them over to you to help out with a layout section. I promise to clean them up a little ??