selcouth
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: PostgreSQLCount my vote in for PostgreSQL. I’m using WordPress with MySQL anyway (because I simply couldn’t wait) but PostgreSQL would be wonderful.
Forum: Fixing WordPress
In reply to: Javascript style switcher and PermalinksYea I was actually just thinking of switching to a PHP one. The one you linked is to switch between WP themes. I found one to change my CSS and it all works. Thanks for the idea!
Forum: Fixing WordPress
In reply to: Javascript style switcher and PermalinksUpdate: It appears to not get the style when you go to the link http://host.com/postname/ but it works fine with http://host.com/postname – Try it for yourself: http://selcouth.com/standards-shmandards/ vs http://selcouth.com/standards-shmandards (set a different style). I changed permalink option to /%postname% (without the trailing /) but it adds it after I update permalink structure.
Forum: Fixing WordPress
In reply to: Link entry’s RSS feed for browsersI came up with a solution that isn’t really pretty (since I’m using /%postname%/ permalinks) but works.
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://host.com/?feed=rss2&p=<?php the_ID(); ?>" />