WordPress

/WordPress

SEO-Breeze

Technology : PHP, HTML, CSS, Bootstrap, WordPress, MySQL Project Description : SEO Breeze is an ultimate SEO plugin for WordPress sites which includes Features: XML Site Map, Page Analysis, Moz integration Role: Design and Development.

By |March 20th, 2016|Projects, WordPress|0 Comments

CollageMaker

Technology: PHP, HTML, CSS, Bootstrap, WordPress, MySQL Project Description: Collage Maker is an easy to use WordPress Plugin for Bloggers or Users. It automatically generates cool looking image collages Role: Design and Development.

By |March 20th, 2016|Projects, WordPress|0 Comments

WordPress Web Development Advantages

1. Flexibility and lower cost of development: Being an open source CMS WordPress is free, does not involve licensing cost and has no restrictions on modifications, additions or changes to the code. 2. Customizable: WordPress CMS is the ideal platform to build websites customized to any requirements or budget,be it a small individual website, blog, [...]

By |February 10th, 2016|Blog, WordPress|0 Comments

Redirection

In previous articular we have discus Migrate site from ASP to WordPress.  After successfully migration your ASP site to WordPress it's important to maintain redirection. Because If you have an old url ranking is good in Google and move to a new, permanent location, a 301 redirect can pass the search engine ranking score of the old ranking [...]

By |February 10th, 2016|Blog, PHP, WordPress|0 Comments

Best WordPress Plugin for Improving Your Customer Service

I have search many support plugin for WPSeeds support and finally  found most popular WP Support Plus plugin. The plugin works great, installation and configuration are very simple, and customization is a breeze. It seems like a very nice and clean plug-in so far. It is great for someone who needs something quickly and make it up. [...]

By |September 15th, 2015|Blog, WordPress|0 Comments

Secure your WordPress Plugin : CSRF protection

I fixed this vulnerability in my WordPress 'WP Database Backup' plugins and would like to share the same knowledge to other developers. Lest you think this security stuff isn't important, a major vulnerability was recently found in the WordPress plugins, which is installed on many WordPress sites and which allowed hackers to manipulate the WordPress database using [...]

By |August 21st, 2015|Blog, PHP, WordPress|0 Comments

Disable WordPress Admin Bar

 Disable WordPress Admin Bar for All Users Except Admin if you want Disable WordPress Admin Bar for All Users Except Admin then Paste following code in your theme’s functions.php file add_action('after_setup_theme', 'remove_admin_bar'); function remove_admin_bar() { if (!current_user_can('administrator') && !is_admin()) { show_admin_bar(false); } } Disable Admin Bar for All Users If you want to disable Admin Bar for [...]

By |November 25th, 2014|Blog, PHP, WordPress|0 Comments

Why WordPress is popular blogging system?

About WordPress WordPress started in 2003 It was first released on May 27, 2003, by its founders, Matt Mullenweg and Mike Little WordPress is an Open Source project WordPress was used by more than 22.0% of  the top 10 million websites as of August 2013 WordPress is the most popular blogging system in use on the Web, at more than 60 [...]

By |November 10th, 2014|Blog, WordPress|0 Comments

Backing up your WordPress database

Your database contains all your important information if the database is erased or corrupted you lose everything. Sometimes accident can happen when we least expert it. If you can have made a careless mistake and your database is gone how can you restore your data in your database? So Backup your database regularly. The WordPress [...]

By |October 28th, 2014|Blog, PHP, WordPress|0 Comments

How to add search function to your website

If you are design any website it important to add search functionality on your site. Visitor or user essay find the content or exact data/page on your site. So add search function in your site and make your site user friendly. Allowing visitors to search your site is very important. We are so used to [...]

By |July 30th, 2014|Blog, PHP, WordPress|0 Comments