| Publish Module in Joomla Article |
|
Many time we come across a situation where we want to display module in Article, Like what if u want to display some menu in content or what if u want to display random image module in the content item. Some times the situation demands for a Login Form module in article. When we install joomla, by default plugin called Content-Load Module is installed and published. This plugin can be used to show any module in article. That is, any published module can be shown in article, just by using the position of the module. Module can published in article in very simple steps: 1. Create or Publish the module you want to display in Article 2. Give some position to that module. 3. Go to the article (content) where u want to display the module. 4 And write this code: (loadposition yourmoduleposition) Note that brackets should be curly bracket { } and not the one which are shown in above example 5. It done, isn't it simple. So go ahead and use this powerful feature of joomla in you site. If you are new to Joomla and want to remove "Welcome to " from the home page see |