Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kasparsd/widget-context-wporg
- Owner: kasparsd
- License: other
- Created: 2012-09-19T12:53:32.000Z (about 12 years ago)
- Default Branch: develop
- Last Pushed: 2021-11-09T12:01:45.000Z (about 3 years ago)
- Last Synced: 2024-04-14T07:34:30.514Z (7 months ago)
- Topics: php, sidebar, widget-context, wordpress, wordpress-plugin
- Language: PHP
- Homepage: https://widgetcontext.com
- Size: 981 KB
- Stars: 43
- Watchers: 7
- Forks: 17
- Open Issues: 16
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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-wporg2. 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)