Want to take part in these discussions? Sign in if you have an account, or apply for one below
Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
blogurl.com/categoryname/name-of-post/ is a recipe for disaster. On top of duplicate problems, it will bring your blog to a crawl, because WordPress has no quick way to identify a post.
blogurl.com/postnumber/name-of-post/ and blogurl.com/name-of-post/postnumber/ are good for SEO, but both suck in terms of usability.
blogurl.com/date/name-of-post/ is imho the better one. It's good for SEO, and it's the best for usability.
D.
Erik,
The latter.
Mike
@rusty: I'd keep the slashes, personally, as it allows users to browse your site by trimming the url. but you may indeed have a point. if anyone has any kind of some kind of stats on this, I'd be delighted to see them.
@chuck: that one is even worse (see below)
@Michael: when you use something like %category%/%postname%, or %postname% for likewise reasons, several problems occur:
On the one side, you have no way to distinguish /my-cat/my-entry/ (the post in that category) from /my-cat/my-entry/ (the static page with a parent static page). this can become a nightmare in its own right.
On the other, if you have two posts with the same title at different dates, WordPress can start having all sorts of weird issues. Specifically, it may end up doing two or more round trips to your DB server before identifying what your visitor is expecting to see. And this can hog a server's resources quite extensively.
Adding a date or a post id in there fixes both issues: Your post urls no longer look like those of your static pages, and WordPress has a criteria that allows you to narrow down the user's request to a single post in one query.
D.
Weird... shouldn't you be meaning something an issue related to Apache without mod_rewrite? What really counts is mod_rewrite to be active. Can you confirm that your host has this active?
Denis
so... the issue was the /category, which dnrothwell wanted to get rid of for category links. You can change it to something else, e.g. /tag, but you cannot get rid of it.
blogurl.com/%postid%-name-of-post/ blorurl.com/2001/01/name-of-post/ (day omitted)
yes to both. the general idea is to avoid any odds of getting two or more results when WP asks itself "what am I going to display?"
D.
1 to 22 of 22