How to add short description to category list
-
How can I add the short description or post content into a categories list content template?
I’ve tried adding things like this to another existing template:
<?php echo $dlm_download->short_description(); ?>
<?php $dlm_download->short_description(); ?>
<?php $dlm_download->post_content(); ?>
etc.But nothing works, and it breaks the page output.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to add short description to category list’ is closed to new replies.