I have a site working nicely (so far) that does the following:
- There are multiple weblog entries to a given template (“comms” template group, “news” template);
- I control how many news entries are displayed on the main “comms” page (3 most recent news entries, determined by the offset variable, showing only the first 10 words of each entry);
Problem is, I cannot figure out how to link to each entry. I have tried permalink and other methods described and I either get an “Invalid URI” or nothing.
Here’s the URL: http://ncif.pmhclients.com/index.php/comms/
I know how to do this in pMachine, but I’m missing something basic in EE and I can’t figure out what it is. Thanks!