iand
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Extra Archive Link “0”There is an answer here somewhere, I think it had something to do with a post getting data pre 1970 (or an erroneous date anyway) in the database.
Solution here?:
http://wordpress.org/support/topic/21270Forum: Fixing WordPress
In reply to: Ryan’s Theme-switcher plugin not working!You probably have some blank spaces after the last ?> in the plugin file. Delete them and all should be good.
You might also want to read:
http://codex.wordpress.org/Answers-TroubleshootingForum: Fixing WordPress
In reply to: Using my skinsIf you replace all the b2 tags with equivalent wordpress ones it should be ok.
Forum: Fixing WordPress
In reply to: WordPress 1.5 on OS X Server 10.3.9Good luck. You could go with the index.php/nice-permalink method if all else fails.
Forum: Fixing WordPress
In reply to: WordPress 1.5 on OS X Server 10.3.9I just had the same thought. Maybe this is it?
http://wordpress.org/support/topic/6207Have you tried googling for something like ‘mod_rewrite OS X server’ rather than WordPress specific? It might give you more avenues to explore.
Forum: Fixing WordPress
In reply to: WordPress 1.5 on OS X Server 10.3.9Did you stop/start apache after making the changes?
turn off/ turn on personal web sharing
orsudo apachectl gracefulin terminalOne other suggestion is to remake and re-chmod .htaccess as described in the other thread.
Forum: Fixing WordPress
In reply to: WordPress 1.5 on OS X Server 10.3.9I think you need this in httpd.conf (or username.conf)
<Directory "/path/to/blog">
Options FollowSymLinks
AllowOverride All
</Directory>This might be worth a read too, there is some .conf fiddling described.
http://girtby.net/offerings/wordpress-osx-local-mirrorIf that doesn’t work I’ll check mine tonight and post what I have.
Edit: Thought I had posted this before:
http://wordpress.org/support/topic/31333Forum: Fixing WordPress
In reply to: Upgraded to 1.5.1.2 now slow loginsMy dashboard page seems slow to load at the moment, so maybe a temporary problem where the feeds there are coming from?
Forum: Fixing WordPress
In reply to: Importing from NucleusHave you tried all of these?
Forum: Fixing WordPress
In reply to: Adding a tagline after WP setup, can it be done?The tag
<?php bloginfo('description'); ?>should be used as it is, it will return the content of the tagline box in your admin panel. You don’t need to anything else to it to use in your template.Forum: Fixing WordPress
In reply to: Monthly Archives Only Showing 5 at a TimeOdd, I’ve used it ok on versions from 1.5 onwards. Have you checked to see if there are any whitespaces in the plugin file?
Forum: Fixing WordPress
In reply to: Monthly Archives Only Showing 5 at a TimeYep, save as perpage.php or something and put it in the plugins directory.
Forum: Fixing WordPress
In reply to: Monthly Archives Only Showing 5 at a TimeThe following allows you to set the number of posts for various views:
http://rephrase.net/miscellany/05/perpage.phpsForum: Themes and Templates
In reply to: Gap between category links#sidebar ul.children {
margin-bottom: -20px;
}
Seems to work, at least in WinXP/Firefox. There might be a more elegant solution somewhere though.Forum: Themes and Templates
In reply to: WordPress 1.5Help yourself from here?
http://static.wordpress.org/archive/