Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gntsak authored Feb 22, 2021
1 parent 6ad9b1f commit c523c93
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# FABIII-WordPress-Plugin
WordPress Plugin for exposing Member States' bailiffs data
WordPress Plugin publishig Member States' bailiffs data

Development of an open-source WordPress Plugin endpoints publishing real-time data to the FAB Directory.

This solution aims to satisfy the integration of National Registries with existing CMS frameworks but without having REST API capabilities, in order to connect to the FAB Directory. The Plugin builds the REST API endpoints upon the existing WordPress installation.

In order for the Plugin to be used, the **$args** of **get_posts** as well as of the **get_field** should be edited based on the installation's **custom post types** and the **custom fields**.

Also, the function get_field is used by the ACF Plugin. If the installation uses a fifferent way to create the data, the function **get_post_meta()** should be used.

Contact: [email protected]

0 comments on commit c523c93

Please sign in to comment.