Thanks for your answer, Patricia! Yes, that would work, *except* that these blocks aren't global. They're individual to certain pages. For example, let's say pages A and B have two blocks, the standard content block and a custom block called "Abstract". ("{content block="Abstract"}") On a summary page, I wish to do something like this:
Code: Select all
Blah blah blah. You can find more information in the following pages:
{articlereference page="A"}
{articlereference page="B"}
where "articlereference" is a user defined tag that prints the title of the target page, and also the contents of the page's "Abstract" block. The tag is essentially an elaborate hyperlink to a fixed page.
Getting the title of another page is easy, of course. But grabbing content blocks turns out to not be so easy...
An alternate solution is to use the News module, but that would mean that I have both news and fixed pages within News. And it would mean that about a third of my site pages would actually be in News, while the rest would be regular pages, with the only distinction between the two being whether the page is referenced by another page or not. This seems like a confusing, error-prone hack to me...
Anyway, I'm realizing that I'm only looking at this problem from one direction. It's entirely possible that there are other ways of doing this that would be clean and simple.
Thanks again for your help!
Michael