Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter sdodev

    (@sdodev)

    I guess my point in that wall of text is just extreme difference in the ease of create a custom post type and subsequent write panel for it, and the amount of code required to make a custom write panel for a normal post type.

    stvg1, I understand what your saying. Generally you will find that problem with any coding documentation. The problem is stuff like that is covered pretty thoroughly in other areas, so rewriting that content into other places in the codex just for the sake of re-explaining leads to a lot of redundancy. It would kind of be like explaining how if/then logic works every time you use the statements.

    That page is more for explaining the actual function than a specific case example on how to use it.

    In response to your question though, the register_post_type function would be used either in your functions.php file or in a secondary plugin traditionally ??

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