Display Custom Posts in Custom Template in WordPress
Pretty stuck ! I made a custom post type for my WP back office : register_post_type('realisations',[ 'label' => 'RĂ©alisations', 'public' => true, 'menu_position' => 3, 'menu_icon' => 'dashicons-format-gallery', 'supports' => ['title', 'editor', 'thumbnail'], ]); and I want all the articles…