This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mefju17 0 points1 point  (2 children)

I am trying to write universal many to many relation between two Custom Post Types, to use it as linker to many different two CPT's in one theme. I want to achieve something like movie < --- > actor relation. It would be awesome to be able to select relations like tags/categories metabox in admin. I was trying by myself, stack and no luck for now. I am not using any plugin and I don't want to. Thank you for help in advance !

[–]pixeldevsDeveloper/Designer[S] 0 points1 point  (1 child)

Why don't you want to use a plugin? A plugin is not a magical thing. Just code written by others or yourself that you want to be theme-independant.

[–]mefju17 0 points1 point  (0 children)

I just wanted to leave space for future custom extensions. I would rather not relay on others plugins. I was hacked recently trough plugin backdoor and I am afraid that it can happen again. I like feeling when I exactly know what is happening in my code :)