-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsingular.php
More file actions
27 lines (26 loc) · 748 Bytes
/
singular.php
File metadata and controls
27 lines (26 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php
/**
* The template for displaying the primary taxonomy terms for the selected custom post type
* - Programming Languages
* - Scratch Archive
* - HTML Archive
* - JavaScript Archive
* - Python Archive
* - App Inventor
* - The Hardware Lab
* - The Studio Archive
* - The Arcade Archive
* - Other Resources Archive
*
* These pages should not display just posts but rather the posts grouped by the resource type
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package CoderDojo_Theme
* @subpackage CoderDojo
* @since 1.0.0
*/
get_header();
get_template_part('template-parts/sushi-card/hero');
get_template_part('template-parts/content/post');
get_footer();