Posts Tagged ‘Functions’
Create a Functionality Plugin Instead of Using Functions.php
www.doitwithwp.com - When adding a new function to your site, you’re normally told to paste them into your functions.php fiel, but I want to tell you that’s wrong and what you should be doing instead.
3 Important Functions for WordPress Plugin Developers
www.webtechwise.com - If you like customizing your WordPress blog, let alone build wp plugins, you should be familiar with hooks. In a previous post I explained how to use filter hooks, in order to change image attributes in your posts.
Always Spell WordPress Correctly
new2wp.com - This is a quick tip on how you can correctly spell WordPress, and prevent potential spelling mistakes in your posts. This can be used for any other word which you use frequently and often misspell.
How to Speed Up Your WordPress Blog by Having Less Plugins
www.webtechwise.com - There is however, one more thing you may do to improve your blog’s performance, and that is reducing the number of plugins that are loaded into memory for each post and page in your blog.