I would like to create directory like structure in Wordpress. The best example you can see here. So some products with additional information stored in custom fields (price, version and so on). Also I need links to be SEO friendly. Do you know about any tutorial or plugin that can handle this ?
+1
A:
WordPress does this natively.
In the admin panel, go to Settings -> Permalinks and change the structure as desired. It has lots of instructions and links to help you.
John P Bloch
2010-07-23 21:56:31
Links are just a second part of the question. Main problem is, how to create directory structure in WP for custom products (e.g. books) ?
chubbyk
2010-07-23 22:12:13
Check out Matt Wiebe's 'Smart Post Types' Code here:http://somadesign.ca/projects/smarter-custom-post-types/
John P Bloch
2010-07-24 15:58:54
A:
You can read about WordPress permalinks in the docs. They allow you to create custom formats for your URLs.
Pat
2010-07-23 21:58:27
Links are just a second part of the question. Main problem is, how to create directory structure in WP for custom products (e.g. books) ?
chubbyk
2010-07-23 22:06:04
Do you mean add a segment to the URL so that all "book" URLs would look like: www.yoursite.com/books/book-title?
Pat
2010-07-23 22:32:25
Lets say I would like to create exactly the same as you can see on page I provided in my question.
chubbyk
2010-07-23 23:05:50