Just gather data from the Allociné exorted xml and display it with a shortcode.
-
Install MAMP
- Download MAMP here and install it.
-
Get WordPress
-
Download WordPress here and extract it into you MAMP's htdocs folder.
-
Make an SQL Database with PHPMyAdmin from MAMP and complete the WordPress installation, to connect to WordPress you can go to localhost (more help can be found here).
-
-
Install the plugin
- Go into the WordPress plugin's folder.
For windows :
cd C:\MAMP\htdocs\wp-content\plugins
- Clone the repository in it.
git clone https://github.com/The-Last-Resort-FR/AllocineWordPressPlugin
-
Go into the WordPress administration dashboard and look for the installed plugin menu.
-
Enable the plugin.
-
Use the plugin
-
In the WordPress personalisation menu look for the URL du fichier XML Allociné section and then enter there the url to your own Allociné exported XML.
-
On the desired page, add a shortcode block and enter the code [acpsc].
-
Good job you're all set up !
-