add short description to event/default.php

  • Roy Chappell
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
3 years 7 months ago #137652 by Roy Chappell
add short description to event/default.php was created by Roy Chappell
Hi

I'm overriding the event/default.php

I want to display the short description on event/default.php

I thought I could just add
Code:
<?php echo $event->short_description; ?>
but it doesn't display.

What do I need to add to get the the short description to display?

thanks

Roy

Please Log in or Create an account to join the conversation.

More
3 years 7 months ago #137653 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic add short description to event/default.php
Hi

You can use this code
Code:
<?php echo $item->short_description; ?>

Tuan
The following user(s) said Thank You: Roy Chappell

Please Log in or Create an account to join the conversation.