• Resolved max

    (@maximledoux)


    Hi, I am trying to build a template. I have copied from the existing box template, and basically all I want to do is add the “long description.”

    The box template already has:
    <?php $dlm_download->the_short_description(); ?>

    What is the code for calling the long description? Is it even possible?

    This seemed like the obvious, but didn’t work:
    <?php $dlm_download->the_long_description(); ?>

    By long description, I mean whatever text I put in the normal, large text entry box when creating a new download.

    http://wordpress.org/plugins/download-monitor/

Viewing 1 replies (of 1 total)
  • Thread Starter max

    (@maximledoux)

    Figured it out on my own!

    <?php echo $dlm_download->post->post_content; ?>

    I hope this helps out anyone else that was searching for the same answer.

Viewing 1 replies (of 1 total)
  • The topic ‘Building Template, want "Long Description"’ is closed to new replies.