All I want to do is create an archive page template for my custom post type 'property'.
I have installed and followed the video instructions on how to do this and have a 'slug' of property in my archive layouts loop view. but i get a 404 when I try and load:
hidden link
I have permalinks set to post-name.
I have not done any theme integration - is this the issue?
You registered a post type "Property" with Types, is that right?
If you go to Toolset > Post Types and edit the property post type check the options and confirm that has_archive is checked and that you haven't changed the default rewrite rules.
Yes, you were right! I can see now how to create a new post type - the problem is that I already have a custom post type 'property' which I created with CPT plugin and I want to use this.
Whats the easiest way to register my existing 'property' post type and edit the archive template?
I have about 50 posts under properties which I need to format. I dont mind deleting and recreating as long as the exisitng post data will be associated with the new one I re-create.
De-activate the other plugin and re-register the post type using Types, being careful to use the same slug.
You should still see all of your current posts.
If you don't it probably means you got the slug wrong, but in any case you can just remove the post type from Types and activate your old plugin again.
If you are worried, make a backup before you start.
Let me know how you get on. I don't know which plugin you are using, but assuming it uses standard WordPress functions to register post types, I don't anticipate any problem.