Buy Your NGO Kit
The NGO Kit is a robust digital tool designed to bring your organization to the next level of productivity and audience.
/** * Enqueues child theme stylesheet, loading first the parent theme stylesheet. */ function themify_custom_enqueue_child_theme_styles() { wp_enqueue_style( 'parent-theme-css', get_template_directory_uri() . '/style.css' ); } add_action( 'wp_enqueue_scripts', 'themify_custom_enqueue_child_theme_styles', 11 );
The NGO Kit is a robust digital tool designed to bring your organization to the next level of productivity and audience.