Scrape content from another site and display on wordpress site.
-
Currently working on New Vansterdam and we use Leafly to display our Menu online.
Leafly allows you to embed the menu onto your site but what I want is to just display the categories of the menu, so in example id like to have a flower page that just pulls all the “flower” category items and not everything else on the menu.
Ive tried the answers on here stack exchange but it doesnt do anything on my site. Also tried using the wp web scraper plugin but that didnt seem to work.
The div coding for the flower section of the leafly menu is:
<div class="m-accordion--main-group" data-ng-show="'Flower' == filterItem || filterItem == 'all'">
- The topic ‘Scrape content from another site and display on wordpress site.’ is closed to new replies.