Use a shortcode to display the uk food standards hygiene rating for the current business (current post’s title) or you can pass the business name within the short code.
This plugin calls and uses the UK food hygiene rating data API, see: http://ratings.food.gov.uk/open-data/en-GB
螢幕截圖
安裝
Install plugin via the usual plugin method
Activate the UK Food Hygiene Rating plugin
Include the [food] shortcode in your post and plugin will use the post’s title as business name to look up
Or use [food business=”the business name”]
Configure the plugin via the plugin’s Settings admin page
The plugin was a great start to what I needed although I ended up having to edit the code to make it work for all of my needs, there are three pubs with the same name near my location and the Plugin would not give me the correct pub just based on the pub name so I modified the code to add an extra variable to the short code of [address], so now I can use the shortcode to lookup the establishment name and address if the title of a blog post is insufficient.
If I get time I may make a few more changes and release the updated Plugin myself.