diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..15787e3 Binary files /dev/null and b/.DS_Store differ diff --git a/blog/wp-content/themes/yoast-debug-theme/footer.php b/blog/wp-content/themes/yoast-debug-theme/footer.php new file mode 100644 index 0000000..29fcf57 --- /dev/null +++ b/blog/wp-content/themes/yoast-debug-theme/footer.php @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file diff --git a/blog/wp-content/themes/yoast-debug-theme/functions.php b/blog/wp-content/themes/yoast-debug-theme/functions.php new file mode 100644 index 0000000..70f6f6d --- /dev/null +++ b/blog/wp-content/themes/yoast-debug-theme/functions.php @@ -0,0 +1,28 @@ + + + Not defined + + + + + + + + + + \ No newline at end of file diff --git a/blog/wp-content/themes/yoast-debug-theme/header.php b/blog/wp-content/themes/yoast-debug-theme/header.php new file mode 100644 index 0000000..d336678 --- /dev/null +++ b/blog/wp-content/themes/yoast-debug-theme/header.php @@ -0,0 +1,18 @@ + + + + + + + +
+ + +
+ Home +
+ + \ No newline at end of file diff --git a/blog/wp-content/themes/yoast-debug-theme/home.php b/blog/wp-content/themes/yoast-debug-theme/home.php new file mode 100644 index 0000000..380bc9b --- /dev/null +++ b/blog/wp-content/themes/yoast-debug-theme/home.php @@ -0,0 +1,78 @@ + +
+

Database Constants & Variables

+ + + + + + + + +
$table_prefix
+
+ +
+

Security Constants

+ + + + +
+

Yes these are needed and they should be unique, generate new ones here.

+
+ +
+

Editor settings

+ + + + +
+
+ +
+

Cache and memory

+ + + + +
+
+ +
+ +
+

URL's and directories

+ + + + +
+
+ \ No newline at end of file diff --git a/blog/wp-content/themes/yoast-debug-theme/index.php b/blog/wp-content/themes/yoast-debug-theme/index.php new file mode 100644 index 0000000..69e8cb1 --- /dev/null +++ b/blog/wp-content/themes/yoast-debug-theme/index.php @@ -0,0 +1,51 @@ + +
+

Page type

+ + + $is, true); + } ?> + +
+
+ +
+

Query

+ + + query as $var => $val) { + show_var($var, $val, true); + } + if (isset($post_count)) + show_var('post_count', $post_count); + if (isset($found_posts)) + show_var('found_posts', $found_posts); + ?> + +
+
+ +
+

Query Vars set

+ + + query_vars as $var => $val) { + show_var($var, $val, true); + } ?> + +
+
+ +
+

SQL Query

+

request ?>

+
+ \ No newline at end of file diff --git a/blog/wp-content/themes/yoast-debug-theme/screenshot.png b/blog/wp-content/themes/yoast-debug-theme/screenshot.png new file mode 100644 index 0000000..10172c4 Binary files /dev/null and b/blog/wp-content/themes/yoast-debug-theme/screenshot.png differ diff --git a/blog/wp-content/themes/yoast-debug-theme/style.css b/blog/wp-content/themes/yoast-debug-theme/style.css new file mode 100644 index 0000000..36e352d --- /dev/null +++ b/blog/wp-content/themes/yoast-debug-theme/style.css @@ -0,0 +1,70 @@ +/* +Theme Name: Yoast Debug Theme +Theme URI: http://yoast.com/wordpress-debug-theme/ +Description: A theme to debug issues with your WordPress install. +Author: Joost de Valk +Author URI: http://yoast.com/ +Version: 1.0 +*/ + +body { + font-family: Helvetica; + font-size: 12px; +} +#wrapper { + width: 620px; + margin: 0 auto; +} +#header, #footer { + clear: both; +} +#footer { + border-top: 1px solid #aaa; + color: #aaa; + padding-top: 10px; + background: url(http://netdna.yoast.com/images/yoast-ipod-touch.png) top right no-repeat; + margin-top: 20px; + height: 60px; +} +#footer a { + text-decoration: none; + color: #000; +} +a { + color: orange; + font-weight: bold; + text-decoration: underline; +} +.box { + float: left; + width: 300px; + margin-right: 10px; + margin-bottom: 20px; +} +.box.double { + width: 610px; + clear: both; +} +table { + width: 290px; + margin: 0 auto; + border-top: 1px solid #aaa; + border-bottom: 1px solid #aaa; +} +.box.double table { + width: 600px; +} +th, td { + text-align: left; + font-size: 12px; +} +th { + width: 150px; +} +h2 { + margin-top: 20px; + font-size: 130%; +} +.clear { + clear: both; +} \ No newline at end of file