A guide to WordPress Dashboard

A guide to WordPress Dashboard

The first page you see after you login to your WordPress website admin area is called the Dashboard. From the dashboard, you can easily customize your site and create a post or page. The WordPress dashboard area also gives you an overview of your website. It displays many useful quick links for performing common tasks such as writing a quick draft or replying to the latest comment.

The dashboard area itself is a collection of different widgets that can be enabled or disabled. To see the list of enabled or disabled widgets, simply click on the “Screen Options” drop down menu at the top of the page. If you will like to enable a widget, simply check it, or uncheck it to disable. Read more about A guide to WordPress Dashboard

Creating a Custom API for Magento

Creating a Custom API for Magento

The Core API allows you to manage a set of common resources used in Magento. However, you may choose to have your own set of resources to manage, or you may wish to extend the Core API to handle additional resources.

This tutorial leads you through the process of creating a custom API for a customer module that handles basic customer information.

Note: This tutorial applies to v1 of the API.

To learn more about the Core API, to read Magento Core API calls.

For general information about the Magento API, go to the Introduction.

Read more about Creating a Custom API for Magento