Articles Submitted for www.webtechwise.com/
3 Important Functions for WordPress Plugin Developers
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.
16 Incredible WordPress Plugins You Wish You Knew
webtechwise.com - This is not another must-have plugins list that states the obvious. I listed here some of the lesser known plugins that can become very handy in certain situations
How to Integrate Google Search in Your WordPress Blog
webtechwise.com - While there are some nice plugins to enhance WordPress search like Search Everything and Search Unlished, Google custom search engine (AKA Google CSE) seems to have the best algorithm yet.
How to Backup Your WordPress Blog and Install it Locally Using Xampp
webtechwise.com - If you blog seriously, a vital thing to do is to backup your blog. The backup is used not only for the obvious reason of holding another copy to restore from when necessary, but for testing purposes as well. Check out the ...
Warning – do not change WordPress core files
webtechwise.com - Back in the days when I started building blogs, I made a big (yet common) mistake of modifying WordPress core files. WordPress core files are essentially all files included in WordPress installation except the ones located in the wp-content folder (and ...
How to Speed Up Your WordPress Blog by Having Less Plugins
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.
How to Add jQuery Effects to Your WordPress Blog Without Installing Plugins
webtechwise.com - In my previous post I explained why it’s better to add functionality to your blog by customizing functions rather than installing plugins. For the sake of example, I’ll present a method to add lightbox effect (FancyBox jQuery plugin to be exact) ...