by cip
4.4 (23 reviews)
Enhanced Category Pages
Create custom enhanced pages for categories and any taxonomy term and manage them as a custom post.
Tested up to WP 4.5.33 (Current: 6.9.4)
v2.3.0
Current Version v2.3.0
Updated 9 years ago
Last Update on 14 Jul, 2016
Refreshed 6 hours ago
Last Refreshed on
Rank
#4,883
-1 this week
Active Installs
2K+
—
No change
KW Avg Position
156.3
-0.7 better
Downloads
51.3K
+5 today
Support Resolved
0%
—
No change
Rating
88%
Review 4.4 out of 5
4.4
(23 reviews)
Next Milestone 3K
2K+
3K+
522
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
Need 511 more installs to reach 3K+
Rank Changes
Current
#4,883
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
4.4
23 reviews
Overall
88%
5
18
(78%)
4
1
(4%)
3
1
(4%)
2
1
(4%)
1
2
(9%)
Tracked Keywords
Showing 3 of 3| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| term | 103 | — | Tag | 13 hours ago |
| enhanced | 176 | — | Tag | 13 hours ago |
| taxonomy | 190 | — | Tag | 13 hours ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 2.3.0
- Last Updated
- Jul 14, 2016
- Requires WP
- 3.0.1+
- Tested Up To
- 4.5.33
- PHP Version
- N/A
- Author
- cip
Support & Rating
- Rating
- ★ ★ ★ ★ ☆ 4.4
- Reviews
- 23
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,708
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#955
WP-Sweep
100K+ installs
#286
Recent Posts Widget With Thumbnails
100K+ installs
#333
Content Views – Post Grid & Filter, Recent Posts, Category Posts … (Shortcode, Gutenberg Blocks, and Widgets for Elementor)
100K+ installs
#368
Frequently Asked Questions
Common questions about Enhanced Category Pages
We use the category_description or get_the_archive_description filters in order to replace the plain content with the enhanced one.
content-ecp.php and content-page.php partial templates are looked for (in that order) and the first found is loaded.
Enhanced Category (safe name: enhancedcategory) custom post type is created and a post is generated automatically for each category/term.
Enhanced Category Post (ECP) is synchronized in both directions with it's corresponding category i.e. category name - ECP title, category slug - ECP slug, category description - ECP excerpt.
Enhanced Category posts are deleted when the plugin is deleted using the WordPress plugin management page. Note: nothing is deleted when the plugin deactivated.
Yes, you can pass the category/term id to setup_ec_data method like this ($categories is presumed to be an already fetched array of categories/terms): foreach($categories as $category) { $GLOBALS['enhanced_category']->setup_ec_data($category->term_id); the_post_thumbnail('thumbnail'); }
Enhanced Category Post (ECP) requires at least PHP 5.3 running on your server. Contact your hosting to update the PHP version.