add_action(‘init’, ‘staff_register’);
function staff_register() {
register_post_type( ‘staff’ , $args );
}
this is what i got…
add_action(‘init’, ‘staff_register’);
function staff_register() {
register_post_type( ‘staff’ , $args );
}
this is what i got…