We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 44920
    • 48 Posts
    Thank you all and also Argnist (the author of fastField extra) for nudging me to the solution smiley

    Got it sorted this way:
    - my english blog (articles container) is ID = 6
    - destination page (german) where i wanted to include english blog is ID = 10

    content of resource ID = 10:
    [[Articles? &container=`6`]]

    i also had to change template which uses resource ID = 6 and replace:
    [[*content]]

    with
    [[*content]][[+articles]]
    [[*content]][[+paging]]
    


    then both resources 6 & 10 show articles from ID = 6

    EDIT:
    just realized that in above solution there's duplicate display of articles & paging. it is because for "real" blog page also [[*content]] contains articles + paging. so maybe it make sense to add condition there
    [[*content:ne=``:then=`[[*content]]`:else=`
    	[[*content]][[+articles]]
    	[[*content]][[+paging]]
    `]]
    

    to avoid the duplicates [ed. note: krajicek last edited this post 10 years, 2 months ago.]
      MODX Revolution 2.2.8-pl (advanced)

      Extras:
      archivist 1.2.4 | Articles 1.7.1 | Babel 2.2.5 | getpage 1.2.3 | getresources 1.6.0 | quip 2.3.3 | SimpleSearch 1.6.1 | taglister 1.1.7 | TinyMCE 4.3.3 | Wayfinder 2.3.3

      PHP Version 5.6.20-0
      MySQL Version 5.5.31