Trending/Popular Post Slider and Widget

Açıklama

✅ Now that you have your website ready why don’t you download and try out this Trending/Popular Post slider to give it better functionality.

Download Now and WP Trending Post Slider and Widget allow you to display the most popular posts/trending posts on your blog by posts views or posts comments. Display your popular post in a page by shortcode or in a sidebar by widget with desired time range.

Download Now this Trending/Popular Post slider because It is proven that Trending Post sliders have been a powerful tool to present your content in a very neat manner with the help of fancy sliders and customized designs.

FREE DEMO | PRO DEMO

Your customer might like the professional and fancy vibe of your site with Trending Post sliders

✅ This plugin displays your trending posts using :

  • Trending Slider (1 design)
  • Trending Carousel (1 design)
  • Trending Gridbox (1 design)
  • Trending widget (1 design)

Download Now it today and explore all the features.

When you want to makeover your WordPress website theme with something extraordinary and creative, you must consider the Trending post slider.

Help your website get a slide-wise display to show the custom posts. Not just eye appealing, it is also loved by visitors as they find it quite easy to locate custom posts.

Note: After inserting shortcode or widget to site, if you are not seeing any post list then kindly visit blog/post section on frontend. It will store the post count on the database**

WP Trending Post Slider and Widget will list post based on your post views or Comment Count. Once you visit post page then plugin will automatic take that post into list.

Also added Gutenberg block support.

✅ Here is the plugin shortcode example

Trending Slider

[wtpsw_popular_post]

Trending Carousel

[wtpsw_carousel]

Trending gridbox

[wtpsw_gridbox]

To display only Trending 4 post:

[wtpsw_popular_post limit="4"]

Where limit define the number of posts to display. You can use same parameter with all shortcode.

✅ Here is Template code

<?php echo do_shortcode('[wtpsw_popular_post]'); ?> 
<?php echo do_shortcode('[wtpsw_carousel]'); ?> 
<?php echo do_shortcode('[wtpsw_gridbox]'); ?> 

✅ Use Following Trending Slider parameters with shortcode

[wtpsw_popular_post]
  • Limit : [wtpsw_popular_post limit=”10″] (Display no of post in a slider)
  • Post Type : [wtpsw_popular_post post_type=”post,page”] ( Display post list of your desired post type. )
  • Post List By : [wtpsw_popular_post view_by=”views”] (Display Post list by Views or Comment count. You can use “views” OR “comment”)
  • Order : [wtpsw_popular_post order=”DESC”] (Display post in a ascending or descending way. You can use “ASC” OR “DESC”)
  • Post Date : [wtpsw_popular_post showdate=”true”] (Display post date. You can use “true” OR “false”)
  • Author : [wtpsw_popular_post showauthor=”true”] (Display post author. You can use “true” OR “false”)
  • Post Content : [wtpsw_popular_post showcontent=”true”] (Display post content. You can use “true” OR “false”)
  • Post content words limit : [wtpsw_popular_post words_limit=”title”] (Display number of words in a post content.)
  • Show Comment Count : [wtpsw_popular_post show_comment_count=”true”] (Display comment count. You can use “true” OR “false”)
  • Hide empty comment count : [wtpsw_popular_post hide_empty_comment_count=”true”] (Display comment that having 0 count. You can use “true” OR “false”)
  • Slider Dots : [wtpsw_popular_post dots=”true”] (Display slider dots. You can use “true” OR “false”)
  • Slider Arrows : [wtpsw_popular_post arrows=”true”] (Display slider arrows. You can use “true” OR “false”)
  • Slider Speed : [wtpsw_popular_post speed=”300″] (Controls slider speed.)
  • Autoplay : [wtpsw_popular_post autoplay=”false”]
  • Autoplay Interval : [wtpsw_popular_post autoplayinterval=”3000″]
  • extra_class : [wtpsw_popular_post extra_class=””] (Enter extra CSS class for design customization ).

✅ Use Following Trending Carousel parameters with shortcode

[wtpsw_carousel]
  • Limit : [wtpsw_carousel limit=”10″] (Display no of post in a slider)
  • Post Type : [wtpsw_carousel post_type=”post,page”] ( Display post list of your desired post type. )
  • Post List By : [wtpsw_carousel view_by=”views”] (Display Post list by Views or Comment count. You can use “views” OR “comment”)
  • Order : [wtpsw_carousel order=”DESC”] (Display post in a ascending or descending way. You can use “ASC” OR “DESC”)
  • Post Date : [wtpsw_carousel showdate=”true”] (Display post date. You can use “true” OR “false”)
  • Author : [wtpsw_carousel showauthor=”true”] (Display post author. You can use “true” OR “false”)
  • Post Content : [wtpsw_carousel showcontent=”true”] (Display post content. You can use “true” OR “false”)
  • Post content words limit : [wtpsw_carousel words_limit=”title”] (Display number of words in a post content.)
  • show_comment_count : [wtpsw_carousel show_comment_count=”true”] (Display comment count. You can use “true” OR “false”)
  • Hide empty comment count : [wtpsw_carousel hide_empty_comment_count=”true”] (Display comment that having 0 count. You can use “true” OR “false”)
  • ** slides to show at a time** : [wtpsw_carousel slides_to_show=”3″] (You can use 1,2,3,4,5 etc)
  • Slides to scroll at a time : [wtpsw_carousel slides_to_scroll=”1″] (You can use 1,2,3,4,5 etc)
  • Slider Dots : [wtpsw_carousel dots=”true”] (Display slider dots. You can use “true” OR “false”)
  • Slider Arrows : [wtpsw_carousel arrows=”true”] (Display slider arrows. You can use “true” OR “false”)
  • Slider Speed : [wtpsw_carousel speed=”300″] (Controls slider speed.)
  • Autoplay : [wtpsw_carousel autoplay=”false”]
  • Autoplay Interval : [wtpsw_carousel autoplayinterval=”3000″]
  • extra_class : [wtpsw_carousel extra_class=””] (Enter extra CSS class for design customization ).

✅ Use Following Trending Gridbox parameters with shortcode

[wtpsw_gridbox]
  • Limit : [wtpsw_gridbox limit=”5″] (Display no of post in a grid)
  • Post Type : [wtpsw_gridbox post_type=”post,page”] ( Display post list of your desired post type. )
  • Post List By : [wtpsw_gridbox view_by=”views”] (Display Post list by Views or Comment count. You can use “views” OR “comment”)
  • Order : [wtpsw_gridbox order=”DESC”] (Display post in a ascending or descending way. You can use “ASC” OR “DESC”)
  • Post Date : [wtpsw_gridbox showdate=”true”] (Display post date. You can use “true” OR “false”)
  • Author : [wtpsw_gridbox showauthor=”true”] (Display post author. You can use “true” OR “false”)
  • Post Content Limit : [wtpsw_gridbox words_limit=”title”] (Display number of words in a post content.)
  • show_comment_count : [wtpsw_gridbox show_comment_count=”true”] (Display comment count. You can use “true” OR “false”)
  • Hide empty comment count : [wtpsw_gridbox hide_empty_comment_count=”true”] (Display comment that having 0 count. You can use “true” OR “false”)
  • extra_class : [wtpsw_gridbox extra_class=””] (Enter extra CSS class for design customization ).

Checkout demo for better understanding

FREE DEMO | PRO DEMO

Essential Plugin Bundle Deal

Annual or Lifetime Bundle Deal

Why Use WP Trending Post Slider and Widget Plugin?

  • Also work with Gutenberg shortcode block.
  • WP Trending Post Slider and Widget Plugin is made with WordPress standard.
  • This plugin helps you to display popular post, trending post, what’s hot on your site in a easy way.
  • WP Trending Post Slider and Widget Plugin, when used effectively, is a great tool to attract your blogs visitors!

✅ Features include:

  • Added Gutenberg block support.
  • Trending post slider
  • Trending post carousel
  • Trending post gridbox
  • Trending post Widget
  • Easy to add.
  • Also work with Gutenberg shortcode block.
  • Elementor, Beaver and SiteOrigin Page Builder Native Support (New).
  • Divi Page Builder Native Support (New).
  • Fusion Page Builder (Avada) Native Support (New).
  • Responsive.
  • You can create multiple testimonial slider with different options at single page or post.
  • Fully responsive. Scales with its container.
  • 100% Multi Language.

Ekran Görüntüleri

  • Front view with grid box.
  • Slider and carousel
  • Widget.
  • Widget frontend view.
  • Setting page.
  • Also work with Gutenberg shortcode block.

Bloklar

Bu eklenti 3 blok sağlar.

  • Trending Slider
  • Trending/Popular Post Slider and Widget
  • Trending/Popular Post Slider and Widget

Yükleme

  1. Upload the ‘WP Trending Post Slider and Widget’ Plugin folder to the ‘/wp-content/plugins/’ directory.
  2. Activate the “WP Trending Post Slider and Widget” Plugin list plugin through the ‘Plugins’ menu in WordPress.
  3. Add a new page and add this short code

* Display popular/trending posts in a slider view.
[wtpsw_popular_post]
* Display popular/trending posts in a Carousel view.
[wtpsw_carousel]
* Display popular/trending posts in a Grid Block view.
[wtpsw_gridbox]

SSS

Will WP Trending Post Slider and Widget work with my theme?

Yes, WP Trending Post Slider and Widget will work with any theme.

If you find any javascript conflict or slider not working then you can raise a support with plugin.

Why I can not see any post at front side although I have inserted shortcode or Widget?

WP Trending Post Slider and Widget will list post based on your post views or Comment Count. Once you visit post page then plugin will automatic take that post into list.

Privacy & Policy

  • We have also opt-in e-mail selection , once you download the plugin , so that we can inform you and nurture you about products and its features.

İncelemeler

2 Eylül 2022
As another review says, this is not a trending post plugin. It's great at showing popular posts, but the ability to only show posts that were published within the specified timeframe is of limited use. If the timeframe is set to, for example, the last 7 days, and no posts are published in that time, no posts will show in the grid/slider. It's a pity, as the way the plugin deals with layouts is way ahead of other plugins, but it doesn't do the one crucial thing it needs to, and that's to display trending posts in a way I'd expect. 3 stars for lookng great, but that's it, sadly.
19 Şubat 2023
<!-- wp:paragraph {"align":null} --> <p>I've given this plugin 3 stars, purely for the layout of the gridbox and/or carousel, which are truly magnificent. </p> <!-- /wp:paragraph --> <!-- wp:paragraph {"align":"justify"} --> <p class="has-text-align-justify">This plugin will never stand up to the WPPopular Post or Top10 plugins though, as it simply does not show trending posts, which is rather misleading for someone looking at the plugin title. </p> <!-- /wp:paragraph --> <!-- wp:paragraph {"align":"justify"} --> <p class="has-text-align-justify">In theory though, it SHOULD work - it has settings for 'Last Day', 'Last Week', 'Last Month', and 'All Time'. </p> <!-- /wp:paragraph --> <!-- wp:paragraph {"align":null} --> <p>That's the theory though - in practice, this plugin only takes posts/pages that were PUBLISHED within the above parameters, making the trending part utterly pointless, unless you wanted to use the ALL TIME setting, which for a website that's been going for years, offers no value at all in keeping the plugin active. </p> <!-- /wp:paragraph --> <!-- wp:paragraph {"align":null} --> <p>It's quite obvious what needds to be done with this plugin, and that's to add a new 'range' parameter in the shortcodes, so that ALL TIME could be used in the main settings, and then the 'range' parameter applied for the last day, last week, or last month, so that the plugin could indeed be termed as a trending one, which is what the above two plugins do. </p> <!-- /wp:paragraph --> <!-- wp:paragraph {"align":null} --> <p>For a popular posts plugin, with an unbeatable layout, choose this one. </p> <!-- /wp:paragraph --> <!-- wp:paragraph {"align":null} --> <p>For a trending posts plugin, look elsewhere. </p> <!-- /wp:paragraph --> <!-- wp:paragraph {"align":null} --> <p>**Bit of a latent edit** </p> <!-- /wp:paragraph --> <!-- wp:paragraph {"align":null} --> <p>I've been using WordPress Popular Posts now for around a year and fixed all of the posts into a grid system. </p> <!-- /wp:paragraph --> <!-- wp:paragraph {"align":null} --> <p>WPPP uses an 'All Time' setting, like in this plugin, but shows the most popular posts within the LAST HALF HOUR! </p> <!-- /wp:paragraph --> <!-- wp:paragraph {"align":"justify"} --> <p class="has-text-align-justify">Now THAT'S what I call a trending posts plugin!</p> <!-- /wp:paragraph -->
20 Ağustos 2020
I am using free version of this plugin there is issue in my wordpress theme i think to contact with support. i thought if support said we help in only premium version then ? but i contact support they help me and fix my theme issue. i am really happy thanks thanks alot.
21 incelemeyi oku

Katkıda Bulunanlar ve Geliştiriciler

“Trending/Popular Post Slider and Widget” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar

Değişiklik Kaydı

1.8 (27, Nov 2023)

  • [*] Updated analytics SDK.
  • [*] Check compatibility with WordPress version 6.4.1

1.7 ( 29, Aug 2023 )

  • [*] Tested up to: 6.3

1.6.1 ( 4, Aug 2023 )

  • [*] Tested up to: 6.2.2
  • [*] Fixed all security related issues.

1.6 ( 13, April 2023 )

  • [*] Fixed some slider issue.

1.5.8 ( 31, March 2023 )

  • [*] New – Add nonce to post count in frontend side.
  • [*] Check compatibility to WordPress version 6.2.

1.5.7 (12, Dec 2022)

  • [*] Tested up to: 6.1.1

1.5.6 (08, Nov 2022)

  • [*] Tested up to: 6.1

1.5.5 (14, Feb 2022)

  • [*] Tested up to: 5.9
  • [*] Solved Gutenberg wp-editor widget issue.

1.5.4 (15, Nov 2021)

  • [*] Fix – Resolve Gutenberg WP-Editor script related issue.
  • [*] Update – Add some text and links in Readme file.

1.5.3 (16, Sep 2021)

  • [*] Tested up to: 5.8.1
  • [*] Updated demo link

1.5.2 ( 20 Aug 2021 )

  • [*] Updated all external links
  • [*] Tweak – Code optimization and performance improvements.
  • [*] Fixed Blocks Initializer Issue.
  • [*] Updated language file and json.

1.5.1 (31, May 2021)

  • [*] Tested up to: 5.7.2
  • [*] Added – https link in our analytics code to avoid browser security warning

1.5 (05, March 2021)

  • [+] New – Added Gutenberg block support. Now use plugin easily with Gutenberg!
  • [+] New – Added native shortcode support for Elementor, SiteOrigin and Beaver builder.
  • [+] New – Added Divi page builder native support.
  • [+] New – Added Fusion page builder native support.
  • [*] Tweak – Design code improvements.
  • [*] Tweak – Code optimization and performance improvements.

1.4 (04, Nov 2020)

  • [*] Update – Regular plugin maintenance. Updated readme file.
  • [+] New – Click to copy the shortcode.
  • [+] Added – Added our other Popular Plugins under Trending Post –> Install Popular Plugins From WPOS. This will help you to save your time during creating a website.
  • [*] Tested up to latest version of WordPress.

1.3.5 (14, July 2020)

  • [*] Follow WordPress Detailed Plugin Guidelines for Offload Media and Analytics Code.

1.3.4 (28, May 2020)

  • [+] Added the_permalink() for slider and carousel image.

1.3.3 (01, Jan 2020)

  • [+] Added wp_reset_postdata() in the shortcode file.
  • [*] Fixed RTL notice message in shortcode file.
  • [*] Removed font-size and line-height for title form pluign CSS (Requested by users)

1.3.2 (26, March 2019)

  • [*] Fixed issue where author link was not working. Thanks to @harveyk123 for showing us this issue.

1.3.1 (18, Dec 2018)

  • [*] Update Opt-in flow.

1.3 (06, Dec 2018)

  • [*] Tested with WordPress 5.0 and Gutenberg.
  • [*] Fixed some CSS issues.

1.2.4 (08, Aug 2018)

  • [*] Fix – Fatal error on plugin activation with Php 5.4

1.2.3 (24, Jul 2018)

  • [+] New – Added custom post type support settings. Now trending post will work only for enabled post type.
  • [+] New – Added RTL support for slider and carousel.
  • [*] Remove – Title attribute from the anchor tag.
  • [*] Remove – ‘Post Date’ settings for plugin setting.
  • [*] Fix – Update the algorithm of view post count and make it more accurate.
  • [*] Fix – Mobile responsive issue for slider and carousel.
  • [*] Fix – Some designing issues.
  • [*] Fix – Some warnings with widgets while using with WordPress customizer.
  • [*] Tweak – Follow some WordPress Detailed Plugin Guidelines.
  • [*] Tweak – Used ‘wp_reset_postdata’ instead of ‘wp_reset_query’.

1.2.2 (06/10/2017)

  • [*] Updated slick.min.js to latest version
  • [*] Fixed loading of slick.css in some cases.

1.2.1 (18/07/2017)

  • Fix box-sizing issue for grid box

1.2 (10/21/2016)

  • Added 2 new shorcode
    [wtpsw_carousel] Display popular/trending posts in a Carousel view.
    [wtpsw_gridbox] Display popular/trending posts in a Grid Block view.
  • Added designs for 2 new shortcode.
  • Fixed image display issue.

1.1

  • Fixed some css bugs.

1.0

  • Initial release.