Difference between "taxonomy" and "taxonomy_advanced"

Support General Difference between "taxonomy" and "taxonomy_advanced"

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2243
    ClementNClementN
    Participant

    Hello,

    Can you please point me to read more about this or explain it to me ?

    In the demo .php files the code seems to be almost the same except the option 'type' for the field.

    'type' => 'taxonomy', vs 'type' => 'taxonomy_advanced',

    #2248
    Anh TranAnh Tran
    Keymaster

    They're mostly the same except 1 point: taxonomy assigns terms to posts while taxonomy_advanced saves terms' IDs to post meta. One uses WP functionality and one uses post meta to store the value.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Difference between "taxonomy" and "taxonomy_advanced"’ is closed to new replies.