Hi everyone,
thanks for all the help.
we went with the multiple fields option and that works great for us in this particular case.
However, I have one new problem/question that has come up that I can’t solve yet….
The multi_field solution works great on pages where I’m using dynamic to display a weblog entry.
However, half of my pages don’t use dynamic, because they are using the URL to both indicate weblog as segment_3, and then the title in segment_4. These pages work on page 1 of the entry, but completely fail when we click to “page 2” of the entry.
My code on these pages looks like this:
{exp:weblog:entries weblog="{segment_3}" dynamic="off" url_title="{segment_4}" paginate_type="field" paginate="bottom"}
(The rest of the page is identical to the pages that do work and use dynamic.)
If there a way to get the pagination working when i have dynamic=off? Or is there a way I can get this info from the URL still using dynamic?
-phoebe