Migrating content from Drupal to WordPress is bit tricky task and requires expertise. If you are familiar with WordPress development, try to find some solution around “save_posts” hook which will get triggered whenever new post/page gets saved into database. Before you jump into actual coding, I suggest you to take a look at these articles, to get more understanding about Drupal to WordPress migration.
Related Posts:
- Change slug with custom field
- Private post caught in endless redirect loop
- post_name is not stored until post is published… where should I store my slug until it goes live then?
- How to add category to: ‘wp-admin/post-new.php’?
- Use category base slug in posts’ permalink
- Code to make a post sticky
- How to automatically generate a unique random slug
- Custom permalink structure only for default posts
- Export WordPress Posts and Meta Information in CSV format
- Change the Slug of Post Type post to baseurl/post/%postname%
- Delete duplicated wp_postmeta record
- Different permalink for posts and authors
- Will a large postmeta table slow a site down?
- Keep getting same permalink with WP_Query?
- How to control which category will be picked for the slug of a post?
- Better post meta efficiency?
- Must permalinks always point to single post pages?
- Human Time Diff, change mins to minutes
- Change post format using custom field
- Post in Multiple Categories to stay in current category (permalink, next previous post link)
- Exporting Data from WordPress into a flat table
- Adding Multiple Values to a Post Meta Key
- Using radio button meta data from a custom meta box
- Permalink Settings: optional settings doesn’t apply to editor
- How to change the page break URL from ../post/2 to …/post/page2/
- Checking if a post with certain meta value exists
- Add custom field automatically (add_post_meta) with value based on number of words of article
- Save re-arranged draggable post items to wordpress database
- Bulk update post slugs through database
- Change post_date to post_modified date on post template?
- Removing rel=”nofollow” from links posted in Post Content
- How to change permalink on post click on post listing page
- is there a way to show the the post title after the image?
- I have a site where attachments in the wp_posts table have guid values of guid, how did this happen?
- After database migration, posts not showing up in dashboard
- Custom Posts Query and meta_query Sort Order
- How could I change my Permalink from blog to custom structure? [closed]
- Calling Different Custom Post Timestamps in a table
- Cannot retrieve a custom RSS field from posts
- Permalink doesn’t get displayed in Twitter button (Local WordPress problem?)
- Saving custom fields to a custom taxonomy
- Change all author links in Blog roll
- How to I retrieve the ID from the Posts page?
- Is there any way to tell when wp_postmeta has been updated?
- wp_query with ajax
- Display post number by category
- register_post_type permalink
- Automatic blog page with custom design [closed]
- Show number of posts by logged in user
- How does WP decide how to display a page
- When sending a newsletter -not with wordpress- the server has 100% cpu [closed]
- Insert data from custom created PHP page into wp_postmeta table
- saving/reading custom field value does not work – no value gets POSTed
- Post titles and thumbnails as links to custom post types?
- Internal linking to posts permalink fail because of spaces and stripe at postname
- Can Permalink structure of %postname%/%post_id% improve performance
- how to create a sub section in posts
- Categories Listing and Highlighting current category item
- Remove subcategory slug from url
- Can I show category name in url for only one of my categories?
- Select another post in a post meta like a parent page is selected while editing a page
- Permalink Short code showing unnecessary link text inside the loop
- Blogposting Schema & Structured Data without plugin
- Display Updated Date Instead of Published Date
- How do you update post date (year only) in a separate custom field?
- Add postmeta to all blog posts
- Prevent Archive URLs
- Bulk Post update_post_meta
- Re-order Category Meta-data
- Category URL to use same string as Post URL Permalink
- Grab meta data before post is saved
- How to fetch posts that are stored in the different table than the default table (wp_posts)?
- How to give priority to page than to posts permalink structure?
- alt of attached image in post / pages
- Post & Category Archives URL structure
- Get the correct meta_value with get_post_meta
- Filter question list on substring of metavalue
- GUID to related post not in current language
- Add custom class to existing menu items from custom meta
- Is there a way to change the complete URL of the blog post for a redirecting tracking link?
- WordPress with static posts page and custom permalink structure doesn’t find posts with numeric permalinks
- Can’t seem to replicate permalink structure for localhost development site
- My posts section for logged in user
- Make assigning post to a specific category equivalent to assigning it to all categories
- How to mix pages and sub-categories in a url
- Changing permalink of custom category
- Overwrite URL on blog posts
- Show related (archive) month and year to post
- 301 Redirecting posts without %postid% (just %post_name%) in permalink to ones with %post_name%_%postid%
- How do I add /blog/ on my permalink without affecting the portfolio project types permalink?
- Permalink remain the same on each page
- How enter custom post meta or custom field on box post list archive page?
- WP_query sort by custom meta_key “price”
- After the local installation of an old WP website I can see the homepage but I can’t access to the articles, why?
- How to change Permalinks only for Blogposts
- Permalink structure for two separate blogs
- Blog posts are not appearing as subs of Blog Page
- Site ‘Categories’: save an admin global setting with post metadata [closed]
- How to add paraent in Blog post URL in wordpress
- Change permalinks in posts via SQL