Making YouTube Thumbnail as Post Thumbnail in WordPress

Creating video thumbnail can be tricky on WordPress. You will need to add new meta on your post so that the post writer can insert the video ID and update the whole post. This time the key of the post meta that I used is video_id. Have a look on the code! 😀 Feel free … Continue reading Making YouTube Thumbnail as Post Thumbnail in WordPress

File Uploading for CKEditor using CodeIgniter

I know, I know that I haven't uploaded the source code of my simple project, Blog Manager, yet to github. I have already created the repository, though. This is just a notification update on Blog Manager. As my boss really planned to make it a wordpress like text editor when adding a post, so I … Continue reading File Uploading for CKEditor using CodeIgniter