Make Trending Now Clickable

Posted in: Newspaper
Post count: 14

Hi,

I want to add a permanent link to the ‘Trending Now’ news ticker.

What code should I add, and where?

Thanks.

  • This topic was modified 9 years by SteveWA.
Post count: 23312

Hello SteveWA,

If you want to have a permanent link to your ‘Trending Now’, you should check the Block Settings and on the Post ID, you should add your desired post link. This is the only way to add a permanent link.

Thanks for your understanding!

Post count: 14

I’m not sure I understood your answer.

In the end I modified: /include/shortcodes/td_block_trending_now.php

`
$brieflink='News Briefs';
$buffy .= '<div class="td-trending-now-title">' . __td($brieflink, TD_THEME_NAME) . '</div><div class="td-trending-now-display-area">';

I was also able to change the title there too.

And in the CSS I added:


.td-trending-now-title a{
color:white;
}

And that did the trick.

The CSS is loading late though, I have to see what that’s about.

  • This reply was modified 9 years by SteveWA.
Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.