I can’t add post excerpt in home page big grid 1. Please see the attachment https://prnt.sc/rormb9
Hi,
Please note that Big grids do not have this option to display the excerpt, this option is only for flex blocks and blocks.
Thank you for your understanding!
But I really want it. Would you please suggest something so that I can enable this option. Would you please suggest some code?
Hi,
If you want to add the excerpt to that grid, you need to make some changes in theme core in two files wp-content/plugins/td-standard-pack/Newspaper/includes/modules/td_module_mx5.php and td_module_mx6.php you need to add this code ->
<?php echo $this->get_excerpt(10);?>
The number 10 represent the length of excerpt.
https://i.imgur.com/5GKlcob.png -> https://i.imgur.com/8cWb1lq.png
Hope this will help you!
Thanks.
Hey Calin!
I’ve edited the file according to your suggestion. Please see the attachment https://prnt.sc/rqqb7w and still there is no excerpt. https://prnt.sc/rqqc5z. Please check it. Thank You!
Hi,
Please note that this is not Big Grid 1 -> https://prnt.sc/rqqc5z -> https://i.imgur.com/990qRIx.png I think that is big grid 3, this is big grid 1 -> https://i.imgur.com/EgNy295.jpg
Thank you!
If it’s big grid 3 then it’s fine. I want to add excerpt in big grid 3. How can I do it?
Hi,
I want to some similar changes to Grids and Blocks. If they are saved under /wp-content/plugins/td-standard-pack/Newspaper/includes/modules/ are they still save when the theme updates? I ask, because it’s not in the themes-folder, so I probably cannot apply these changes just to a child-theme?
How could I handle this best, to be save for the future?
Thanks a lot in advance.
Hi,
Please note that by default the big grids do not display the excerpts, this can be done only if you make changes in theme files, also these changes can not be set in a child theme, therefore will be lost when you’ll make a theme update, the only way is to set back the code after you make the update.
This is a similar topic -> https://forum.tagdiv.com/topic/i-cant-add-post-excerpt-in-home-page-big-grid-1/
Thank you!
Hi sscom, please check this topic -> https://forum.tagdiv.com/topic/i-cant-add-post-excerpt-in-home-page-big-grid-1/
Thank you!