From 4e34d0faa9be8674d864315de020df6e6a3fed59 Mon Sep 17 00:00:00 2001 From: Mohamad Fahmi Date: Sat, 7 Feb 2015 17:42:20 +0700 Subject: [PATCH] edit post FI & Video --- system/admin/views/edit-post.html.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/system/admin/views/edit-post.html.php b/system/admin/views/edit-post.html.php index da9b086..8fe7e76 100644 --- a/system/admin/views/edit-post.html.php +++ b/system/admin/views/edit-post.html.php @@ -8,6 +8,8 @@ $content = file_get_contents($url); $oldtitle = get_content_tag('t',$content,'Untitled'); + $oldfi = get_content_tag('fi',$content); + $oldvid = get_content_tag('vid',$content); $oldcontent = remove_html_comments($content); $dir = substr($url, 0, strrpos($url, '/')); @@ -52,6 +54,8 @@ Date Time



Meta Description (optional)


+ Featured Image (optional)


+ Embed Youtube Video (optional)



@@ -68,4 +72,4 @@ editor.run(); })(); - \ No newline at end of file +