ciao a tutti, volevo rimuovere tutto (compresi social link laterali) dallo slider in giù a parte il footer, questo è il tema: http://demo.top-wordpress.net/MagPre...w_theme=iTheme sapreste dirmi come fare?
vi lascio di seguito il link per il download dei file: http://top-wordpress.net/wp-content/...oad.php?id=103
e vi posto l'index per facilità..
codice:
<?php get_header(); ?>
<?php if(get_option('cici_slide')=='yes'){?>
<?php include (TEMPLATEPATH . '/slider.php'); ?>
<?php }?>
<div id="top-rounded-content"></div>
<div id="content" class="clearfix">
<div id="leftColumn">
<?php if(is_month()) { ?>
<div id="archive-title">
Browsing all articles from <?php the_time('F, Y') ?>
</div>
<?php } ?>
<?php if(is_category()) { ?>
<div id="archive-title">
Browsing all articles in <?php $current_category = single_cat_title("", true); ?>
</div>
<?php } ?>
<?php if(is_tag()) { ?>
<div id="archive-title">
Browsing all articles tagged with <?php wp_title('',true,''); ?>
</div>
<?php } ?>
<?php if(is_author()) { ?>
<div id="archive-title">
Browsing all articles by <?php wp_title('',true,''); ?>
</div>
<?php } ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<div class="blogPost <?php echo $odd_or_even; $odd_or_even = ('even-post-margin-right'==$odd_or_even) ? 'clear cacarela' : 'even-post-margin-right'; ?>">
<div class="postTitle clearfix">
<h1><?php the_title(); ?></h1>
</div>
<div class="clear"></div>
<div class="postandimg">
<?php the_excerpt(); ?>
<div class="clear"></div>
<?php imaj_image(); ?>
<div class="metadata-border">
<span class="postcomm"><?php comments_number('No comments','1 Comment','% Comments'); ?></span>
<span class="continue_btn">Continue</span>
</div>
</div>
<div class="clear"></div>
</div>
<?php endwhile; ?>
<div class="clear"></div>
<div class="clear"></div>
<?php if (function_exists("emm_paginate")) {
emm_paginate();
} ?>
<?php else : ?>
Sorry, but you are looking for something that isn't here.</p>
<?php endif; ?>
</div>
<div id="rightColumn" class="clearfix">
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>