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

Plugin: constellation-client-portal (Used by 5 domains)

Constellation Client Portal

👤 ARS 📦 v2.7.1 🔗 Plugin Homepage

A professional client portal for WordPress that helps you organize clients, customers, groups, and teams. Create unlimited client pages and securely share private pages, posts, and files.

Upgrade to the Pro version and integrate with WooCommerce to accept payments for invoices and services.

Whether you are a veteran of high-level business or just starting out, Constellation Client Portal gives you the tools that you need to manage your operations efficiently and professionally, so that you can do business with confidence.

Features

  • Create unlimited private pages for your clients, customers, and team members.
  • Create private invoice and file posts for your clients and display them on private client pages, with simple to use shortcodes.
  • Attach private files (example: pdf, jpg, docx, xlsx, etc) to invoice and file posts.
  • Prevent direct access to client files by users, search engines, and bots.
  • Assign WordPress users to Companies.
  • Assign users (example: consultants) to multiple companies to allow them to access files that are assigned to different companies.
  • Easily add curated lists of invoices and documents to client pages via simple to use shortcodes.

Pro

  • Automatically redirect clients to their private client page at login (optional login redirect setting).
  • Integrate your invoices with WooCommerce and add a pay button to your unpaid invoices, and accept payments from your customers and clients (requires WooCommerce).
  • Change the Client Page, Client File, and Client Invoice URL base names (“accp-client-page,” “accp-clientfile,” and “accp-clientinvoice) to names of your choosing.
  • Automatically send email notifications to clients when a new File or Invoice post is created.
  • Automatically send reminder email notifications on a schedule.
  • Easily customize the look of client-facing lists and pages.
  • Display client-facing lists in list or grid layout.
  • Easily generate, save, and edit file and invoice shortcodes within the plugin settings.
  • Add due dates and past due notices to invoices and files.
  • Further restrict file and invoice access within a company by user and role.
  • Restrict file and invoice category access by user and role.
  • Add internal notes to File and Invoice posts.
  • Export file and invoice lists to CSV.
  • Create global client pages that can be accessed by multiple companies.
  • Create global client files that can be accessed by more than one company.

Use Cases

Constellation Client Portal is your portal for everything, and helps you interface with clients, customers, teams, and groups. It’s professional, extendable, versatile, and is designed to sit at the heart of your organization to save time and lower costs.

Example Use Case Areas

  • Businesses and Professionals – Interface with clients, customers, employees, contractors, and vendors.
  • Freelancers – Interface with clients, customers, contractors, and vendors.
  • Project Managers / Teams – Interface with stake holders, contractors, project members, and vendors.
  • Teams – Interface with team members, staff, affiliates, vendors, and contractors.
  • Groups and Organizations – Interface with group members, and other affiliates.

Shortcodes (Core)

The shortcode parameters, below, are for use with the core version of the plugin. The pro version allows for file and invoice shortcodes to be easily generated, saved, and edited within the plugin settings.

Unpaid Invoice List

[accp_clientinvoices invoice_status="unpaid"]

Paid Invoice List

[accp_clientinvoices invoice_status="paid"]

Invoice Shortcode Parameters

  • invoice_status this is the payment status of the invoice. Accepted Values: “paid” or “unpaid”. Default: “unpaid”.
  • display_number this is the number of posts per page. Accepted Values: any positive whole number. Default: -1 (which displays all posts returned in a query).
  • order_by this allows for lists to be sorted by post title instead of date. Accepted Values: “title” or “date”. Default: “date”.
  • order this allows the sort order to be changed. Accepted Values: “ASC” or “DESC”. Default: “DESC”.
  • show_excerpt this allows for a post excerpt to be displayed with each list item. Accepted Values: “true” or “false”. Default: “false”.
  • excerpt_length this allows you to constrain the number of words, “show_excerpt” is set to “true”. Accepted Values: any positive whole number. Default: null.
  • show_thumbnail this allows the featured image to be displayed with each list item (if a featured image is set). Accepted Values: “true” or “false”. Default: null.
  • thumbnail_size this allows you to choose an image size if the “show_thumbnail” attribute is set to “true”. Accepted Values: any valid thumbnail slug that is available in your theme (ex. “full”). Default: null.
  • align_thumbnail this allows the thumbnail image alignment to be set if the “show_thumbnail” attribute is set to “true”. Accepted Values: “center”, “left”, “right”, “float-left”, or “float-right”. Default: null.
  • show_post_date this allows for the WordPress post date to be displayed with each item in a list. Accepted Values: “true” or “false”. Default: “false”.
  • categories Accepted Values: this can be entered as an Invoice Category Slug or ID, or a combination of those. Separate multiple values with a comma (ex. “21, category-a”). Default: null.
  • link_title Accepted Values: “nolink”. Adding this parameter and setting the value to “nolink” will remove the href from post titles in the list and make them unclickable. Default: null.
  • class Accepted Values: any valid HTML class attribute name or names (separate multiple class names with a space). Default: null.

Document/File List

[accp_clientfiles]

File Shortcode Parameters

  • categories Accepted Values: this can be entered as a File Category Slug or ID, or a combination of those. Separate multiple values with a comma (ex. “21, category-a”). Default: null.
  • display_number this is the number of posts per page. Accepted Values: any positive whole number. Default: -1 (which displays all posts returned in a query).
  • order_by this allows for lists to be sorted by post title instead of date. Accepted Values: “title” or “date”. Default: “date”.
  • order this allows the sort order to be changed. Accepted Values: “ASC” or “DESC”. Default: “DESC”.
  • show_excerpt this allows for a post excerpt to be displayed with each list item. Accepted Values: “true” or “false”. Default: “false”.
  • excerpt_length this allows you to constrain the number of words, “show_excerpt” is set to “true”. Accepted Values: any positive whole number. Default: null.
  • show_thumbnail this allows the featured image to be displayed with each list item (if a featured image is set). Accepted Values: “true” or “false”. Default: null.
  • thumbnail_size this allows you to choose an image size if the “show_thumbnail” attribute is set to “true”. Accepted Values: any valid thumbnail slug that is available in your theme (ex. “full”). Default: null.
  • align_thumbnail this allows the thumbnail image alignment to be set if the “show_thumbnail” attribute is set to “true”. Accepted Values: “center”, “left”, “right”, “float-left”, or “float-right”. Default: null.
  • show_post_date this allows for the WordPress post date to be displayed with each item in a list. Accepted Values: “true” or “false”. Default: “false”.
  • link_title Accepted Values: “nolink”. Adding this parameter and setting the value to “nolink” will remove the href from post titles in the list and make them unclickable. Default: null.
  • class Accepted Values: any valid HTML class attribute name or names (separate multiple class names with a space). Default: null.

Global Files (Pro)

[accp_global_files]

Company Menu (Pro)

[accp_company_menu]

Company Menu Shortcode Parameters

  • excluded_page_ids – this allows for pages that are assigned to a given company to be excluded from the company menu. Accepts a comma separated list of Client Page ID’s. Default = null.
  • list_style – this allows the UL orientation to be changed. Accepts ‘vertical’ or ‘horizontal.’ Default = horizontal.
  • align – this allows for the menu alignment to be set. Accepts ‘left,’ ‘right,’ or ‘center.’ Default = left.

Documentation

  • Quick Start Guide – Follow the quick start guide to quickly set up the initial foundation for your client portal.
  • Plugin Documentation – View the plugin documentation for other helpful information.

Support

Pro users, with active licenses, should open a support ticket by accessing their account on constellationclientportal.com for help and support.

DomainExposuresHeadersLast Checked
t*e*r*n*o*o*i*t.com (WP 7.0) F 2026-05-26 13:43:32
u*i*u*c*n*t*u*t*o*s*r*i*e.com D 2026-05-23 23:56:02
m*t*c*b.com (WP 6.9.4) F 2026-05-18 07:21:21
a*e*h*a*o*s*l*i*g*o*p*r*t*o*.com (WP 6.8.3) F 2026-05-11 13:54:31

Top 50 Plugins

Plugin Count
elementor 1,819,196
contact-form-7 1,789,483
elementor-pro 1,060,662
woocommerce 824,782
revslider 623,770
jetpack 470,465
js_composer 436,870
wp-rocket 337,948
essential-addons-for-elementor-lite 297,183
gravityforms 269,158
complianz-gdpr 259,951
cookie-law-info 234,187
instagram-feed 230,506
google-site-kit 224,321
sitepress-multilingual-cms 223,618
google-analytics-for-wordpress 216,054
header-footer-elementor 212,182
elementskit-lite 209,363
bluehost-wordpress-plugin 191,408
gutenberg 163,525
gutenberg-core 160,943
cookie-notice 153,633
the-events-calendar 133,454
litespeed-cache 132,870
wpforms-lite 130,558
gtranslate 129,224
astra-sites 120,332
popup-maker 117,257
woocommerce-payments 113,813
tablepress 110,939
coblocks 100,525
honeypot 98,579
astra-addon 96,287
duracelltomi-google-tag-manager 94,758
wp-smushit 94,540
all-in-one-seo-pack 94,163
LayerSlider 92,505
bb-plugin 91,548
premium-addons-for-elementor 87,784
megamenu 87,690
akismet 86,772
mailchimp-for-wp 84,606
cleantalk-spam-protect 84,528
woocommerce-gateway-stripe 83,875
ml-slider 81,965
borlabs-cookie 80,562
fusion-builder 80,452
ewww-image-optimizer 79,824
wp-pagenavi 79,811
formidable 78,763

Top 50 Themes

Theme Count
hello-elementor 622,154
Divi 515,376
astra 427,781
flatsome 136,821
Avada 125,534
generatepress 122,038
pub 110,907
oceanwp 84,326
kadence 79,509
enfold 72,549
salient 67,305
twentytwentyfour 59,420
h4 56,888
twentyseventeen 56,800
bb-theme 55,720
betheme 52,419
cocoon-master 52,256
blocksy 51,289
dt-the7 46,628
twentytwentyfive 44,378
neve 39,825
Avada-Child-Theme 37,985
sydney 35,715
gox 33,650
woodmart 33,613
bridge 33,188
twentytwentyone 32,430
lightning 31,653
twentytwenty 30,348
swell 28,740
Impreza 26,771
bricks 26,340
twentytwentythree 24,219
Newspaper 23,785
voxel 23,104
twentytwentytwo 20,100
kubio 19,580
sinatra 19,425
uncode 19,303
epik-redesign 19,278
twentysixteen 18,417
storefront 18,092
pro 17,983
Total 14,866
extendable 14,714
yith-wonder 14,087
hello-theme-child-master 13,503
themify-ultra 13,124
yootheme 13,090
factory-templates-4 13,019