Home » Tutorials
One Way To Use Custom Fields
This is not a beginner level tutorial. If you don’t know anything about XHTML and PHP, you will get lost. Recently, I learned how to manipulate custom fields. Today, I finally…
Read More »WordPress Date Button
I don’t know what’s up with the date button, but you seem to really love it. Yea, you! Today, we’re going to learn how to create a date button for WordPress. Here…
Read More »Where Exactly Should You Place wp_footer()?
The wp_footer() function is often used by plugins to insert PHP codes after everything else on your page. According to WordPress.org theme development documentation, you should place the wp_footer() function in the footer,…
Read More »Error-proof your plugin integrations!
How many times have you installed a plugin, integrated it with your theme, decide to uninstall it, but then forget to remove its function within the theme? Once you’ve uninstalled…
Read More »Default WordPress theme, Kubrick, is not valid?
First, I admit that only geeky WordPress designers like myself would find this amusing. It’s a small error in the WordPress default theme, Kubrick. Here it is… The paragraph tag is…
Read More »Widget: How to…
You learned how to widgetize the sidebar during the tutorial series, but I never showed you how to turn on the widget plugin. Here it is: Installation Download the Widget plugin from Automattic.com. Upload…
Read More »