How do you add an extra module position to the Joomla template?
Step 1 : open "templateDetails.xml" from "your path\ joomla\templates\your themefolder"
Step 2: add your position name in this xml file
<positions>
<position>yourpositionname</position>
<position>breadcrumb</position>
<position>left</position>
<position>right</position>
<position>top</position>
<position>user1</position>
<position>user2</position>
<position>user3</position>
<position>user4</position>
<position>footer</position>
<position>debug</position>
<position>syndicate</position>
</positions>
Step 3 : open "index.php" from "your path\ joomla\templates\your themefolder" and add this code where you want to add
<jdoc:include type="modules" ame="yourpositionname" />
Step 4: you will found look like this
No comments:
Post a Comment