C
by haroldstreet 4.3 (6 reviews)

Categories by Tag Table

'Categories by Tag Table' displays all your Categories as rows and Tags as columns in a html table.

Categories by Tag Table ranks #25,113 among WordPress.org plugins with 20+ active installations, is #3,283 of 8,590 in the Customization category, a 4.3/5 rating from 6 reviews, and was last updated Jun 19, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Tested up to WP 7 (Current: 7.1.2)
v2.14 Current Version v2.14
Updated 3 months ago Last Update on 19 Jun, 2026
Refreshed 7 hours ago Last Refreshed on
#3,283 of 8,590 in Customization Top 50% by installs Downloads -41.4% this week
View on WordPress.org
Rank
#25,113
-65 this week
Active Installs
20+
-39.4%
KW Avg Position
1
No change
Downloads
15.9K
+4 today
Support Resolved
0%
No change
Rating
86%
Review 4.3 out of 5
4.3 (6 reviews)

Next Milestone 30

Total Progress 50%
20+ 30+
6,850
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 5 more installs to reach 30+

Rank Changes

24,845 24,921 24,997 25,072 25,148 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
24,570 24,724 24,877 25,030 25,184 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Current #25,113
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
0 10 20 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026 23-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

4.3
6 reviews
Overall 86%
5
5 (83%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
1 (17%)

Frequently Asked Questions

Common questions about Categories by Tag Table

You can specify the style most of the table elements through linking to an external stylesheet of your own and styling the elements within the <div id="catbytag">. The best way to do this is to copy the default stylesheet default-css-settings.css (downloaded with the plugin), edit it as you see fit and then save this new file somewhere else on your website. Finally provide the URL to your new stylesheet in the options. The Table Header looks really weird in my old browser Modern browsers should render the header as text rotated rather than stacked vertically, this usually looks much better.
To fix this edit the stylesheet (either the default one called default-css-settings.css via the plugin editor, or your own external one if you have used the option above) and completely delete the three lines marked that look like this... max-height:7em !important; writing-mode:tb-rl !important; filter:flipv fliph !important; Then replace them with... max-width:0.5em; word-wrap: break-word; font-family:'Lucida Console',Monotype; vertical-align:bottom;
You need to edit the following lines in the plugin file cat-by-tags-table.php (You can do this from within Wordpress using the plugin editor at #blogurl#/wp-admin/plugin-editor.php) so from line 111 in the file the plugin default code is.... $cat_args=array( 'orderby' => 'name', 'order' => 'ASC', 'taxonomy' => 'category' ); $tag_args=array( 'orderby' => 'name', 'order' => 'ASC', 'taxonomy' => 'post_tag' ); you need to replace the 'ASC' with 'DESC' in both places, save the changes and it should work .
Yes just delete the following line... $countsql.="JOIN $wpdb->posts AS E ON E.ID = A.object_id AND E.post_status = 'publish' "; from the plugin file cat-by-tags-table.php
Have a look at version 1002.14 its adapated specially to use images

Sign In / Register

You need to sign in or register to use this feature.