Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Remove link on title so just text in the h3

$
0
0

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


Viewing all articles
Browse latest Browse all 59525

Trending Articles