From 83ab74122f8853e86f13c779c91c5edfe16f0366 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 1 Nov 2021 17:54:08 +0600 Subject: [PATCH] Add WordPress Default / WordPress theme --- src/technologies/w.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/technologies/w.json b/src/technologies/w.json index 696fab987..4f3dd991f 100644 --- a/src/technologies/w.json +++ b/src/technologies/w.json @@ -1003,6 +1003,20 @@ ], "website": "https://wordpress.org" }, + "WordPress Default": { + "cats": [ + 80 + ], + "description": "WordPress Default is a default WordPress theme.", + "dom": "link[href*='/wp-content/themes/default/']", + "icon": "WordPress.svg", + "pricing": [ + "freemium" + ], + "requires": "WordPress", + "scriptSrc": "/wp-content/themes/default/", + "website": "https://wordpress.org/themes/default" + }, "WordPress Super Cache": { "cats": [ 23,