Replies: 0
Hi,
Awesome plugin, thank you.
I have one little issue which I have tried to sort out myself but cant work it out.
I just want the title to be text and not a link to a full news page, as there shouldnt be one. Im using it as a news flash on the home page, so all the text will be there to see, no need to go to a new page.
My shortcode is
<?php echo do_shortcode(‘[sp_news category=”6″ grid=”1″ limit=”1″ show_content=”true” show_full_content=”true” show_category_name=”false” show_date=”true” ]’) ?>
And the whole bit of code in my case is:
<h3 class=”news-title”>First News Item</h3>
But I’d like:
<h3 class=”news-title”>First News Item</h3>
Cheers