khalido
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 2.0 not displaying front pageIt started working now… not sure what it fixed.
Forum: Installing WordPress
In reply to: Blank home pageI’m having the same problem with WP 2.0… shows a blank home page. Have been going through the forums for the past two hours… still haven’t managed to figuire it out.. tried the above but it didn’t work.
Forum: Fixing WordPress
In reply to: Comment count.Tried that. but it didn’t work!
Forum: Fixing WordPress
In reply to: Movable Type CommentsI am having the same problem – the comments show up below the post but the number of comments still displays zero!
Forum: Requests and Feedback
In reply to: permalink by categoryIs it possible to have a different template for a category, and then another different one for a subcat?
Forum: Installing WordPress
In reply to: One database enough?<i>This is just a shot in the dark, but can a DB name contain underscores and hyphens?</i>
DB names can certainly have underscores (mine does). Not sure about hyphens.Forum: Requests and Feedback
In reply to: permalink by categoryThis is looking great! I’ve been waiting for this functionality for a long time… will this be part of WP or a plugin?
also, instead of /archives/category-one/my-post can it just be
/category-one/my-post – I see no reason to place archives in the structure.Forum: Fixing WordPress
In reply to: Categories in URLSuppose I file a entry in two categories, books and reviews.
Why not have two urls pointing to it:
example.com/reviews/Catch-22/
example.com/books/Catch-22/
Both links are relevant. I don’t care if search engines take this amiss – this information is usefull to me. Or, if WordPress can have an option designating one category to be the primary – either which way. I think the above example could be implemented with not too much trouble, as it’s just a matter of taking the category from the database – the code should be the same as that of taking the post title and dirifying that.
So can someone with a knowhow of php pls. comment on this? is it easily possible?Forum: Fixing WordPress
In reply to: Categories in URLTo answer the above question, why not use all the categories? Have multiple urls pointing to a entry with multiple entries, as I said in the first post. After all, WP is a dynamic system, so why not get out of the habit of thinking about it statically – have as many pointers to an entry as you want.