Displaying the excerpt of a post… Including post shortcodes in the templates

Posted in: Newspaper
Post count: 162

I would like to add the excerpt of a post in my template…

How it is possible to do this?

I even tried creating a custom shortcode in the themes functions.php file but it doesnt seem to work…

(here is an example for the post_title)

function myshortcode_title( ){
return get_the_title();
}
add_shortcode( ‘page_title’, ‘myshortcode_title’ );

Page

Post count: 35449

Hi,

Unfortunately the excerpt can not be display for the moment inside of a single post template, sorry!

Thank you for your understanding!

Post count: 162

Can it be on page template? I wouldnt mind changing posts to pages as long as it is supported

Post count: 18283

Hello !

Unfortunately that option is not possible.

You can use the subtitle element from the tagDiv Composer if you’ll find it helpful: https://www.screencast.com/t/DsRrj268

Thank you !

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