• I need to set up categories with duplicate subcategories. For example…

    DVD
    – Previews
    – Reviews

    Blu-Ray
    – Previews
    – Reviews

    I’d like to have the URLs something like this…

    /dvd/previews
    /dvd/reviews
    bluray/previews
    bluray/reviews

    But that cannot be done because the slugs need to be different. I see variety.com does this but not sure how. I thought of using separate pages instead of categories but that would be rather tedious and probably not the correct way to do it.

    What is the most effective way of doing this?

Viewing 1 replies (of 1 total)
  • This can be done with custom rewrite rules (RewriteCond)…each Preview or Review (sub-cat) will in fact have a custom slug, but when /dvd/previews is navigated to, the actual content grabbed would be dvd/previews_custom_slug

    Not going to write them for you, but this is a common method to do so…

Viewing 1 replies (of 1 total)
  • The topic ‘Setting up categories & subcategories’ is closed to new replies.