micampub09
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [WP Popular Posts] Sorry. No data so far >> that’s wrong<?php if(!is_category()or is_tag()){ ?> <div class=widget> <h3 class="widgettitle">Top Catégorie <?php $categories=get_the_category();if(! empty($categories)){echo esc_html($categories[0]->name);}?></h3> <?php foreach((get_the_category())as $cat){ $args=array( 'cat' => $cat->cat_ID, 'title_length'=>70, 'excerpt_length'=>130, 'thumbnail_width'=>104, 'thumbnail_height'=>92, 'post_html' => '<li class=t> {thumb_img} {title} </li>', 'range' => 'all', 'limit'=>6, );wpp_get_mostpopular($args);} ?> </div> <?php } ?>it’s the same code i used before when it worked
- This reply was modified 6 years, 2 months ago by micampub09.
- This reply was modified 6 years, 2 months ago by micampub09.
- This reply was modified 6 years, 2 months ago by Jan Dembowski. Reason: Formatting and that's not really something anyone should modlook
Forum: Plugins
In reply to: [WP Popular Posts] Sorry. No data so far >> that’s wrongthe amp mode is deactivated when I artificially generate the hits (which I have been doing for 1 year with amp without problem) when my toplist is generated I put in AMP.
Forum: Plugins
In reply to: [WP Popular Posts] Sorry. No data so far >> that’s wrongyes I have to try, moreover it is a multisite wordpress, the other sites (example https://medecine.savoir.fr) have well generate toplists for the categories, but this site telecharger2.savoir.fr not. I have been using your toplist for over 2 years
Forum: Plugins
In reply to: [WP Popular Posts] Sorry. No data so far >> that’s wrongall points of the FAQ have been checked, the problem is still there
Viewing 4 replies - 1 through 4 (of 4 total)