glutnix
Forum Replies Created
-
Forum: Plugins
In reply to: Foldable page list (WP 1.5)Great work! Would be nice if I could use this for Categories too…
Forum: Everything else WordPress
In reply to: Anyone Succeeding with 1.5.1?both http://inner.geek.nz/ and http://www.webfroot.co.nz/ are upgraded and feeling good!
Had to apply the RSS fix, and we’re sweet…
Forum: Fixing WordPress
In reply to: .htaccess & Permalinks ProblemI think I just figured out what’s happening with my similar problem:
First, this is how my site is set up (it’s on a lan, so the urls will be invalid)
Options > General page:
WP address:http://justfocus.dev/articles
Blog address:http://justfocus.dev/articlesGeneral > Permalinks:
Structure:/%year%/%monthnum%/%day%/%postname%/
Category Base:/categoriesThere is a hidden option which throws spanners in the works, so check it to be sure:
In the wp_options table there is an option called blogfilename. Mine is set to/articles/Right. Now the problem is that even though my blog is set up in /articles/, WP insists on writing to /.htaccess for it’s permalink structure. I think I solved it by
- moving /.htaccess to /articles/.htaccess
- manually editing /articles/.htaccess and replacing all occurances of
/index.php?with/articles/index.php?.
WordPress still thinks the blog homepage is at /articles/, but because I’m using a heavily modified theme, it’s not affecting me yet.
Forum: Your WordPress
In reply to: Webfroot.co.nz — Not your ordinary WPOur team was myself and one other person, SmileyChris who did most of the javascript stuff
Thanks for the kind feedback 🙂