Excerpt

Discussion in 'GeoCraft WordPress Theme' started by henrique25, Jun 20, 2014.

  1. henrique25

    henrique25 Member

    Joined:
    Jun 2, 2014
    Messages:
    76
    Likes Received:
    3
    Hello again!

    On the free ads, whilst the description is not available in the page, it shows an excerpt on the main page in "Recently Added".
    Is it possible to remove that excerpt for free ads only?

    Thank you in advance,

    Henrique
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to front-page.php present in your theme directory and replace the current code

    Code:
    <?php the_excerpt(); ?>
    with code given below

    Code:
      <?php if ($is_pro == 'pro') { ?>
    <?php the_excerpt(); ?>
     <?php } ?>

    Check image for reference
    2014-06-21_1136.png
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page