Jiew Meng

Web Developer, Computer Science Student

KLIF Media Web Design & Development (WordPress)

One of my first projects at KLIF Media (klifmedia.com) was to redesign their site.

Software: Photohsop, Notepad++
Programming: WordPress, HTML5, CSS3, jQuery, jQuery UI

This was one of my first WordPress site (just learning WP for ~1 month then) that I think was more well done. It uses Custom Post Types/Taxonomies/Meta Boxes for Portfolio. For the Contact forms, its implemented using PHP/functions.php with admin pages for viewing form submissions stored in the database.

Design part, considering myself more of a developer, I was quite pleased with myself. Some highlights were the 4 artworks for the services section in the home page, the “paper-style” form and those squigly underline (in banner) & handdrawn arrows (mainnav)

Home Page

Portfolio Single Page

Contact Page

andreasolsson asked: Hi Jiew Meng,

I'm using the modern1 theme and I love it. Is it possible to implement facebook comments/likes? If you could help me out that would be great.

Also i'm not sure why the likes are not working for me?

Thanks for a great theme.

Yes its possible to implement FB comments & likes. But you will need basic knowledge of HTML.

On line 2 <html ...>, it should look like

<html lang="en-US" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml">

Around line 737 (before </body>) paste

<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>

then around line 646 (before </footer>)

<fb:like href="{Permalink}" send="true" width="450" show_faces="true" font=""></fb:like>

for comments, around line 638 add

<fb:comments num_posts="2" width="510" colorscheme="light"></fb:comments>

for you convinence you can grab the code from mediafire

this is all untested code …

wayofdaze asked: Hi Jiew! Thank you so much for creating all these wonderful themes! I'm new to Tumblr and am loving how my blogs and reblogged stuff looks on the Comic5 theme! http://thebuzzrealm.tumblr.com/ :D

My question is about the Likes button. When I click on it, it takes me to a page that says "Not Found. The URL you requested could not be found." Anyway to fix that?

If not, no worries. I'm lovin' the fact that you and others that have the web-making background create all of these wonderful themes on your free time for us to plug-in and enjoy. Take care and hope to hear from you! :D

-Kim (Strange_Daze)

Its because line 951

<header><h3><a href="/liked/by/{Username}" target="_blank">Likes</a></h3></header>
                                                     ^

maybe I made a mistake or {Username} is not available. So try replacing that with your blog name eg. thebuzzrealm

for your convinience, u can grab the code from mediafire

Search

Loading

Likes

Following