0
Welcome Guest! Login
0 items Join Now

Remove Showcase

  • Remove Showcase

    Posted 13 years 11 months ago
    • How do you remove the Showcase?
    • Tyndie's Avatar
    • Tyndie
    • Preeminent Rocketeer
    • Posts: 8803
    • Thanks: 3

    Re: Remove Showcase

    Posted 13 years 11 months ago
    • Hi BigMike0596,

      Can you provide a url to your site please?
    • BDH's Avatar
    • BDH
    • Newbie
    • Posts: 16
    • Thanks: 0

    Re: Remove Showcase

    Posted 13 years 11 months ago
    • I would like to know how to do this as well. Thank you.
    • BDH's Avatar
    • BDH
    • Newbie
    • Posts: 16
    • Thanks: 0

    Re: Remove Showcase

    Posted 13 years 11 months ago
    • Never mind I figured it out. Just remove the
      <!-- Begin Showcase -->

      <div id="showcase" class="dp100">
      <div class="background"></div>
      <div class="foreground">

      <?php $showcase = new WP_Query('cat='.get_option('after_showcase_cat').'&showposts=1&orderby=rand');
      if($showcase->have_posts()) : while($showcase->have_posts()) : $showcase->the_post(); ?>

      <div class="showcase">

      <h1><?php the_title(); ?></h1>

      <?php the_content(false); ?>

      <?php if(preg_match("/\<\!\-\-more\-\-\>/", $post->post_content)) { ?>

      <a href="<?php the_permalink(); ?>" class="readon2"><span><?php _re('Learn More'); ?></span></a>

      <?php } ?>

      </div>

      <?php endwhile; endif; ?>

      </div>
      </div>

      <!-- End Showcase -->
      in the index.php file and that should work.

Time to create page: 0.058 seconds