From 5555709aa5235bda411c2405e4e8bf9fbe425d8c Mon Sep 17 00:00:00 2001 From: Ben Word Date: Wed, 21 Sep 2011 19:35:20 -0600 Subject: [PATCH] now outputting the post meta information from a function (similar to twentyeleven) --- functions.php | 8 +++++++- loop-search.php | 3 +-- loop-single.php | 4 ++-- loop.php | 3 +-- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/functions.php b/functions.php index 8e5e925..fd4298d 100644 --- a/functions.php +++ b/functions.php @@ -1,4 +1,4 @@ -'. sprintf(__('Posted on %s at %s.', 'roots'), get_the_time('l, F jS, Y'), get_the_time()) .''; + echo '

'. __('Written by', 'roots') .'

'; +} + ?> \ No newline at end of file diff --git a/loop-search.php b/loop-search.php index 47fa073..0298f70 100644 --- a/loop-search.php +++ b/loop-search.php @@ -13,8 +13,7 @@

- - +
diff --git a/loop-single.php b/loop-single.php index b662a34..bd16b0e 100644 --- a/loop-single.php +++ b/loop-single.php @@ -5,8 +5,8 @@

- -
+ +
diff --git a/loop.php b/loop.php index fac39e4..fa77023 100644 --- a/loop.php +++ b/loop.php @@ -13,8 +13,7 @@

- - +