Forums
(@bulga)
12 years, 6 months ago
solved.
<?php $content = get_the_excerpt(); echo substr( strip_shortcodes(strip_tags($content)), 0, 100); ?>
thank you
hi, how can I make visible the title and teaser (or slugline) instead of title and content?