trepryor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Second Post…. Comments not workingI may be having some similar situation.
Comment links show up, but when you click, you get no form. I’m baffled.
For me, I can post fine but adding a Link is the problem. It’s not Firefox or IE and I don’t have a firewall installed, only AntiVirus. This didn’t happen before I upgraded from 1.2 to 1.5 so it’s something to do with WordPress. None of the items in: http://codex.wordpress.org/Enable_Sending_Referrers did the trick.
Deleting Cookies didn’t work.
Where is the .htaccess file located?
Re: “verify that the siteurl setting in the wp_options table of your database is set to the root folder of your WordPress installation”
How can this be accomplished?
I really love WP but problems like these are so frustrating. Please help if you can.
Forum: Fixing WordPress
In reply to: Links Not SortingI’m running 1.2.1 and haven’t modified anything related to the links and they’re still sorting by ID (when they were created) rather than by name.
I’ve looked in
/wp-includes/links.php
and as far as I can tell, it’s supposed to go with the default, right? here’s the snippet:
function get_links_list($order = ‘name’, $hide_if_empty = ‘obsolete’)
What am I missing? TIA!