Sorry. No data so far.
-
Hi,
first of all thanks for the great plugin. Basically, it works brilliantly. However, I have problems on the side of another language. My site is multilingual. The plugin works on the German side, on the English side the error message appears that no data is available. What am I doing wrong?
This is my code, which I use on the category pages:
<?php $args = array( 'header' => 'Top Ten ', 'header_start' => '<h3>', 'header_end' => '</h3>', 'limit' => 10, 'thumbnail_width' => 100, 'thumbnail_height' => 75, 'excerpt_length' => 600, 'range' => 'all', 'order_by' => 'views', 'cat' => $cat_id, 'stats_category' => 1, 'wpp_start' => '<div class="category-description">', 'wpp_end' => '</div>', 'post_html' => '<br><h4><a href="{url}">{text_title} {stats}</h4> <p>{excerpt}</p><br><br></a>', ); wpp_get_mostpopular($args); ?>I determine the category ID as follows:
$categories = get_category( get_query_var( 'cat' ) ); $category_name = $categories->name; $category_description = $categories->category_description; $cat_id = $categories->cat_ID;I hope you can help me and sorry for the bad english.
The page I need help with: [log in to see the link]
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘Sorry. No data so far.’ is closed to new replies.