Hehe… I redo all the SQL queries, I mean, I adapted to this new condition, the pages are no longer shown, I hope everything works =D
Thanks folks ??
EDIT:
Folks, just an question about this plugin I’m using… It was made by “alexking.org”… One thing I’ve noticed when I was editing the plugin is… He included his blog url in almost all functions calls of the plugin :S
What is that?!?!
Examples:
case ‘most_feedback’:
$query = ‘sum’;
$column = ‘pop.comments + pop.pingbacks + pop.trackbacks AS feedback’;
$title = __(‘Feedback’, ‘alexking.org‘);
break;
Other example:
function show_report_extended($type = ‘popular’, $limit = 50) {
global $wpdb, $post;
$columns = array(
‘popularity’ => __(”, ‘alexking.org‘)
,’title’ => __(‘Title’)
,’categories’ => __(‘Categories’)
,’single_views’ => __(‘Post’, ‘alexking.org‘)
,’category_views’ => __(‘Cat’, ‘alexking.org‘)
,’archive_views’ => __(‘Arch’, ‘alexking.org‘)
,’home_views’ => __(‘Home’, ‘alexking.org‘)
,’feed_views’ => __(‘Feed’, ‘alexking.org‘)
,’comments’ => __(‘Com’)
,’pingbacks’ => __(‘Ping’)
,’trackbacks’ => __(‘Track’)
);
WHAT’S THAT?!? :@
Pretty almost ALL of the plugin is in this way… Aff.