Excerpt as subtitile

Posted in: Newsmag
Post count: 10

Hello,

I`d like to use (show) excerpt instead subtitle in post.

I want to do this because I don`t get subtitle text from REST Api.

Post count: 35449

Hi antoj,

Unfortunately there is no option for this in our theme, you can achieve this only if you make changes in theme files, if you want to do this, you need to make the changes in loop-single-x.php files for example if you are using loop-single-1.php in wp-content/plugins/td-composer/legacy/Newsmag/parts/single/loop-single-1.php you need to add this line of code where you want to have excerpt ->
<?php echo $td_mod_single->get_excerpt() ;?> -> https://i.imgur.com/56vMg9E.png -> https://i.imgur.com/sGAPzkA.png the results will be -> https://i.imgur.com/C5XtQCm.png -> https://i.imgur.com/CUC4svf.png if you want to make this changes for the default post style, you need to add that code in this file wp-content/plugins/td-composer/legacy/Newsmag/loop-single.php

Hope this will help you!
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.