WordPress maintenance or security needs? Reach out!
TLDWP

Plugin: essential-content-types (Used by 14 domains)

Security snapshot

Across the 14 essential-content-types sites we've scanned, compared to the all-WordPress average.

Grade A 0% Grade B 0% Grade C 0% Grade D 0% Grade F 100%
Fail the header check (F)100%vs 82.5% avg
Leak usernames57%vs 38.5% avg
Expose a sensitive file7.1%vs 1.8% avg
Use HTTPS86%vs 96.2% avg

Essential Content Types

Essential Content Types allows you to feature the impressive content through different content/post types on your website just the way you want it. These content/post types are missed by the themes in WordPress Theme Directory as the feature falls more towards the plugins’ territory.

Content is at the forefront of any website. Changing the layout of your important content changes the way your website looks, which may not be a plus point if your current website layout is loved by your users.

Additionally, switching themes changes your website layout completely. Therefore, to keep things looking spic-and- span in your website, we bring you Essential Content.

Essential Content allows you to add up to three content/post types:
* Portfolio – Create and display your portfolio on your website
* Testimonials – Add customer testimonials to your website
* Featured Content – Display the content you want as featured content on your website to attract visitors’ attention
* Services – Add your services on your website

Features of Essential Content:
* Enable/Disable any content/post type as needed
* Light-weight
* Supports all themes on WordPress

Essential Content is inspired by Jetpack’s Custom Content Types feature.

However, not everyone wants to have a plugin that “does-it- all”. Some may want plugins to be niche focused and concentrate on smaller areas.

That is precisely what we have done with Essential Content. Essential content, true to its name, has only the essential elements. We have added the features that WordPressers use most. We have ruled out all other elements to make it non-bloated and clean. It takes up lesser space and does the job well.

If you think we have missed any essential content/post types, please let us know. We’ll review the frequency of usage and add your suggestions.

Portfolio Shortcode

You can use shortcodes to embed portfolio projects on posts and pages.

Embedding Portfolio Projects

To embed portfolio projects on posts and pages, first activate the Portfolio custom content type on your site and add some projects to your portfolio.

Next, add the [portfolio] shortcode to a post or page. The shortcode will display projects in different ways, depending on how you use the optional attributes to customize the portfolio layout.

Attributes
* display_types: display Project Types. (true/false)
* display_tags: display Project Tags. (true/false)
* display_content: display project content. (true/false)
* include_type: display specific Project Types. Defaults to all. (comma-separated list of Project Type slugs)
* include_tag: display specific Project Tags. Defaults to all. (comma-separated list of Project Tag slugs)
* columns: number of columns in shortcode. Defaults to 2. (number, 1-6)
* showposts: number of projects to display. Defaults to all. (number)
* order: display projects in ascending or descending order. Defaults to ASC for sorting in ascending order, but you can reverse the order by using DESC to display projects in descending order instead. (ASC/DESC)
* orderby: sort projects by different criteria, including author name, project title, and even rand to display in a random order. Defaults to sorting by date. (author, date, title, rand)

Example

[portfolio display_types="true" display_tags="false" include_type="grooming-tips,best-kitties" columns="2" showposts="10" orderby="title"]

The example will display up to ten portfolio projects in two columns, in ascending alphabetical order by project title. It will display Project Types, hide Project Tags, and only display projects that are assigned the “Grooming Tips” or “Best Kitties” Project Types.

Featured Content Shortcode

You can use shortcodes to embed featured content on posts and pages.

Embedding Featured Content Projects

To embed featured content on posts and pages, first activate the Featured Content content type on your site and add some projects to your featured content.

Next, add the [featured_content] shortcode to a post or page. The shortcode will display projects in different ways, depending on how you use the optional attributes to customize the featured content layout.

Attributes
* display_types: display Content Types. (true/false)
* display_tags: display Content Tags. (true/false)
* display_content: display project content. (true/false)
* include_type: display specific Content Types. Defaults to all. (comma-separated list of Content Type slugs)
* include_tag: display specific Content Tags. Defaults to all. (comma-separated list of Content Tag slugs)
* columns: number of columns in shortcode. Defaults to 2. (number, 1-6)
* showposts: number of projects to display. Defaults to all. (number)
* order: display projects in ascending or descending order. Defaults to ASC for sorting in ascending order, but you can reverse the order by using DESC to display projects in descending order instead. (ASC/DESC)
* orderby: sort projects by different criteria, including author name, project title, and even rand to display in a random order. Defaults to sorting by date. (author, date, title, rand)

Example

[featured_content display_types="true" display_tags="false" include_type="grooming-tips,best-kitties" columns="2" showposts="10" orderby="title"]

The example will display up to ten featured content in two columns, in ascending alphabetical order by project title. It will display Content Types, hide Content Tags, and only display projects that are assigned the “Grooming Tips” or “Best Kitties” Content Types.

Testimonials Shortcode

You can use shortcodes to embed testimonials on posts and pages.
Embedding Testimonials

To embed testimonials on posts and pages, first activate the Testimonial custom content type on your site and add some testimonials.

Next, add the [testimonials] shortcode to a post or page. The shortcode will display testimonials in different ways, depending on how you use the optional attributes to customize the testimonials layout.

Attributes
* display_content: display testimonial content. (full/true/false)
* image: display the featured image. (true/false) Defaults to true.
* columns: number of columns in shortcode. Defaults to 1. (number, 1-6)
* showposts: number of testimonials to display. Defaults to all. (number)
* order: display testimonials in ascending or descending chronological order. Defaults to ASC for sorting in ascending order, but you can reverse the order by using DESC to display testimonials in descending order instead. (ASC/DESC)
* orderby: sort testimonials by different criteria, including author name, testimonial title, and even rand to display in a random order. Defaults to sorting by date. (author, date, title, rand)

Example

[testimonials columns="2" showposts="10" orderby="title"]

The example will display up to ten testimonials in two columns, in ascending alphabetical order by testimonial title.

Service Shortcode

You can use shortcodes to embed service on posts and pages.

Embedding Service Projects

To embed service on posts and pages, first activate the Service content type on your site and add some projects to your Service.

Next, add the [services] shortcode to a post or page. The shortcode will display projects in different ways, depending on how you use the optional attributes to customize the featured content layout.

Attributes
* display_types: display Content Types. (true/false)
* display_tags: display Content Tags. (true/false)
* display_content: display project content. (true/false)
* include_type: display specific Content Types. Defaults to all. (comma-separated list of Content Type slugs)
* include_tag: display specific Content Tags. Defaults to all. (comma-separated list of Content Tag slugs)
* columns: number of columns in shortcode. Defaults to 2. (number, 1-6)
* showposts: number of projects to display. Defaults to all. (number)
* order: display projects in ascending or descending order. Defaults to ASC for sorting in ascending order, but you can reverse the order by using DESC to display projects in descending order instead. (ASC/DESC)
* orderby: sort projects by different criteria, including author name, project title, and even rand to display in a random order. Defaults to sorting by date. (author, date, title, rand)

Example

[services display_types="true" display_tags="false" include_type="grooming-tips,best-kitties" columns="2" showposts="10" orderby="title"]

The example will display up to ten featured content in two columns, in ascending alphabetical order by project title. It will display Content Types, hide Content Tags, and only display projects that are assigned the “Grooming Tips” or “Best Kitties” Content Types.

Food Menu Shortcode

You can use shortcodes to embed Food Menu on posts and pages.
Embedding Food Menu

Embedding Food Menu

To embed food menus on posts and pages, first activate the Food Menu custom content type on your site and add some food menus.

Next, add the [food_menu] shortcode to a post or page. The shortcode will display food menu in the selected post or page.

Attributes
* showposts: number of menu items to display. Defaults to all. (number)
* include_type: display specific Content Types. Defaults to all. (comma-separated list of Content Type slugs)
* include_tag: display specific Content Tags. Defaults to all. (comma-separated list of Content Tag slugs)

Example

[food_menu showposts="10" include_type="pizza,burger,breakfast"]

The example will display up to ten menu items. It will only display menu items in “Pizza”, “Burger” or “Breakfast” sections.

Translations

To translate the plugin, use translate.wordpress.org (GlotPress). You only need your WordPress.org account to join the collaborative translation project.

You can translate Essential Widgets on translate.wordpress.org.

Domain Exposures Headers Last Checked
d*g*a*a*r*d*c*i*n*s.com (WP 7.1) F Sep 4, 2026
l*r*a*d*o*k*.com (WP 7.0.4) F Sep 1, 2026
s*r*y*t*c.com (WP 7.0) F Aug 30, 2026
t*m*i*l.com (WP 7.1) F Aug 29, 2026
m*t*l*b*s.lt F Aug 29, 2026
v*r*f*s*l*e*.com (WP 6.9.1) F Aug 21, 2026
m*c*a*l*i*l*n*i*m*.c*m.au (WP 5.2.21) F Aug 19, 2026
d*x*o*c*s*.de (WP 7.0.2) F Aug 17, 2026
i*e*p*r*s.com (WP 7.0.4) F Aug 15, 2026
t*e*a*r*n*s*a*d.com (WP 6.9.4) F Jul 31, 2026
a*t*m*s*e*u*.com (WP 7.0.2) F Jul 31, 2026
r*d*l*n*a.com (WP 7.0.2) F Jul 26, 2026
h*r*k*a*a*o.com (WP 7.0) F Jul 18, 2026
a*n*l*u*e*a*d*n.com (WP 6.9.4) F Jul 17, 2026

Top 50 Plugins

Plugin Count
elementor 1,718,857
contact-form-7 1,715,107
elementor-pro 1,024,535
woocommerce 794,067
revslider 589,808
jetpack 421,101
js_composer 406,493
wp-rocket 323,311
essential-addons-for-elementor-lite 255,642
google-site-kit 255,241
gravityforms 251,714
complianz-gdpr 251,192
cookie-law-info 222,410
instagram-feed 218,806
sitepress-multilingual-cms 206,037
header-footer-elementor 198,827
google-analytics-for-wordpress 197,771
bluehost-wordpress-plugin 188,879
elementskit-lite 172,624
gutenberg 150,469
litespeed-cache 144,963
cookie-notice 143,896
gutenberg-core 128,828
gtranslate 120,251
the-events-calendar 119,698
wpforms-lite 117,426
astra-sites 107,638
popup-maker 106,357
woocommerce-payments 103,866
tablepress 101,449
honeypot 96,124
astra-addon 90,946
duracelltomi-google-tag-manager 87,998
coblocks 87,870
wp-smushit 87,755
layerslider 86,142
all-in-one-seo-pack 85,727
bb-plugin 84,499
ml-slider 82,011
akismet 81,090
premium-addons-for-elementor 79,979
cleantalk-spam-protect 79,874
megamenu 78,502
mailchimp-for-wp 78,318
ewww-image-optimizer 76,691
wp-pagenavi 76,438
jet-engine 76,202
fusion-builder 75,147
smart-slider-3 74,018
gravityformsrecaptcha 72,727

Top 50 Themes

Theme Count
hello-elementor 606,212
Divi 480,849
astra 399,444
flatsome 146,324
Avada 117,981
generatepress 111,785
pub 89,179
oceanwp 77,588
kadence 77,330
enfold 66,672
salient 63,159
twentyseventeen 52,714
bb-theme 51,571
twentytwentyfour 51,303
betheme 51,267
cocoon-master 49,806
blocksy 49,401
twentytwentyfive 45,981
woodmart 44,867
h4 44,842
dt-the7 44,323
neve 36,868
Avada-Child-Theme 36,372
gox 35,833
lightning 30,826
bridge 30,214
twentytwentyone 29,209
swell 29,170
twentytwenty 27,859
bricks 26,832
Impreza 25,422
Newspaper 23,501
twentytwentythree 21,153
epik-redesign 18,814
twentytwentytwo 18,020
uncode 17,966
twentysixteen 17,180
pro 17,085
sydney 15,694
storefront 15,589
Total 14,039
factory-templates-4 13,905
hello-theme-child-master 13,540
themify-ultra 13,177
hestia 12,243
yootheme 12,232
yith-wonder 11,662
jupiter 11,553
twentyfifteen 11,520
porto 11,507