/* https://pros.cluizel.com/wp-content/themes/superdev/style.css?ver=6.0 */
/* 0. ADMIN:The init of function.php,separated in multiple files making it more readable>breadcrumbs>>>for all type of pages / post>filters>functions>menus>option_page>>>Create options pages with ACF>options>>>was for customizing the theme>scripts>>>enqueue scripts and css>support>variables>>>was for customizing the theme,now in src/scss/_variables.scss>ultimate-member folder is used to create tabs in user personnal account 1. INCLUDES:>admin>>>here you can find all custom post type creation and manipulation>customizer>>>was for customizing the theme>templates>>>different types of footer or header (was for customizing the theme)>templates/loop>>>reusable post content/sections,mostly for post or custom post types>navwalkers>>>bootstrap nav & custom nav 2. SINGLES and ARCHIVES:Post Types and Custom Post Types are here 3. PAGE TEMPLATES:>>>page-templates folder You can find in this folder all the templates for the page,and reusable content for pages,and account pages 4. SCSS:>>>src/scss folder You can find all css here,each sorted by general (basic reused content),pages,sections (header,footer) and custom post types in loop