Articles Submitted for www.webtechwise.com
How to Integrate Google Search in Your WordPress Blog
www.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
www.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
www.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
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.
How to Add jQuery Effects to Your WordPress Blog Without Installing Plugins
www.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) ...