• Resolved Sunthing

    (@sunthing)


    Is it possible to assign a specific numeric ID to an entry when creating an entry or editing an entry?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Cindy Kendrick

    (@elusivelight)

    No, not unless you would modify the plugin to add an additional field for it. The ID it uses now is automatically generated and is related to it’s position in WordPress’s posts database table.

    Thread Starter Sunthing

    (@sunthing)

    Thank you for the reply Cindy. Where in the code can I remove the automatically generated ID?

    Plugin Author Cindy Kendrick

    (@elusivelight)

    That’s created by WordPress itself when adding a new post using wp_insert_post. It’s not possible to override that ID. You can hide the display of the ID in the settings under To-Do List > Settings > Advanced > Show To-Do Item ID. All Todos are custom post types and therefore are WordPress posts.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Cleverness To-Do List] Assign specific ID to each entry?’ is closed to new replies.