Hey all, wondering if anyone can help me drive entry pages from my template. I have setup a custom field called {article} which I can call successfully in my template. The output looks something like;
One
Two
Etc.Having associated a thumbnail image which I have successfully called on the homepage, on the single-entry page I want it to be embedded within the first paragraph. But within the template, the closest I can get is this;
{if thumb != ""}{lead-thumb}{/if}
{article}Which outputs;
lead-thumb.png
One
Two
Etc.So my question is how do I force the desired output below from my template?
lead-thumb.png One
Two
Etc.