From 709cac2d987b83f951c8b472fc5c0dbd967d8517 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Mon, 8 Nov 2010 14:28:06 -0800 Subject: [PATCH] Comic Thumbnails now display if they exist in the comic meta box. (of which comics are attached to this post) Signed-off-by: Philip M. Hofer (Frumph) Signed-off-by: Philip M. Hofer (Frumph) --- functions/admin-meta.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/functions/admin-meta.php b/functions/admin-meta.php index bbf944d..6cb5b87 100644 --- a/functions/admin-meta.php +++ b/functions/admin-meta.php @@ -99,7 +99,11 @@ function ceo_edit_comic_in_post($post) {
  • If not by date or custom field then display no comic exists
  • - + +
    + +
    +
    Display Current Comic Thumbnail(s) that is set in this area. Basically do a loop through the meta fields for 'comic' and display each thumbnail here of all that are attached.