function register_wealth_creation_post_type() { $labels = array( 'name' => 'Wealth Creation', 'singular_name' => 'Wealth Creation', 'menu_name' => 'Wealth Creation', 'name_admin_bar' => 'Wealth Creation', 'add_new' => 'Add New', 'add_new_item' => 'Add New Wealth Creation', 'new_item' => 'New Wealth Creation', 'edit_item' => 'Edit Wealth Creation', 'view_item' => 'View Wealth Creation', 'all_items' => 'All Wealth Creation', 'search_items' => 'Search Wealth Creation', 'not_found' => 'No Wealth Creation found.', 'not_found_in_trash' => 'No Wealth Creation found in Trash.', ); $args = array( 'labels' => $labels, 'public' => true, 'publicly_queryable' => true, 'show_ui' => true, 'show_in_menu' => true, 'show_in_nav_menus' => true, 'show_in_admin_bar' => true, 'show_in_rest' => true, 'query_var' => true, 'rewrite' => array( 'slug' => 'wealth-creation', 'with_front' => false, ), 'has_archive' => true, 'hierarchical' => false, 'supports' => array( 'title', 'editor', 'excerpt', 'thumbnail', 'revisions', 'author', ), 'menu_position' => 5, 'menu_icon' => 'dashicons-book-alt', ); register_post_type( 'wealth_creation', $args ); } add_action( 'init', 'register_wealth_creation_post_type' ); https://localewealth.com.au/post-sitemap.xml 2026-09-17T08:12:27+00:00 https://localewealth.com.au/page-sitemap.xml 2026-09-25T03:29:15+00:00 https://localewealth.com.au/category-sitemap.xml 2026-09-17T08:12:27+00:00