WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: collapsing-categories (Used by 87 domains)

Collapsing Categories

👤 robfelty 📦 v3.0.12 🔗 Plugin Homepage

Collapsing Categories creates an expandable list of categories and
subcategories. It can also expand to show posts. The primary usage is as a
widget, but you can also use the code in your theme manually if you wish (see
installation instructions)

Options

Options can be set
from the block panel. If you wish to insert the code into your theme manually
instead of using a widget, you can use the following options. These options
can be given to the collapsCat() function either as an array or in query
style, in the same manner as the wp_list_categories function.

$defaults=array(
   'showPostCount' => true,
   'inExclude' => 'exclude',
   'inExcludeCats' => '',
   'showPosts' => true, 
   'showPages' => false,
   'linkToCat' => true,
   'olderThan' => 0,
   'excludeAll' => '0',
   'catSortOrder' => 'ASC',
   'catSort' => 'catName',
   'postSortOrder' => 'ASC',
   'postSort' => 'postTitle',
   'expand' => '0',
   'defaultExpand' => '',
   'postTitleLength' => 0,
   'accordion' => 0,
   'catfeed' => 'none',
   'taxonomy' => 'category',
   'showPostDate' => false,
   'postDateAppend' => 'after',
   'postDateFormat' => 'm/d',
   'useCookies' => true,
   'showTopLevel' => true,
   'postsBeforeCats' => false,
   'expandCatPost' => true,
   'debug'=>'0'
);
  • inExclude
    • Whether to include or exclude certain categories
      • ‘exclude’ (default)
      • ‘include’
  • inExcludeCats
    • The categories which should be included or excluded
  • showPages
    • Whether or not to include pages as well as posts. Default if false
  • linkToCat
    • 1 (true), clicking on a category title will link to the category archive (default)
    • 0 (false), clicking on a category title expands and collapses
  • catSort
    • How to sort the categorys. Possible values:
      • ‘catName’ the title of the category (default)
      • ‘catId’ the Id of the category
      • ‘catSlug’ the url of the category
      • ‘catCount’ the number of posts in the category
      • ‘catOrder’ custom order specified in the categorys settings
  • catSortOrder
    • Whether categories should be sorted in normal or reverse
      order. Possible values:

      • ‘ASC’ normal order (a-z 0-9) (default)
      • ‘DESC’ reverse order (z-a 9-0)
  • postSort
    • How to sort the posts. Possible values:
      • ‘postDate’ the date of the post (default)
      • ‘postId’ the Id of the post
      • ‘postTitle’ the title of the post
      • ‘postComment’ the number of comments on the post
      • ‘postOrder’ sort by menu order
  • postSortOrder
    • Whether post should be sorted in normal or reverse
      order. Possible values:

      • ‘ASC’ normal order (a-z 0-9) (default)
      • ‘DESC’ reverse order (z-a 9-0)
  • expand
    • The symbols to be used to mark expanding and collapsing. Possible values:
      • ‘0’ Triangles (default)
      • ‘1’ + –
      • ‘2’ [+] [-]
      • ‘3’ images (you can upload your own if you wish)
      • ‘4’ custom symbols
  • customExpand
    • If you have selected ‘4’ for the expand option, this character will be
      used to mark expandable link categories
  • customCollapse
    • If you have selected ‘4’ for the expand option, this character will be
      used to mark collapsible link categories
  • postTitleLength
    • Truncate post titles to this number of characters (default: 0 = don’t
      truncate)
  • accordion
    • When set to true, expanding one category closes all others at that level
  • catfeed
    • Whether to add a link to the rss feed for a category. Possible values:
      • ‘none’ (default)
      • ‘text’ shows RSS
      • ‘image’ shows an RSS icon
  • taxonomy
    • Type of taxonmy to display. Possible values:
      • ‘category’ (default)
      • ‘link_category’
      • ‘post_tag’
      • ‘both’ (categories and tags)
      • any other registered taxononmy (e.g. recipe press uses recipe-categories)
  • showPostDate
    • When true, show the date of each post
  • postDateAppend
    • Show the date before or after the post title. Possible values:
      • ‘after’ (default)
      • ‘before’
  • postDateFormat
    • What format the post date is in. This uses the standard php date
      formatting codes
  • useCookies
    • When true, expanding and collapsing of categories is remembered for each
      visitor. When false, categories are always display collapsed (unless
      explicitly set to auto-expand). Possible values:

      • 1 (true) (default)
      • 0 (false)
  • showTopLevel
    • When set to false, the top level category will not be shown. This could
      be useful if you only want to show subcategories from one particular
      top-level category

      • 1 (true) (default)
      • 0 (false)
  • postsBeforeCats
    • When set to true, posts in category X will be ordered before
      subcategories of category X

      • 1 (true)
      • 0 (false) (default)
  • expandCatPost
    • When set to true, any category to which a post is assigned will
      automatically be expanded on a single post page.

      • 1 (true) (default)
      • 0 (false)
  • showEmptyCat
    • When set to true, empty categories are shown
      • 0 (false) (default)
      • 1 (true)
  • debug
    • When set to true, extra debugging information will be displayed in the
      underlying code of your page (but not visible from the browser). Use
      this option if you are having problems

Examples

collapsCat('catSort=ASC&expand=3&inExcludeCats=general,uncategorized')

This will produce a list with:
* categories shown in alphabetical order
* using images to mark collapsing and expanding
* exclude posts from the categories general and uncategorized

`

echo '

    ‘ . “\n”;
    if (function_exists(‘collapsCat’)) {
    collapsCat(array(
    ‘postSort’ => ‘postDate’,
    ‘postSortOrder’ => ‘DESC’,
    ) );
    } else {
    wp_get_categories(‘your_options_here’);
    }
    echo “

\n”;
?>
`

Demo

I use this plugin in my blog at http://robfelty.com

CAVEAT

Currently this plugin relies on Javascript to expand and collapse the links.
If a user’s browser doesn’t support javascript they won’t see the links to the
posts, but the links to the categories will still work (which is the default
behavior in wordpress anyways)

DomainExposuresHeadersLast Checked
f*m*a*e*t*r*s.es F 2026-05-01 12:35:08
p*t*c*i*o*i*o.shop F 2026-04-30 23:35:14
p*e*o*l*i*t*o.com (WP 6.9.4) D 2026-04-30 20:57:10
a*p*n*h*y*.lk (WP 6.9.4) F 2026-04-29 22:37:15
f*a*m*c*i*a*i*n.com F 2026-04-29 17:36:50
f*a*a*i*i*i*a*i*n.com F 2026-04-29 17:36:49
g*s*r*w*b.at D 2026-04-29 15:03:37
t*e*o*c*i*g*o*l*c*m*a*y.com D 2026-04-29 09:26:39
f*r*u*a*r*.com (WP 6.9.4) F 2026-04-28 17:03:17
b*o*.f*d*b*l*t*.com (WP 6.9.4) F 2026-04-28 12:05:17
r*t*-*a*a*.com (WP 6.9.4) F 2026-04-28 09:03:04
v*k*s*h*n*e*.com 🔓 F 2026-04-28 04:36:50
v*e*c*m*a*d*r.com (WP 6.9.4) F 2026-04-28 01:19:00
f*i*z*p*e*e*.de (WP 6.9.4) D 2026-04-27 19:12:00
b*y*-*o*e.net F 2026-04-27 17:58:21
m*e*v*l*e.com (WP 6.9.4) F 2026-04-27 10:17:54
p*s*r*z*v*t.sk (WP 6.9.4) F 2026-04-27 10:08:56
c*m*e*d*u*.p*k*g*m.net (WP 6.9.4) D 2026-04-27 04:25:17
v*a*i*m*b*l*a*i*.com (WP 6.9.4) F 2026-04-27 00:11:58
i*g*e*e*e*v*a*g*a*o*i.com F 2026-04-26 23:41:55
i*g*e*e*e*t*r*s*o.com F 2026-04-26 23:41:55
s*t*s.t*m*l*.edu (WP 6.9.3) F 2026-04-26 20:00:07
r*f*e*t*e*i*e.nl F 2026-04-26 19:41:43
m*c*e*l*h*z*n*o*k*.com (WP 6.9.4) F 2026-04-26 18:02:20
b*l*t*n*k*k*t*k.hu C 2026-04-26 17:56:53
m*c*a*l*u*o*k.com (WP 6.9.4) F 2026-04-26 15:29:14
m*e*r*e*l*b*n.de (WP 6.9.4) F 2026-04-26 12:36:46
c*o*s*e*l*n*e*n*t*o*a*.info (WP 3.5.1) ⚠️ F 2026-04-26 10:18:52
i*i*g.com (WP 6.9.4) F 2026-04-25 23:56:12
m*m*h*t*g*a*h*.de (WP 6.9.4) F 2026-04-25 23:08:25
d*l*v*l*e*.com (WP 6.9.4) F 2026-04-25 11:16:43
a*t*a*h*n*y.com (WP 6.9.4) F 2026-04-25 09:15:16
h*w*o*e*r*t*o*a*t.com F 2026-04-24 19:04:37
u*p*c*i*g*y*o*t*m*r*w*r.com (WP 6.9.4) F 2026-04-24 18:18:30
a*o*i*c*o*a*b*.com (WP 6.9.1) F 2026-04-24 16:24:33
s*r*u*-*n*w*e*.at D 2026-04-24 11:46:13
b*o*-*e*e*v*a*.org (WP 6.0.11) ⚠️ D 2026-04-24 06:45:18
p*w*r*a*l.com (WP 6.9.4) F 2026-04-24 03:36:13
w*k*.n*r*o*e*s*.click (WP 4.9.3) ⚠️ F 2026-04-23 10:37:20
c*u*w*i*i*g.de (WP 6.9.4) F 2026-04-22 23:10:27
d*a*e*e*h*a*t*y*o*u*i*n*.com (WP 6.9.4) C 2026-04-21 03:01:34
m*n*t*l*.com F 2026-04-20 14:03:29
t*u*a*o*i.com F 2026-04-19 20:32:19
o*-*-*e*.com (WP 6.9.4) F 2026-04-19 19:51:05
a*p*e*o*d*u*h*u*e.com (WP 6.9.4) F 2026-04-19 06:42:17
s*a*r*p*r*s.com (WP 6.9.4) D 2026-04-18 08:15:25
a*y*x*u*e*o*r*v*l.com (WP 6.9.4) F 2026-04-18 03:03:20
d*l*a*m*n*.com F 2026-04-18 02:35:38
s*u*d*y*i*t*n.com (WP 6.9.4) F 2026-04-17 13:42:45
k*e*i*r*s*y.com (WP 6.9.4) F 2026-04-17 09:27:12
d*b*a*l*n*.com (WP 6.9.1) F 2026-04-16 17:42:46
r*g*l*t*o*s.com 📡 F 2026-04-16 03:09:37
r*d*t*r*f*r*.com F 2026-04-15 17:57:26
h*w*l*p*p*r*b*s*.com F 2026-04-15 16:38:54
r*v*o*l*c*i*n*.com (WP 6.9.4) F 2026-04-14 07:40:30
p*a*e*a*o*k*e.es (WP 5.6.17) ⚠️ F 2026-04-13 08:14:54
e*a*t*a*v*l*e*.com (WP 6.9.4) F 2026-04-12 22:07:25
j*n*i*e*.com F 2026-04-12 14:53:38
e*p*c*s*o*p*i*e*.com (WP 5.2.4) ⚠️ 🔓 F 2026-04-12 12:10:52
n*r*h*o*t*a*l*.com F 2026-04-11 23:26:00
b*a*k*n*d*o*t*.com (WP 6.9.1) F 2026-04-11 06:05:51
e*k*w.com (WP 6.9.4) F 2026-04-11 02:02:13
b*z*o*x.com (WP 6.9.4) F 2026-04-10 20:27:52
j*h*p*i*s*n.com F 2026-04-10 03:25:25
c*o*s*e*l.com (WP 3.5.1) ⚠️ F 2026-04-10 02:53:50
e*g*i*h*e*t*n*e*.com (WP 5.3.2) ⚠️ F 2026-04-10 01:48:10
p*r*f*r*u*e.com (WP 6.9.4) F 2026-04-09 20:40:05
p*e*j*i*l*m*.com F 2026-04-09 19:26:12
n*l*w*u*t*e*o*m.org 📡 F 2026-04-09 18:04:39
j*b*c*p*.com F 2026-04-09 15:21:28
m*g*s*h*s*t*e*t*r.com (WP 6.9.4) F 2026-04-09 10:46:09
p*a*e*s*a*g*t*r.com (WP 6.9.4) C 2026-04-07 18:31:21
c*o*e*p*g*e*s*r*y*r*.com (WP 6.9.4) C 2026-04-07 05:25:05
s*i*f*e*d.com D 2026-04-05 08:05:15
c*u*t*r*r*e*o*r*e*f.com (WP 3.0.5) ⚠️ F 2026-04-04 07:52:08
c*u*w*i*i*g.com (WP 6.9.4) F 2026-04-04 07:37:58
s*m*i*d*n*a*.com (WP 6.9.4) F 2026-04-04 02:42:09
s*m*e*v*c*t*o*v.com F 2026-04-04 02:29:17
a*r*s*s*r*t*s.com (WP 6.9.4) F 2026-04-04 02:16:30
1*f*l*-*n*i*e.com 2026-03-29 15:47:27
p*o*o*o*n*t.org (WP 6.9.4) 🔓 2026-03-25 16:46:14
a*s*t*l*o*a*i*n.ru (WP 4.4.33) ⚠️ 2026-03-20 04:31:33
s*l*u*p*r*d*s*.com (WP 6.9.4) 2026-03-16 08:09:28
m*t*b*k*-*g.com 2025-11-09 07:25:46
i*a*b*x.com 2025-11-08 07:07:38
i*o*t*n*c*u*o*.com 2025-11-08 06:47:42
e*m*n*e*l*g*r*i*u*.com 2025-11-07 11:15:53

Top 50 Plugins

Plugin Count
elementor 2,368,660
contact-form-7 2,165,742
elementor-pro 1,339,282
woocommerce 1,106,703
revslider 804,310
js_composer 530,877
jetpack 484,639
wp-rocket 389,835
essential-addons-for-elementor-lite 359,758
header-footer-elementor 302,272
gravityforms 287,280
gutenberg-core 285,037
elementskit-lite 282,099
instagram-feed 275,782
google-analytics-for-wordpress 272,178
complianz-gdpr 270,429
google-site-kit 265,816
cookie-law-info 263,112
sitepress-multilingual-cms 237,355
bluehost-wordpress-plugin 222,062
wpforms-lite 208,504
astra-sites 200,980
litespeed-cache 184,041
gutenberg 161,055
gtranslate 160,356
cookie-notice 154,723
coblocks 151,046
the-events-calendar 138,588
popup-maker 130,621
astra-addon 117,526
bb-plugin 116,893
premium-addons-for-elementor 115,563
LayerSlider 114,529
wp-smushit 112,870
mailchimp-for-wp 112,465
tablepress 112,043
duracelltomi-google-tag-manager 102,991
creame-whatsapp-me 101,138
woocommerce-gateway-stripe 99,458
cleantalk-spam-protect 99,356
akismet 98,244
honeypot 97,491
pro-elements 96,302
custom-fonts 95,998
megamenu 95,219
click-to-chat-for-whatsapp 94,671
smart-slider-3 94,485
fusion-builder 93,566
woocommerce-payments 93,551
pixelyoursite 91,524

Top 50 Themes

Theme Count
hello-elementor 769,644
Divi 635,348
astra 614,047
pub 191,746
generatepress 144,742
flatsome 144,379
Avada 142,802
h4 112,219
oceanwp 105,657
kadence 94,582
enfold 82,321
salient 79,395
bb-theme 73,914
twentytwentyfour 71,880
blocksy 68,513
cocoon-master 66,956
twentytwentyfive 66,128
betheme 64,393
twentyseventeen 64,315
dt-the7 53,473
woodmart 50,720
neve 46,795
twentytwentyone 40,531
bridge 39,831
Avada-Child-Theme 38,321
gox 35,982
swell 35,730
twentytwenty 35,365
lightning 35,050
twentytwentythree 32,983
bricks 28,895
Impreza 28,845
Newspaper 26,260
twentytwentytwo 25,826
epik-redesign 22,776
pro 21,533
storefront 21,429
extendable 21,361
uncode 21,205
twentysixteen 20,923
yith-wonder 19,625
sydney 19,495
themify-ultra 18,258
Total 17,405
twentyfifteen 16,409
porto 15,712
hestia 15,361
yootheme 14,498
thrive-theme 14,418
twentynineteen 14,414