On my landing page/home page, I call the 5 most recent post’s titles:
{exp:channel:entries group_id="1|2|3|4|5|6|7" limit="5"}
{title}
{exp:channel:entries}
I’d like to be able to link the titles here to the individual posts. But, the problem I am having is that I can’t figure out how to write the code to end up in the group I need in my url.
In case I am not explaining this well enough, I need to link from .com/index.php to index.php/seo/seo-blog-title OR index.php/web_design/web-blog-title from a title link.
- any suggestions?!
Thanks for any help!