Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kasparsd/widget-context-wporg

Widget Context for WordPress
https://github.com/kasparsd/widget-context-wporg

php sidebar widget-context wordpress wordpress-plugin

Last synced: 14 days ago
JSON representation

Widget Context for WordPress

Awesome Lists containing this project

README

        

# Widget Context

[![Lint and Test](https://github.com/kasparsd/widget-context-wporg/actions/workflows/test.yml/badge.svg)](https://github.com/kasparsd/widget-context-wporg/actions/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/kasparsd/widget-context-wporg/badge.svg?branch=master)](https://coveralls.io/github/kasparsd/widget-context-wporg?branch=master)

Source of the [Widget Context plugin](https://widgetcontext.com) for WordPress.

## Install

- Search for "Widget Context" under "Plugins → Add New" in your WordPress dashboard.

- Install as a [Composer](https://packagist.org/packages/kasparsd/widget-context) dependency:

composer require kasparsd/widget-context

## Development

1. Clone the plugin repository:

git clone https://github.com/kasparsd/widget-context-wporg.git
cd widget-context-wporg

2. Install the development dependencies:

npm install

3. Start the development environment:

docker compose up -d

which is available at [widgetcontext.localhost](http://widgetcontext.localhost).

## Screenshots

![Widget Context settings](screenshot-1.png)

![Widget Context configuration](screenshot-2.png)