Title: malandi's Replies | WordPress.org

---

# malandi

  [  ](https://wordpress.org/support/users/malandi/)

 *   [Profile](https://wordpress.org/support/users/malandi/)
 *   [Topics Started](https://wordpress.org/support/users/malandi/topics/)
 *   [Replies Created](https://wordpress.org/support/users/malandi/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/malandi/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/malandi/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/malandi/engagements/)
 *   [Favorites](https://wordpress.org/support/users/malandi/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Custom Post Type Thumbnail is not showing](https://wordpress.org/support/topic/custom-post-type-thumbnail-is-not-showing/)
 *  Thread Starter [malandi](https://wordpress.org/support/users/malandi/)
 * (@malandi)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/custom-post-type-thumbnail-is-not-showing/#post-15632207)
 * Hello 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Custom Post Type Thumbnail is not showing](https://wordpress.org/support/topic/custom-post-type-thumbnail-is-not-showing/)
 *  Thread Starter [malandi](https://wordpress.org/support/users/malandi/)
 * (@malandi)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/custom-post-type-thumbnail-is-not-showing/#post-15629824)
 * Thank you. i need your plugin verybadly…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Custom Post Type Thumbnail is not showing](https://wordpress.org/support/topic/custom-post-type-thumbnail-is-not-showing/)
 *  Thread Starter [malandi](https://wordpress.org/support/users/malandi/)
 * (@malandi)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/custom-post-type-thumbnail-is-not-showing/#post-15629726)
 * Here i have right now i hope you find a solution within this
 * [https://prnt.sc/MZ08sLH20_70](https://prnt.sc/MZ08sLH20_70)
    [https://prnt.sc/fAuAawTlIBFK](https://prnt.sc/fAuAawTlIBFK)
   [https://prnt.sc/G55jaFALCd44](https://prnt.sc/G55jaFALCd44) [https://prnt.sc/6mFppE-5n9DZ](https://prnt.sc/6mFppE-5n9DZ)
   [https://prnt.sc/8vOFHBPE1Nsi](https://prnt.sc/8vOFHBPE1Nsi) [https://prnt.sc/TI6ymAeoCFtt](https://prnt.sc/TI6ymAeoCFtt)
   [https://prnt.sc/z_CWiZmtn4Kw](https://prnt.sc/z_CWiZmtn4Kw)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Custom Post Type Thumbnail is not showing](https://wordpress.org/support/topic/custom-post-type-thumbnail-is-not-showing/)
 *  Thread Starter [malandi](https://wordpress.org/support/users/malandi/)
 * (@malandi)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/custom-post-type-thumbnail-is-not-showing/#post-15629188)
 * No 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Custom Post Type Thumbnail is not showing](https://wordpress.org/support/topic/custom-post-type-thumbnail-is-not-showing/)
 *  Thread Starter [malandi](https://wordpress.org/support/users/malandi/)
 * (@malandi)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/custom-post-type-thumbnail-is-not-showing/#post-15628691)
 * This 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Custom Post Type Thumbnail is not showing](https://wordpress.org/support/topic/custom-post-type-thumbnail-is-not-showing/)
 *  Thread Starter [malandi](https://wordpress.org/support/users/malandi/)
 * (@malandi)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/custom-post-type-thumbnail-is-not-showing/#post-15627121)
 *     ```
       <?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?
 * [https://paste.pics/5a6c98e71f4fc9a56487b56c56fc3761](https://paste.pics/5a6c98e71f4fc9a56487b56c56fc3761)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Custom Post Type Thumbnail is not showing](https://wordpress.org/support/topic/custom-post-type-thumbnail-is-not-showing/)
 *  Thread Starter [malandi](https://wordpress.org/support/users/malandi/)
 * (@malandi)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/custom-post-type-thumbnail-is-not-showing/#post-15626249)
 * the default one via widget is working fine but in this case the code is not working
   please help…

Viewing 7 replies - 1 through 7 (of 7 total)