Hi Boby, So if I'm understanding correctly, you want to publish the list of page headlines and the page images but NOT the media files that are connected to the child pages?
I'm just thinking out loud here but could you try wrapping the media file links in the child pages, within some render tag code like this? <reddot:cms> <if> <query valuea="Context:CurrentRenderMode" operator="!=" valueb="Int:2"> <htmltext>Your media file links here</htmltext> </query> </if> </reddot:cms> Another approach might be to drop your Image Placholder in the parent page within the same render tag and then use an Attribute Placeholder to pull the Image Placeholder file name. I haven't tried either of these but they might be worth a try. Cheers, Gavin On Thu, 16 Aug 2018 at 03:50, Boby <boby...@gmail.com> wrote: > I’m wondering if there’s a way to publish pages without publishing the > associated documents. > > Here's what i'm trying to do. I have the below structure: > > parent page > | > |_<%lst_child_pages%> > |_ child page 2 > |_ child page 3 > |_ child page 4 > |_ child page 5 > > > "parent page" and "child page" have different content classess. both have > elements *hdl_headline* and* img_document.* > > > Content class template for "parent page" is like so: > > <!IoRangeList><%st_child_pages%> > > <%hdl_headline%> , <%img_document%> > > <!/IoRangeList> > > I’m publishing "parent page" (unchecked publish follwing & related pages > option) to which a bunch of child pages are linked. A document is linked to > img_document element of Child pages. > > It works as expected (published parent page has title of all child pages > and path to the doc linked to img_document element on each child page). > > But I do NOT want to publish all the documents that are linked to the > child pages via <%img_document%> when I publish "parent page" > > Is this possible? > > Thanks, Boby > > -- > You received this message because you are subscribed to the Google Groups > "RedDot CMS Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to reddot-cms-users+unsubscr...@googlegroups.com. > To post to this group, send email to reddot-cms-users@googlegroups.com. > Visit this group at https://groups.google.com/group/reddot-cms-users. > For more options, visit https://groups.google.com/d/optout. > -- Gavin Cope <https://www.facebook.com/gavincope> <https://www.linkedin.com/in/gavincope> <https://plus.google.com/+GavinCope> *Mob:* +61 407 763 110 <javascript:void(0);> *Email:* gavin.c...@gmail.com "It's not denial. I'm just very selective about the reality I accept." - Calvin -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to reddot-cms-users+unsubscr...@googlegroups.com. To post to this group, send email to reddot-cms-users@googlegroups.com. Visit this group at https://groups.google.com/group/reddot-cms-users. For more options, visit https://groups.google.com/d/optout.