Ambrosite Body Class Enhanced is a WordPress app, with a 5.0 average rating from 5 reviews, as of July 9, 2026.
Ambrosite Body Class Enhanced is a WordPress Plugin Directory app by ambrosite. With a rating of 5.0★ from 5 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Ambrosite Body Class Enhanced is a category-leading WordPress app with a limited review volume. It is listed in the Post category on WordPress Plugin Directory, which AppRanks treats as the canonical taxonomy node for ranking and competitor comparison. 5 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (5.0★) signals consistent merchant satisfaction
- +Published by ambrosite — established developer track record
Cons
- −Limited review base (5) — ratings can shift significantly with new feedback
Looking to switch from Ambrosite Body Class Enhanced?
See Ambrosite Body Class Enhanced's alternatives ranked by audit score, rating, and review velocity.
How Ambrosite Body Class Enhanced works
Show full descriptionShow less
When activated, this plugin causes the body_class template tag to output five additional classes.
On single posts (is_single) :
postname-[permalink slug]
single-[category slug]
parent-[parent category slug] (all parent and grandparent categories in a hierarchy of any depth)
On pages (is_page) :
pagename-[permalink slug]
On category archives (is_archive and is_category) :
parent-category-[parent category slug] (all parent and grandparent categories in a hierarchy of any depth)
Custom Taxonomies As of version 1.3, the plugin now supports custom hierarchical taxonomies. The new body classes take the following form:
On single posts (is_single) :
single-[taxonomy]-[term slug]
parent-[taxonomy]-[parent term slug] (all parent and grandparent terms in a hierarchy of any depth)
On taxonomy archives (is_archive and is_tax) :
parent-term-[parent term slug] (all parent and grandparent terms in a hierarchy of any depth)
For single posts, the taxonomy name is included in the class name, because I felt it was important to be able to distinguish between taxonomies in cases where a post is assigned to more than one custom taxonomy, and when the same term might appear in two or more taxonomies. For example, suppose you had a real estate site with property listings in New York City, and you had two custom taxonomies defined: City and State. Then the classes would look like this:
single-city-new-york single-state-new-york
Multisite Support As of version 1.3, the plugin now supports multisite installations. If a multisite install is detected, the plugin will output the follow additional body class on every page of the site:
site-[site ID]
Examples If you have a post titled “Top 10 Decorating Ideas”, in category “Christmas”, with a parent category of “Holidays” and a grandparent category of “Calendar”, the additional body classes will be as follows:
postname-top-10-decorating-ideas single-christmas parent-holidays parent-calendar
Why is this useful? Because it enables you to style individual posts and pages, as well as entire categories of posts, using only CSS, without having to edit the template files or create new templates.
Continuing the above example, if I wanted to give all of the posts in the Christmas category a green heading (to give them some extra holiday cheer), I could use a CSS selector like this:
body.single-christmas h1 { color: green; }
Going further, suppose I want to attach a background image of a Christmas tree ONLY to the “Top 10 Decorating Ideas” post:
body.postname-top-10-decorating-ideas div.post { background: url('images/xmas_tree.gif') no-repeat left top; }
What if I want all posts categorized under Holidays (Christmas, Thanksgiving, Easter, whatever) to have a sidebar with a gold border?
body.parent-holidays div#sidebar, /* all posts assigned to a subcategory of Holidays */ body.single-holidays div#sidebar { /* any posts assigned directly to the Holidays category */ border: solid 2px gold; }
These are just a few examples. If you are experienced in writing CSS selectors, you will find many more uses for the new body classes. For further discussion, check this support forum thread: https://wordpress.org/support/topic/393942
Category rankings
As of Jul 9, 2026- Body#0of 3Top 1%
- Body_class#0of 1Top 1%
- Classes#0of 8Top 1%
- Page#0of 151Top 1%
- Post#0of 567Top 1%
See 90-day rank history for each category
Track daily rank changes, category shifts, and position volatility.
Competitors & alternatives
Ambrosite Body Class Enhanceddoesn't have curated competitor matchups yet. Other tracked post apps on WordPress:
Where Ambrosite Body Class Enhanced stands in the Post category
Ambrosite Body Class Enhanced ranks #0 of 567 apps in the Post category, placing it in the top 1% of the listing.
Frequently asked questions
What is Ambrosite Body Class Enhanced?
Ambrosite Body Class Enhanced is an app for WordPress. It currently holds a 5.0-star rating from 5 merchant reviews, and AppRanks has been tracking its public marketplace data on a daily refresh cycle. It is listed under the Post category on AppRanks, where you can see its current category position, review-velocity trend, and how it compares against the top alternatives in the same space. Developed by ambrosite.
Who uses Ambrosite Body Class Enhanced?
Currently around 200 active stores have installed Ambrosite Body Class Enhanced. Its review base is still building, which usually maps to early-stage merchants and stores piloting a new workflow. It is part of the Post category on WordPress.