- Posts: 83
- Thank you received: 4
add short description to event/default.php
- Roy Chappell
-
Topic Author
- Offline
- Premium Member
-
Less
More
4 years 6 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
but it doesn't display.
What do I need to add to get the the short description to display?
thanks
Roy
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; ?>
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.
- Tuan Pham Ngoc
- Offline
- Administrator
-
4 years 6 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
Tuan
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.
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.