WP Ingresso is a custom WordPress plugin designed to integrate with the Ingresso API, fetching movie data and dynamically displaying it on your WordPress site.
The plugin uses the Ingresso API to fetch movie information:
- Download the plugin
.zip
file from the plugin repository. - Navigate to
Plugins > Add New > Upload Plugin
. - Click
Choose File
, select the.zip
file, and clickInstall Now
. - After installation, click
Activate
to enable the plugin. - Go to
Settings -> Ingresso
and fill the fields accordingly.
If you use Composer for managing dependencies:
composer require wpackagist-plugin/wp-ingresso
After that, make sure to activate the plugin from your WordPress dashboard.
- WordPress Version: ^6.5.2.
- PHP Version: 8.1 or higher.
-
How do I customize the frontend output? Copy the files, example
template/template-ingresso-event.php
and paste it into your theme likemy-custom-theme/wp-ingresso/template-ingresso-evento.php
folder, then you can customize the HTML as needed. -
Can I use this plugin on multisite installations?
Yes, this plugin is compatible with WordPress multisite. -
Does it support caching?
No, caching is not built-in. We suggest to address this topic with your hosting provider. -
Can I extend the plugin for more external APIs?
No, the plugin works only with Ingresso.com API client.
This plugin is licensed under the GPL 2.0 or later.