I've have a custom post called "bakeryequipment". This custom post type has a taxonomy called "machinetype", it contains a term like "spraying-machine". I have several machines linked to this term. I want to create an editable index page (like a normal page), i don't want just an index (that works). I want to set a static normal page as the index.
I made a page called spraying-machine (same slug as the term; bakeryequipment/spraying-machine). if i go the that url, i get the index of that term (with all the machines on there, loading index.php form my theme). I want it to load the static page i created.
How can i set this static page to be the index? I think i need some kind of rewrite order rule? Is this possible?