How can I implement a k2 article directly into this one-page Menu?
So far the only way to get a soundcloudlink and a SIGPro-gallery onto the page was via the Categories-module.
But is there another (better) way?
<div id="gkMainbody">
<?php if(($this->layout->isFrontpage() && !$this->API->modules('mainbody')) || !$this->layout->isFrontpage()) : ?>
<jdoc:include type="component" />
<?php else : ?>
<jdoc:include type="modules" name="mainbody" style="<?php echo $this->module_styles['mainbody']; ?>" />
<?php endif; ?>
</div>
<div id="gkMainbody">
<jdoc:include type="component" />
</div>