• Grandfather
    Grandmother
    • Uncle
    • Wife of Uncle
    • Aunt
    • Husband of Aunt
    • Mother
      Father
      • Me
      • Sister
      • Brother
      Spouse
function enqueue_family_tree_script() { wp_enqueue_script(‘family-tree’, get_template_directory_uri() . ‘/family-tree.js’, array(‘jquery’), ‘1.0’, true); } add_action(‘wp_enqueue_scripts’, ‘enqueue_family_tree_script’);