I’m attempting to use a Ditto page to display job openings.
However, I don’t want people to click to a new page for each opening they want to read about.
How do I make Ditto display the full content of each article on one page??
Setup: Main page is "Jobs" as a container with this code:
[[Ditto? &parents=`40` &display=`40` &removeChunk=`Comments` &tpl=`jobs` &paginate=`1` &extenders=`summary,dateFilter` &dateFormat=`%A, %B %d, %Y` &display=`10`]]
The ’jobs’ trial template is:
<h2>[+title+]</h2>
<div class="jobs">[+link+]</div>
I know the template is not quite right. Basically what I want is to NOT use summary and to NOT truncate any text, how do I NOT truncate any of the body text??
Thank you, Tom