Jigawsoul
Jigawsoul
Hi, My site serves different content based on a users GEO, how could I append `-GB`, `-US` to the static file which is created? Many thanks
``` html { font-size: 62.5%; } h1 { font-size: responsive 2rem 3.5rem; } ``` when the first media query kicks in the h1 becomes `48.3674px` computed, `3.5rems` is only equal...
Hi, I'm getting this error, *The current node list is empty.* Is there away of it just skipping this element if it's unable to scrape the data? e.g. `$company_crawler->filter('a.cp-links-url')->attr('href')` Thanks.
Does this plugin still work, it has seemed to break on my site.
Hi, I can't seem to filter my custom post type `resources` by custom taxonomies `resource_type` and `resource_theme` these fields are showing the response. `/wp-json/wp/v2/resources?_embed` Although I am unsure if I...