On my site homepage http://www.myhdpackage.com, there's a slideshow at the top of the page is which is displaying the page URL in the entry summary for the featured articles.
Anyone know how I can remove this? I presume it's something to do with this line of PHP, but I have no idea how to fix it.
Code: Select all
<?php echo arras_strip_content(get_the_excerpt(), 20); ?>Thank you very much in advance
Nick