I purchased a wordpress theme, which came with custom plugin, that allows custom posts, which is titled 'tour'.
The permalink to view the custom post currently is site.com/tour/post-name
I am trying to change the /tour/ so I have updated all the code in the files of the plugin folder from 'tour' to 'visa'.
I also went to my database and changed all my posts from wp_posts and updated the post_type from tour to visa.
Now the custom posts show in my posts section as it should, but when i go to mysite.com/visa/post-name it goes to my 404 page.
Am i missing something? do i need to change anything else?
thanks