I got a problem with my joomla 3.3.6 website
To make a nice custom homepage i hide all the content of the frontpage with this code:
<?php
$app = JFactory::getApplication();
$menu = $app->getMenu(); ?>
<?php if ($menu->getActive() == $menu->getDefault()) : ?>
<?php echo ''; ?>
<?php else : ?>
...........
<?php endif; ?>
Now I got a page with all kind of news articles, but when I press one article it goes to my frontpage, When I delete the code above it shows the content of the article of the bottom of my homepage, but I don't want that.
I got it,
just made a new category and moves all categorys of the news inside that category and for that one i made a hidden menu item