2.0.1
Comment out example "add_image_size" as it can be easily forgotten which leaves you with extra unused image size, Add CHANGELOG.MD to track changes, Tidy up formatting using PHP-CS-Fixer (mostly spacing), Update README.MD dependencies
This commit is contained in:
parent
585aa37d39
commit
6b6864f7a0
10 changed files with 76 additions and 64 deletions
|
@ -4,14 +4,14 @@
|
|||
* Template Name: Demo page template
|
||||
*/
|
||||
|
||||
get_header();
|
||||
get_header();
|
||||
|
||||
?>
|
||||
|
||||
<main class="main" role="main">
|
||||
<div class="container">
|
||||
|
||||
<?php while ( have_posts() ) : the_post(); ?>
|
||||
<?php while (have_posts()) : the_post(); ?>
|
||||
|
||||
<article <?php post_class(); ?>>
|
||||
|
||||
|
@ -28,4 +28,4 @@
|
|||
</div>
|
||||
</main>
|
||||
|
||||
<?php get_footer(); ?>
|
||||
<?php get_footer(); ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue