Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeff K

    (@kreitje)

    The ID numbers are not controlled by the plugin but by the database itself. It will automatically increment the field for the next time a testimonial is created.

    It can be fixed but can be messy if you don’t know what you are doing. Is there any reason in particular that you care about what the ID is?

    You would have to manually alter your database using something like phpMyAdmin. Or you can login to the database and delete all the hms_testimonial tables but then you will have to go through and re-insert them all again. The next time the page load it will re-create the tables.

    Thread Starter Geekcheck

    (@geekcheck)

    Gotcha. Well I just deleted the plugin and reinstalled it which reset the IDs. I deleted the originals ones because I needed to use all new ones and didn’t want to mistake using any of the older ones. Since it was only 15 of them and I had them saved in a text file, retyping them was quicker.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Reset testimonials ID order?’ is closed to new replies.