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
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 Thanks & Regards Gourav Shrivastava