Posts tagged with wp_head :

Using wp_enqueue_style() to load Google Webfonts in WordPress

Written by Fikri Rasyid at

Google Webfonts

Google webfonts rocks. I had used it in some projects and it worked like a charm. To use Google webfont, basically all you need to do is adding the stylesheet which is hosted in Google servers to your <head>. read more →

Hooking Function Using add_action()

Written by Fikri Rasyid at

WordPress Tutorials

If you want to “hook” a function into another function in WordPress, add_action() is what you need. Why do you want to hook a function into another function? Because there is functionality which is not accommodated by current function,. read more →