• Resolved Joms

    (@jomsky)


    When using Finetunes -> Dataset Editor, is there a way to Bulk Generate multiple post types at once instead of selecting and generating them one at a time? I ask because we have a website with a lot of custom post types and was wondering if there is a more convenient way to achieve this. I also code so if there is an available method to do this I can develop it myself. Thanks!

    • This topic was modified 3 months, 3 weeks ago by Joms.
Viewing 1 replies (of 1 total)
  • Plugin Support Val Meow

    (@valwa)

    Hey @jomsky! ??

    Unfortunately, there is no direct way to bulk generate content for multiple post types at once. However, if you have technical knowledge, you can dynamically call the route using your post types and post IDs, like this:?“helpers/post_content?postType=your_custom_post_type&offset=0&postId=0”. This will allow you to create a CSV or JSON file that can be imported into the fine-tuning dataset. Hope this helps!

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.