WordPress代写 | WEBD 3027 ASSIGNMENT

本次加拿大CS代写主要是写一个WordPress的web网站

Developing for Content Management Systems                       

 

The LinkedIn Learning tutorial has given you a solid introduction into the fundamentals of defining developing and deploying a custom WordPress Plugin of your making. This assignment will allow you to demonstrate your understanding of Plugin development by having you create a new plugin which makes use of a restful API of your choosing.

Your plugin will do the following.

Your API display plugin should contain a settings page that allows the end-user to configure what and how the API is called and what data will be returned.

 

In order for your data to appear within post or page content, your plugin should allow the insertion of ShortCodes which will embed the plugin’s output within the content.

In order for your data to appear within widget areas, your plugin should be ‘widgetized’ so that it can be displayed in a widget area such as a sidebar or similar.