1.0.0 • Published 4 years ago

wp-widgetify v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

wp-widgetify

The Widgetify WordPress Plugin is a collection of WordPress widgets designed to help web designers build sections of their web page easily via widgets.

NPM

You can install directly via NPM to your project folder.

npm install wp-widgetify

Usage

Once installed, log into your WordPress admin dashboard and head over to the Widgets section of your Widgetify theme. You should see all the available widgets for your usage. The following are a list of the standard widgetify widgets available for your use and their functions (to see more on specific use case, refer to documentation):

CSS Classes

By default, Widgetify uses a number of CSS classes for styling. You can also add your own custom classes by way of hooks. Listed below are the standard Widgetify classes (to see more on specific use case, refer to documentation):

Hooks/Extensions

You can extend the functionality of your widgetify widgets by adding the following hooks to your functions.php file or plugins. To see more on specific use case, refer to documentation. For e.g.

add_action('widgetify_banner_caption', 'your_custom_function');
function your_custom_function($title) {
  //your code...
}

Tooling

Widgetify utilizes Bootstrap 3.3.7 and Row Spacer for UI frameworking.

Requirements

WordPress

Contributions

Anyone and everyone is welcome to contribute.