Make excerpt clickable

Posted in: Newspaper
Post count: 56

Hi there,
we can’t find a way to make the excerpt clickable. Is there a possibility, that you could add that feature?
We analyzed our sites and realized that many people expect a click on the excerpt in the flex block 1.

Thank you!

Post count: 27744
Post count: 56

Hey,
is there a way to request the feature? It really seems to be expected by a lot of users, as heatmaps show.

Thank you!

Post count: 27744

Hi,

For customization and other services, you can contact our custom work team here: https://tagdiv.com/premium-customization-services/.

Thank you for understanding!

Post count: 56

Hey, we did it ourselves:
Previous Code:

$excerpt = '<div class="td-excerpt">';
$excerpt .= $this->get_excerpt($excerpt_length);
$excerpt .= '</div>';

Working Code:
$excerpt = '<div class="td-excerpt">';
$excerpt .= 'href . '" title="' . $this->title . '">';
$excerpt .= $this->get_excerpt($excerpt_length);
$excerpt .= '
';
$excerpt .= '</div>';

Maybe you could forward that to the devs and add it as an option – it works great!
Thanks =)

Post count: 22

Hi,

Could you tell me where to change this code?

Thanks!

Post count: 27744

Hi,

If you use Flex blocks, you need to do the change in wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_flex_1.php -> https://pastebin.com/rg7Enq2e -> https://i.imgur.com/7Q3c6CG.png
If you want it on all blocks, search for it in the files.

Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic.