diff --git a/dev/theme.css b/dev/theme.css
index e06f3c6..d08a507 100644
--- a/dev/theme.css
+++ b/dev/theme.css
@@ -1,5 +1,5 @@
+/*
-+Theme Name: My Fresh Wordpress Theme
++Theme Name: ILDI
+Description: Something clever.
+Author: markamoser
+Version: 1.0
diff --git a/footer.php b/footer.php
new file mode 100644
index 0000000..1f942fc
--- /dev/null
+++ b/footer.php
@@ -0,0 +1,3 @@
+
diff --git a/functions.php b/functions.php
new file mode 100644
index 0000000..429abdc
--- /dev/null
+++ b/functions.php
@@ -0,0 +1,50 @@
+ $location,
+ 'menu' => '',
+ 'container' => '',
+ 'container_class' => '',
+ 'container_id' => '',
+ 'menu_class' => $location,
+ 'menu_id' => '',
+ 'echo' => true,
+ 'fallback_cb' => 'wp_page_menu',
+ 'before' => '',
+ 'after' => '',
+ 'link_before' => '',
+ 'link_after' => '',
+ 'items_wrap' => '
',
+ 'depth' => 0,
+ 'walker' => ''
+ )
+ );
+}
+
+function register_ildi_menus() {
+ register_nav_menus(array(
+ 'header-menu' => __('Header Menu', 'ildi'),
+ 'social-menu' => __('Social Links', 'ildi'),
+ 'footer-menu' => __('Footer Menu', 'ildi')
+ ));
+}
+
+
+// add_action('init', 'register_ildi_menu');
+add_action( 'after_setup_theme', 'register_ildi_menus', 0 );
+?>
diff --git a/globalHead.php b/globalHead.php
new file mode 100644
index 0000000..655f286
--- /dev/null
+++ b/globalHead.php
@@ -0,0 +1,13 @@
+
diff --git a/header.php b/header.php
new file mode 100644
index 0000000..a2fa0cc
--- /dev/null
+++ b/header.php
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/index.php b/index.php
index 52b2196..5392d50 100644
--- a/index.php
+++ b/index.php
@@ -1,19 +1,16 @@
-
-
-
-
-
-
-', '' );
- the_content();
- }
- }
- wp_footer();
-?>
-
+>
+
+
+ Skip to main
+
+
+
+
+
+
+
+
+
+
diff --git a/loop.php b/loop.php
new file mode 100644
index 0000000..b5b0771
--- /dev/null
+++ b/loop.php
@@ -0,0 +1,13 @@
+
+', '' );
+ the_content();
+ }
+
+ get_template_part('pagination');
+ }
+?>
+