green eyed one
  • Name: Heather Reisig Windsor Alias: Grnidone
    What I do: SEM, Usability

·:[ June 8, 2006

Wordpress: How to Alphabetize posts

Filed under: Wordpress — Heather @ 5:57 pm

I looked for this forever before I happened to stumble across it.  It is a cool little tutorial on how to alphabetize posts:

http://codex.wordpress.org/Alphabetizing_Posts

Here’s something else I learned about wordpress:  all parts of the query to the database are named to a function.  So, if you’re struggling to do something, like show ONLY the category name at the top of all category pages, you need to know that the function of the category pages is:  single_cat_title().

The other handy thing to know is that the naming schemes for the functions are not consistant, so you’ll probably need to search through the docs.  It ain’t something you can just figure out.

• • •

·:[ March 20, 2006

Wordpress: 404 Error On All Pages.

Filed under: Foo, Wordpress — Heather @ 2:49 pm

It took me forever to figure out this issue. No matter what I did, I kept getting a 404 error on all of the “Pages” I made in Wordtracker. The pages were in the database, and were even showing up in my left hand navigation under the category of “Pages”, but when I clicked to see the page, I got a 404.

I went round and round checking everything. The database, the rights on every file, everything. It wasn’t until I messed with the .htaccess file that I found the issue. (And yes, that was the *last* thing I tried. Wouldn’t you know…)

The solution, is rather simple. The culprit was my .htaccess file. Each “page” that is made has it’s own entry in the .htaccess file, and since my .htaccess wasn’t directly writable by wordpress, I’d get an error after I made each page. Unless I uploaded a new .htaccess file from the Options > Permalinks admin page.

So, in order for this *not* to happen in the future, you can either make your .htaccess file writable by changing your file options to 666 in your FTP program or via a terminal window, or you can reload a new .htaccess file after you get all your static pages made.

Now ya know.

• • •
Powered by: WordPress • Template by: Priss • Modified by: design.mivox