malandi
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Popular Posts] Custom Post Type Thumbnail is not showingHello sir! the thumbnail is now working the only problem that we had the plugin is not working on localhost i tested it with the live server it worked! thanks!
Forum: Plugins
In reply to: [WP Popular Posts] Custom Post Type Thumbnail is not showingThank you. i need your plugin verybadly…
Forum: Plugins
In reply to: [WP Popular Posts] Custom Post Type Thumbnail is not showingHere i have right now i hope you find a solution within this
https://prnt.sc/MZ08sLH20_70
https://prnt.sc/fAuAawTlIBFK
https://prnt.sc/G55jaFALCd44
https://prnt.sc/6mFppE-5n9DZ
https://prnt.sc/8vOFHBPE1Nsi
https://prnt.sc/TI6ymAeoCFtt
https://prnt.sc/z_CWiZmtn4KwForum: Plugins
In reply to: [WP Popular Posts] Custom Post Type Thumbnail is not showingNo i’m just testing it. i just want wordpress default feature image to show on popular post thumbnail please help me…!!! please help. may be video i will follow itt.
Forum: Plugins
In reply to: [WP Popular Posts] Custom Post Type Thumbnail is not showingThis my actual code, i test it with ACF everything is perfect but choosing featured image was not working…
<?php $args = array( 'post_type' => 'series', 'range' => 'custom', 'time_quantity' => 1, 'time_unit' => 'day', 'term_id' => '28', 'rating' => 1, 'thumbnail_width' => 75, 'thumbnail_height' => 100, 'post_html' => '<div class="best-of-the-month-flex"> {thumb} <div class="best-of-the-month-image"> <div class="best-of-the-month-image-top-list">Top {item_position}</div> </div> <div class="best-of-the-month-info"> <div class="best-of-the-month-rating"> <span><a href="{url}">{text_title} </a></span> </div> <div class="ratingmystar-container"> <span class="ratingmystar">{rating}</span> <span> # of Views: {views}</span> </div> </div> </div>' ); wpp_get_mostpopular($args); ?>Forum: Plugins
In reply to: [WP Popular Posts] Custom Post Type Thumbnail is not showing<?php $args = array( 'post_type' => 'post', 'limit' => 5, 'range' => 'custom', 'time_quantity' => 1, 'time_unit' => 'hour', /*'term_id' => '28', 'rating' => 1,*/ 'thumbnail_width' => 55, 'thumbnail_height' => 77, 'post_html' => '{thumb} {title} <div class="wpp-rating">{rating}</div>' ); wpp_get_mostpopular($args); ?>still no luck , i already install new wordpress theme with twente twente theme in my localhost still no luck do i need to set my wp setting into something?
Forum: Plugins
In reply to: [WP Popular Posts] Custom Post Type Thumbnail is not showingthe default one via widget is working fine but in this case the code is not working please help…