• Resolved bgmahesh

    (@bgmahesh)


    hi

    I am planning on moving the Drupal based site http://www.karnataka.com to WordPress.

    Had few basic but important questions,

    1. Is there anyway to ensure all URLs from Drupal are the same once it moves to WordPress? I guess every WP URL will have the “category” or the “date” in the URL.

    2. For e.g. if http://www.karnataka.com/mysore has to move to WP, do I need to make “mysore” as a category (because I have many files inside “mysore” path). If “mysore” becomes a category then WP will want to render its own http://www.karnataka.com/mysore in which it shows all files of “mysore” category. Then how do I move the Drupal http://www.karnataka.com/mysore (which is like an index file with content) to WP?

    regards

    Mahesh

Viewing 7 replies - 1 through 7 (of 7 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Probably. ANd if not, if your Durpal URLs have a grep-able pattern, you can use 301 rewrites and redirects to send them to the new URL.

    You CAN use /%category%/%postname%/ as your URLs for WordPress, but generally we don’t suggest it, as it slows things down.

    You can also use Custom Post-Types. Make a type of “mysore” and add in posts under that.

    Thread Starter bgmahesh

    (@bgmahesh)

    I prefer not to do anything which is non-standard. Is it ok to go the Custom Post-Types route? Will the plugins (e.g. related articles plugin etc) work fine with these types of Custom Post-Types?

    The plugins in WordPress seem to be a lot more relevant and attractive for karnataka.com. Just worried about the complexity in moving from Drupal to wordpress

    Thanks for responding

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Many plugins work fine with CPTs, some you need to tweak. I don’t know about related posts plugins.

    However I double checked. As of 3.3 you can use category in permalinks. 🙂 Have at. They’re much easier.

    Thread Starter bgmahesh

    (@bgmahesh)

    hi

    We tried the following which seems to work

    We created a page /mysore which the content we have now on http://karnataka.com/mysore and created a category “mysore” under which we put all the URLs of Mysore. It seems to work fine.

    But now we discovered another problem which we weren’t aware of. Apparently wordpress doesn’t allow us to have the following URLs as the last part of the URL are the same

    http://karnataka.com/mysore/near-by.html
    http://karnataka.com/mangalore/near-by.html

    This is not allowed as both URLs end with “near-by.html”. Can this be resolved someway or do I need to live with this rule and modify the urls to something else?

    regards

    Mahesh

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    No, you cannot have two ‘posts’ with the same ‘name.’

    Also I would STRONGLY suggest you not add .html to your URLs. It’s useless.

    Thread Starter bgmahesh

    (@bgmahesh)

    hi

    Looks like I am learning. I never saw the following two URLs as having the same “name”

    http://karnataka.com/mysore/near-by.html
    http://karnataka.com/mangalore/near-by.html

    So name translates to the last part (leaf) of the URL?

    Will try to slowly drop html in URLs.

    Appreciate your valuable input

    Mahesh

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Yeah, the ‘near-by.html’ is the actual NAME of the post.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Moving from Drupal 6.x to WordPress 3.3’ is closed to new replies.