How do you target different page placeholders in portal mode? Or is it not possible?
In your layout you should put this around the web part zones you want to have in that page placeholder:
<cms:CMSContent runat="server" id="cntMain" PagePlaceholderID="MainPagePlaceHolder">
That's what I needed, thank you.
Please, sign in to be able to submit a new answer.