Nomad
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Category-less PostsHey, TechGnome. Any progress on this plugin yet?
NomadForum: Fixing WordPress
In reply to: Chapter Based Posting OrderIf you want this global for the blog, insert a line at the top of index.php, just before the require_once(‘wp-blog-header.php’):
$order='ASC';What if you only want to change the order of posts in one category?
Forum: Fixing WordPress
In reply to: Category-less PostsThat’s awesome, TG. I’ll look for more news from you on that.
Thanks.Forum: Plugins
In reply to: Alphabetical Sorting of Categoriesbut the more spaces you have in front of the category, the higher it will appear in the sorted list.
That doesn’t seem to be working for me. I’m adding spaces using the admin Categories screen and edit function, putting spaces in front of the titles. Is that how it’s supposed to be one?
Forum: Fixing WordPress
In reply to: Reorder Post in One Category Only?Bump. Still there, TechGnome?
Forum: Fixing WordPress
In reply to: Reorder Post in One Category Only?That’s what I’ve got installed–1.2 Mingus.
Forum: Fixing WordPress
In reply to: Parse ErrorThank you, Podz. Actually, I was able to fix it by using a file I found here:
http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/wordpress/wordpress/wp-includes/kses.php
Everything seems to be working fine now. (Still don’t know how I broke it, but I’m making safety copies of EVERYTHING from now on…)Forum: Fixing WordPress
In reply to: Size of Popup Comment WindowOddly enough, adding resize=yes to the javascript in template-functions-comment.php had no effect at all, even though when I set the scrollbars to No, THAT worked.
Oh well. I made the comments window bigger. Maybe that will be good enough.