Hey guys,
For the featured slider, http://touchAholics.com, how do I make it so it doesn't show a little exerpt of the article, but rather just the post title?
Thanks,
Daven
Hey guys,
For the featured slider, http://touchAholics.com, how do I make it so it doesn't show a little exerpt of the article, but rather just the post title?
Thanks,
Daven
Hey,
just delete following code from index.php:
<span class='slidercontent'>
<?php
$content = strip_tags(get_the_excerpt(),'<a><strong><span>');
echo $content;
?>
</span>Thanks Dude. :)
Are you the creator of these themes? They're really, really great!
You must log in to post.