From eebb6a55de21754183bbd3940b9563781c87e891 Mon Sep 17 00:00:00 2001 From: Jacob Haddon Date: Tue, 13 Nov 2018 21:43:08 -0500 Subject: [PATCH] this is from the command line, adds in all files changed --- footer.php | 3 +++ functions.php | 8 ++++++++ header.php | 10 ++++++++++ style.css | 15 +++++++++++++++ 4 files changed, 36 insertions(+) diff --git a/footer.php b/footer.php index e69de29..acf67bb 100644 --- a/footer.php +++ b/footer.php @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/functions.php b/functions.php index e69de29..d65516f 100644 --- a/functions.php +++ b/functions.php @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/header.php b/header.php index e69de29..4b0ba1f 100644 --- a/header.php +++ b/header.php @@ -0,0 +1,10 @@ + +> + + + <?php wp_title(); ?> + + + + + \ No newline at end of file diff --git a/style.css b/style.css index e69de29..91e8676 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,15 @@ +/* +Theme Name: Motherfucking Wordpress Theme +Theme URI: https://jacobhaddon.com/mfwpt +Author: Jacob Haddon +Author URI: https://jacobhaddon.com +Description: A no frills, fast loading site that works. +Version: 1.0 +License: GNU General Public License v2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html +Text Domain: mfwpt +Tags: +This theme, like WordPress, is licensed under the GPL. +This theme, like motherfuckingwebsite.com is satire +Use it to make something cool, have fun, and share what you've learned with others. +*/ \ No newline at end of file