this is from the command line, adds in all files changed
This commit is contained in:
parent
c4d83fc129
commit
eebb6a55de
@ -0,0 +1,3 @@
|
||||
<?php wp_footer(); ?>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
// function file for mfwpt
|
||||
|
||||
// enque style.css
|
||||
wp_enqueue_style( 'style', get_stylesheet_uri() );
|
||||
|
||||
?>
|
10
header.php
10
header.php
@ -0,0 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html <?php language_attributes(); ?>>
|
||||
<head>
|
||||
<meta charset="<?php bloginfo( 'charset' ); ?>" />
|
||||
<title><?php wp_title(); ?></title>
|
||||
<link rel="profile" href="http://gmpg.org/xfn/11" />
|
||||
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
|
||||
<?php if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); ?>
|
||||
<?php wp_head(); ?>
|
||||
</head>
|
15
style.css
15
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.
|
||||
*/
|
Loading…
x
Reference in New Issue
Block a user