Hello,
I have tried edit the "loop-index.php"
like this:
<?php
global $avia_config;
if(isset($avia_config['new_query'])) { query_posts($avia_config['new_query', '&cat=-15']); }
$loopcounter = 1;
// check if we got posts to display:
if (have_posts()) :
while (have_posts()) : the_post();
?>
but its not working, how do I do it?
Kind regards,
Richard














