don’t modify plugin, add filter to theme functions.php.
set whatever width you need in the change_gallery_width function.
function change_gallery_width() {return “1024”;}
add_filter(’tiled_gallery_content_width’, change_gallery_width,10,3);
that’s for a post count though, i need a comment count by month.
remove the following from \more-fields-object.php\
function wp_default_scripts(&$scripts) {
$src = get_option('home') . '/wp-content/plugins/more-fields/post.js';
$scripts->registered['post']->src = $src;
}
PLEASE help!!!! this is the last thing i need to get my site up and running..