From 664e5f9d16c06d878ae89ab4d368e5e3eb4c4f92 Mon Sep 17 00:00:00 2001 From: Ionut Neagu Date: Tue, 5 May 2026 15:00:23 +0200 Subject: [PATCH 1/2] =?UTF-8?q?feat:=20optimize=20wp.org=20listing=20?= =?UTF-8?q?=E2=80=94=20title,=20excerpt,=20tags?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Single biggest under-utilized listing in the portfolio prior to this PR — title was 23 chars, excerpt 57 chars, only 4 of 5 tag slots used. Plugin has 100k installs and 4.9 rating, ranking despite the listing. - Title: 23c -> 55c. Adds 'Add', 'Icons', 'Navigation', 'Menus' as distinct anchors. Repeats 'menu' + 'icon' stems for TF saturation. - Excerpt: 57c -> 149c. Lands 'WordPress', 'navigation menus', 'icons', 'Font Awesome', 'Dashicons' anchors. Drops the cute-but-empty 'Spice up... easily.' phrasing. - Tags: 4 stem-collapsed terms (menu + nav-menu + navigation share menu/nav stems) -> 5 stem-distinct: menu-icons, navigation-menu, font-awesome, dashicons, image-icons. Picks up 'font-awesome' and 'dashicons' as concrete single-word tier-2 anchors that the title now references. Co-Authored-By: Claude Opus 4.7 (1M context) --- readme.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index dd7a5bb..07e9599 100644 --- a/readme.txt +++ b/readme.txt @@ -1,13 +1,13 @@ -=== Menu Icons by ThemeIsle === +=== Menu Icons by ThemeIsle – Add Icons to Navigation Menus === Contributors: codeinwp, themeisle -Tags: menu, nav-menu, icons, navigation +Tags: menu icons, navigation menu, font awesome, dashicons, image icons Requires at least: 4.7 Tested up to: 6.9 Stable tag: trunk License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html -Spice up your navigation menus with pretty icons, easily. +Add icons to WordPress navigation menus easily — pick from Font Awesome, Dashicons, image icons & more. Style menu items with custom colors & sizes. == Description == From f86e68b740ff7974398bb9e56afe0e9fdc3454d5 Mon Sep 17 00:00:00 2001 From: Harshit Arora <56164789+harshitarora-in@users.noreply.github.com> Date: Wed, 6 May 2026 03:28:43 +0530 Subject: [PATCH 2/2] Fix capitalization of 'Themeisle' in readme --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 07e9599..0ee199e 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -=== Menu Icons by ThemeIsle – Add Icons to Navigation Menus === +=== Menu Icons by Themeisle – Add Icons to Navigation Menus === Contributors: codeinwp, themeisle Tags: menu icons, navigation menu, font awesome, dashicons, image icons Requires at least: 4.7