Browse Source

Add copy of Quadrat's index.php to Geologist (#4841)

* Add copy of Quadrat's index.php to Geologist

* Remove all index.php and add to Blockbase

* Also delete the index from russell

Co-authored-by: Ben Dwyer <ben@scruffian.com>
Jason Crist 3 years ago
parent
commit
b759181b0d
6 changed files with 20 additions and 40 deletions
  1. 20 0
      blockbase/index.php
  2. 0 0
      mayland-blocks/index.php
  3. 0 20
      quadrat/index.php
  4. 0 0
      russell/index.php
  5. 0 0
      seedlet-blocks/index.php
  6. 0 20
      skatepark/index.php

+ 20 - 0
blockbase/index.php

@@ -0,0 +1,20 @@
+<?php
+/**
+ * The main template file
+ *
+ * This is the most generic template file in a WordPress theme
+ * and one of the two required files for a theme (the other being style.css).
+ * It is used to display a page when nothing more specific matches a query.
+ * E.g., it puts together the home page when no home.php file exists.
+ *
+ * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
+ *
+ * @package Blockbase
+ * @since 1.2.9
+ */
+get_header();
+
+// the query
+echo gutenberg_block_template_part( 'index' );
+
+get_footer();

+ 0 - 0
mayland-blocks/index.php


+ 0 - 20
quadrat/index.php

@@ -1,20 +0,0 @@
-<?php
-/**
- * The main template file
- *
- * This is the most generic template file in a WordPress theme
- * and one of the two required files for a theme (the other being style.css).
- * It is used to display a page when nothing more specific matches a query.
- * E.g., it puts together the home page when no home.php file exists.
- *
- * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
- *
- * @package Quadrat
- * @since 1.0.0
- */
-get_header();
-
-// the query
-echo gutenberg_block_template_part( 'index' );
-
-get_footer();

+ 0 - 0
russell/index.php


+ 0 - 0
seedlet-blocks/index.php


+ 0 - 20
skatepark/index.php

@@ -1,20 +0,0 @@
-<?php
-/**
- * The main template file
- *
- * This is the most generic template file in a WordPress theme
- * and one of the two required files for a theme (the other being style.css).
- * It is used to display a page when nothing more specific matches a query.
- * E.g., it puts together the home page when no home.php file exists.
- *
- * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
- *
- * @package Skatepark
- * @since 1.0.0
- */
-get_header();
-
-// the query
-echo gutenberg_block_template_part( 'index' );
-
-get_footer();