Articles Submitted for www.webtechwise.com
Optimizing Robots.txt file for WordPress indexation
www.webtechwise.com - Robots.txt file is a way to tell search engines and other crawlers which parts of your website should be crawled and indexed. WordPress uses a virtual robots.txt file by default
Using Regular Expressions in WordPress to Manipulate Content
www.webtechwise.com - There are many examples of useful regular expressions around the web, but in this article I will focus on explaining their use in WordPress.
16 WordPress Plugins I Use
www.webtechwise.com - Suresh Asks: "I am a newbie in WordPress and not sure which plugins to install. Can you please advise?" After a year and some of running this blog, I have changed plugins several times and in some cases
Creating Tag List or Tag Cloud for a Specific Category
www.webtechwise.com - Question: Is it possible to create a category specific tag cloud or to list tags per category? There are a few plugins that are supposed to enable filtering tags for specific category
Which WordPress Plugin Do You Use for Mobile Phone Compatibility?
www.webtechwise.com - I was wondering which plugin do you use for smartphone compatibility in your blog. I heard recommendations about WPtouch but wasn’t sure about some of its setting. At the time this question was asked
9 WordPress Plugins for Routine Maintenance Checks
www.webtechwise.com - Like a car engine that needs oil changing every 3000 miles, your WordPress system also needs periodically maintenance. The following WordPress plugins scan your system for security vulnerabilities, redundant database entries, post revisions and memory usage
Plugin Test Drive
www.webtechwise.com - Plugin Test Drive is a WordPress plugin that lets you test any plugin before actually using it. After selecting a plugin for testing, Plugin Test Drive will load it for you only.
Plugin Test Drive – a New WordPress Plugin
www.webtechwise.com - You don’t invite someone to dinner with your family on your first date with them, right? Well, I don’t think WordPress plugins should be treated differently (that was a weird analogy, I know). Before letting
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.