Get in touch
Fundpress site thoughtfully designed for real humans which means the best user experience for your entire community of donors, fundraisers, customers, and staff.
[contact-form-7 id=”1143″ title=”Contact Us”]
/** * Child Theme Function * */ add_action( 'after_setup_theme', 'veres_child_theme_setup' ); add_action( 'wp_enqueue_scripts', 'veres_child_enqueue_styles', 100); if( !function_exists('veres_child_enqueue_styles') ) { function veres_child_enqueue_styles() { $version = wp_get_theme()->get('Version'); wp_enqueue_style( 'veres-child-style', get_stylesheet_directory_uri() . '/style.css', null, $version ); } } if( !function_exists('veres_child_theme_setup') ) { function veres_child_theme_setup() { load_child_theme_textdomain( 'veres-child', get_stylesheet_directory() . '/languages' ); } }
Fundpress site thoughtfully designed for real humans which means the best user experience for your entire community of donors, fundraisers, customers, and staff.
[contact-form-7 id=”1143″ title=”Contact Us”]