theme-development plugin-customization ecommerce bug-fixing wp-upgrade seo-wp

Article of the Day

WordPress Latest Plugins

wp-latest-plugins

1)Admin Collapse Subpages: jQuery-powered plugin that allows expansion/collapse of subpages within pages admin (/edit.php?post_type=page) menu. 2)WP-SpamCaptcher: Integrates SpamCaptcher anti-spam methods with WordPress including comment and registration spam protection. WPMU Compatible. 3)Authorize by IP: Authorize by IP is a tool that allows access to the wordpress website based on specified IP addresses. 4)Style Replacement: Change the [...]

Features & Advantages of WordPress

wp-features

WordPress is an open source blog tool which is based on PHP and MySQL. It is also used as a Content Management System(CMS). It has lot of features & advantages over the other CMS & Frameworks.   Features of WordPress: Easy installation and upgrade. Dynamic page creation User Friendly Admin Panel Easy & Effective SEO [...]

Speeding up your wp website

speed

1. Limit the Number of Plug-ins that you Use ( You need to remove unwanted plug-ins from the blog. It may increase the page load time ) 2. Optimize Images  – You can also optimize images before uploading them to WordPress. ( Use thumbnail images instead of full size images ). 3. Turn off Post [...]

Use Shortcodes in your wordpress

shortcode

Shortcodes are written by providing a handler function. Shortcode handlers are broadly similar to WordPress filters: they accept parameters (attributes) and return a result (the shortcode output). The add_shortcode() function is used to register a shortcode handler. It takes two parameters: the shortcode name (the string used in a post body), and the handler function [...]