We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 560
    • 0 Posts
    I can display all of my template variable using Wayfinder, but I can not get the content do display. I’ve tried [[+content]] and [[+wf.content]] (MODX 2.1.1).

    I’m creating a listing of all companies exhibiting in our expo. Each company is a new document with several TVs for address, website, sponsor level, etc. But instead of creating a TV for abstract, I figured using the "content" would be easier both in one less TV to manage and one less box on the page to fill in and confuse the users who will eventually be updating the page. How do I access the default content area from Wayfinder?
      • 32316
      • 387 Posts
      My understanding is that Wayfinder is for finding your way - that is for making menus, lists of resources.

      I think you should look at getResourceField, or perhaps getResource
        • 22427
        • 793 Posts
        Try this:
        [[getResourceField? &id=`[[+id]]` &field=`content`]]
          • 36931
          • 206 Posts
          Thanks! getResourceField works!!