by teastudio.pl
4.6 (27 reviews)
WP Posts Carousel
WP Posts Carousel is a widget and a shortcode generator to displays posts or custom post types in Owl Carousel.
Tested up to WP 6.7.5 (Current: 6.9.4)
v1.3.13
Current Version v1.3.13
Updated 10 months ago
Last Update on 16 May, 2025
Refreshed 6 hours ago
Last Refreshed on
Rank
#3,928
—
No change
Active Installs
3K+
—
No change
KW Avg Position
30
—
No change
Downloads
96.5K
+7 today
Support Resolved
0%
—
No change
Rating
92%
Review 4.6 out of 5
4.6
(27 reviews)
Next Milestone 4K
3K+
4K+
173
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 272 more installs to reach 4K+
Rank Changes
Current
#3,928
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.6
27 reviews
Overall
92%
5
23
(85%)
4
2
(7%)
3
0
(0%)
2
0
(0%)
1
2
(7%)
Tracked Keywords
Showing 1 of 1| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| owl carousel | 30 | — | Tag | 1 day 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
- 1.3.13
- Last Updated
- May 16, 2025
- Requires WP
- 3.6+
- Tested Up To
- 6.7.5
- PHP Version
- N/A
- Author
- teastudio.pl
Support & Rating
- Rating
- ★ ★ ★ ★ ★ 4.6
- Reviews
- 27
- 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,714
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#953
Firelight Lightbox
200K+ installs
#257
Performance Lab
200K+ installs
#279
Photo Gallery by 10Web - Mobile-Friendly Image Gallery
200K+ installs
#280
Frequently Asked Questions
Common questions about WP Posts Carousel
If you're using on your website shortcode from this plugin, the best way is to delete old code and generate it again.
If you're using widget, you must update its options.
Go to the plugin settings page and see if there are any notifications
If you're using widget, you must update its options.
Go to the plugin settings page and see if there are any notifications
Now, you can add your custom stylesheet in your's theme directory.
If you don't have "css" folder in your WordPress theme, you must create it.
Then, in this folder create another - named "wp-posts-carousel" and now you can move custom stylesheets in there :)
Folders path should looks like this:
/themes/my_wordpress_theme/css/wp-posts-carousel/custom.css
How can I use custom actions or filters?
From 1.1.1 version you can use your own actions and filters to overwrite values or html code.
Lists of actions:
wpc_before_item_content (1 parameter - $params)
wpc_after_item_content (1 parameter - $params)
Lists of filters:
new filters for developers
wpc_get_shows (1 parameter - $value)
wpc_get_orderings (1 parameter - $value)
get_descriptions (1 parameter - $value)
get_sources (1 parameter - $value)
standard filters
wpc_query (2 parameters - $value, $params)
wpc_item_featured_image_placeholder (1 parameter - $value)
wpc_item_featured_image (2 parameters - $value, $params)
wpc_item_title (2 parameters - $value, $params)
wpc_item_created_date (2 parameters - $value, $params)
wpc_item_categories (2 parameters - $value, $params)
wpc_item_description (2 parameters - $value, $params)
wpc_item_tags (2 parameters - $value, $params)
wpc_item_buttons (2 parameters - $value, $params)
Variable $params includes all plugin's values and other variables that are required to display.
e.g:
To overwrite html of the title, you can create function in your functions.php file:
See "Overwrite title by filters from WP Posts Carousel"
For more info visit WordPress Function Reference/add filter
If you don't have "css" folder in your WordPress theme, you must create it.
Then, in this folder create another - named "wp-posts-carousel" and now you can move custom stylesheets in there :)
Folders path should looks like this:
/themes/my_wordpress_theme/css/wp-posts-carousel/custom.css
How can I use custom actions or filters?
From 1.1.1 version you can use your own actions and filters to overwrite values or html code.
Lists of actions:
wpc_before_item_content (1 parameter - $params)
wpc_after_item_content (1 parameter - $params)
Lists of filters:
new filters for developers
wpc_get_shows (1 parameter - $value)
wpc_get_orderings (1 parameter - $value)
get_descriptions (1 parameter - $value)
get_sources (1 parameter - $value)
standard filters
wpc_query (2 parameters - $value, $params)
wpc_item_featured_image_placeholder (1 parameter - $value)
wpc_item_featured_image (2 parameters - $value, $params)
wpc_item_title (2 parameters - $value, $params)
wpc_item_created_date (2 parameters - $value, $params)
wpc_item_categories (2 parameters - $value, $params)
wpc_item_description (2 parameters - $value, $params)
wpc_item_tags (2 parameters - $value, $params)
wpc_item_buttons (2 parameters - $value, $params)
Variable $params includes all plugin's values and other variables that are required to display.
e.g:
To overwrite html of the title, you can create function in your functions.php file:
See "Overwrite title by filters from WP Posts Carousel"
For more info visit WordPress Function Reference/add filter