best professional templates for joomla website

Free Joomla Templates

Free joomla templates for joomla 1.5 and joomla 1.0.x

Joomla templates club

joomla templates arrow joomla template Tutorials arrow How to Hide the Pathway on my Joomla Frontpage

How to Hide the Pathway on my Joomla Frontpage

Often times people want to remove the pathway because it just reads Home on the frontpage and sort of gets in the way and is useless. With the ability to hide the pathway on the frontpage, you can still leave it on your interior pages and benefit from its easy navigation for your website visitors.

The steps to making this happen are really the same as deleting the pathway, except that in step three above, instead of selecting the pathway and deleting it, you will replace it with this code.

<?
if($option != "" && $option != "com_frontpage")
{
?>
<div id="pathway">
<?php mospathway() ?>
</div>
<?
}
?> 

Basically the code just say, is this the frontpage? If so, then don't display the pathway, otherwise, display the pathway.

I hope this Joomla tutorials broadens your horizons! 

 
< Prev   Next >
 
Joomla Templates by Joomlashack