Add Facebook Open Graph Meta Tags Place the following code in custom_functions.php (making changes where noted):
Tag Archives: wordpress
Using JavaScript and CSS with your WordPress Plugin
A lot of plugins nowadays are more reliant on JavaScript and Cascading Style Sheets. It is important to separate your JavaScript and CSS into separate files so that the plugin is easier to maintain. This portion of the series will cover how to load JavaScript and CSS files for your plugin.
Adding Custom Widgets and Page Templates with WordPress
Step 1: Adding A New Widget Area First thing we need to do is add our new widget area. To do this you will need to open the function.php file (or create one and put in into your theme folder if you don’t have one yet) and add this bit of code:
WordPress Plugins and Widgets
Top WordPress Plugins and Widgets The wordpress plugins are arranged broadly by category of usage. As far as I know, all these plugins are compatible with the latest WordPress 2.5 version. Please feel free to suggest great plugins in comments that I can add to this list.