<?php /** * The template for displaying single posts and pages. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package WordPress * @subpackage Twenty_Twenty * @since Twenty Twenty 1.0 */ get_header(); ?> <main id="site-content"> <?php if ( have_posts() ) { while ( have_posts() ) { the_post(); get_template_part( 'template-parts/content', get_post_type() ); } } ?> </main><!-- #site-content --> <?php get_template_part( 'template-parts/footer-menus-widgets' ); ?> <?php get_footer();
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
assets | Folder | 0755 |
|
|
classes | Folder | 0755 |
|
|
inc | Folder | 0755 |
|
|
template-parts | Folder | 0755 |
|
|
templates | Folder | 0755 |
|
|
404.php | File | 813 B | 0644 |
|
comments.php | File | 3.13 KB | 0644 |
|
footer.php | File | 2.07 KB | 0644 |
|
functions.php | File | 28.44 KB | 0644 |
|
header.php | File | 4.96 KB | 0644 |
|
index.php | File | 2.9 KB | 0644 |
|
package-lock.json | File | 1.12 MB | 0644 |
|
package.json | File | 1.99 KB | 0644 |
|
print.css | File | 2.64 KB | 0644 |
|
readme.txt | File | 5.53 KB | 0644 |
|
screenshot.png | File | 51.82 KB | 0644 |
|
searchform.php | File | 1.73 KB | 0644 |
|
singular.php | File | 550 B | 0644 |
|
style-rtl.css | File | 119.45 KB | 0644 |
|
style.css | File | 120.44 KB | 0644 |
|