The Web Content Management Systems (WCMS) like, Wordpress has changed the way that websites can be developed, and almost 30% websites are powered by WordPress. In addition, more and more users are accessing Internet using laptop, smart phones and also they shop online too and to grab this opportunity many companies are launching e-commerce websites well known examples are E-bay and Amazon but these are not the only one thousands of e-commerce platforms such as, country specific and product specific are on the web and they are running successfully. However, some small business owners think that they can not open their online shop, because it involves a lot of technical knowledge of computer programming, although ever since WCMS system has come, like WordPress, Joomla and Drupal the website development and management have become like managing a social media website, and that is true. In this article, I will explain that how can you build your own online shop using WordPress. To …
If you want to customise or need to add an extra functionality for your website, you can do this by changing the core of the WordPress, however, if WordPress gets updated your changes will be ineffective. So, to get rid of this problem WordPress introduced modular architecture in which if ones need to extra functionality he can add PHP module called plugins and these plugins are written in PHP . In addition, HTML, JavaScript, JavaQuery and AJAX can also be incorporated to add more functionality , but in this article I will only use an echo command to print a single sentence in PHP, this plugin will be very simple but at the end you will be able to create your own plugin.
First of all WordPress plugin is a PHP file and this need plugin header in PHP comment which is
____________________________________________
<?php
/*Plugin Name: Simple Plugin
Plugin URI: https://wordpress.org/plugins/simpleplugin/
Description: This is demonstration for simple plugin
Version: 0.1.0
Author: Binde…
First of all WordPress plugin is a PHP file and this need plugin header in PHP comment which is
____________________________________________
<?php
/*Plugin Name: Simple Plugin
Plugin URI: https://wordpress.org/plugins/simpleplugin/
Description: This is demonstration for simple plugin
Version: 0.1.0
Author: Binde…