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)