<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Forums - Joomla]]></title>
		<link>http://forum.notjustbrowsing.org:/</link>
		<description><![CDATA[Forums - http://forum.notjustbrowsing.org:]]></description>
		<pubDate>Wed, 27 May 2026 19:06:10 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[{loadmodule} in an Article - How To?]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=6257</link>
			<pubDate>Fri, 14 Feb 2020 12:18:22 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=6257</guid>
			<description><![CDATA[It is very powerful to be able to load a module from within an article. An article can be called from a menu item, so this means that a module can be called by using a menu item.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">How To?</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Step 1:</span> Create a module using Module Manager. This module is of a "Module Type" and it has a "Title"<br />
<span style="font-weight: bold;" class="mycode_b">Step 2:</span> Create an article using Article Manager. Add just one line<br />
                      {loadmodule "Module Type","Title"}<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=185" target="_blank" title="">loadmodule_4.png</a> (Size: 39.71 KB / Downloads: 1077)
<!-- end: postbit_attachments_attachment --><br />
<span style="font-weight: bold;" class="mycode_b">Step 3:</span> Associate the article created in step 2 with a menu item.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">PRE-CONDITION:</span> "<span style="font-style: italic;" class="mycode_i">Content - Load Module</span>" plugin status should be active. Check by using <span style="font-weight: bold;" class="mycode_b">Plugin Manager</span>.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=182" target="_blank" title="">loadmodule_1.png</a> (Size: 16.8 KB / Downloads: 1033)
<!-- end: postbit_attachments_attachment --><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=183" target="_blank" title="">loadmodule_2.png</a> (Size: 32.94 KB / Downloads: 1048)
<!-- end: postbit_attachments_attachment --><br />
<br />
Everybody says that <span style="font-style: italic;" class="mycode_i">"IT IS NOT WORKING"</span>.<br />
<span style="font-weight: bold;" class="mycode_b"><br />
WHY?</span><br />
Because the secret is in the<span style="font-weight: bold;" class="mycode_b"> "Module Type"</span> that is not explained properly anywhere.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=184" target="_blank" title="">loadmodule_3.png</a> (Size: 87.18 KB / Downloads: 1020)
<!-- end: postbit_attachments_attachment --><br />
In Joomla installation there is a directory called <span style="font-style: italic;" class="mycode_i">"modules". </span>In above picture, I copied subdirectories of module directory in front of each Module Type. <br />
<br />
Important point to note is that when you write {loadmodule <span style="font-style: italic;" class="mycode_i">Module Type</span>,<span style="font-style: italic;" class="mycode_i">Titile of your module</span>}, <span style="font-weight: bold;" class="mycode_b">Module Type</span> is the part of directory name starting after <span style="font-weight: bold;" class="mycode_b">mod_ </span>.<br />
<br />
Hence if you have a module named <span style="font-weight: bold;" class="mycode_b">"Committees"</span> of type <span style="font-weight: bold;" class="mycode_b">"Articles - Newsflash</span>, you will write<br />
{loadmodule <span style="font-weight: bold;" class="mycode_b">articles_news</span>,Committees}<br />
<br />
For <span style="font-weight: bold;" class="mycode_b">Feed Display</span> module type you will write {loadmodule feed,Latest} (if <span style="font-weight: bold;" class="mycode_b">Latest</span> is the Title of your module}<br />
<br />
Now you know where <span style="font-weight: bold;" class="mycode_b">Module Type</span> comes from; once your {loadmodule} parameters are correct, it will work and will show you its power and charm.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Notes:</span> <span style="font-weight: bold;" class="mycode_b"><br />
1.</span> No unnecessary space in <span style="font-weight: bold;" class="mycode_b">{</span>loadmodule module_type<span style="font-weight: bold;" class="mycode_b">,</span>title however it was written<span style="font-weight: bold;" class="mycode_b">}<br />
2.</span> If {loadposition} is working and {loadmodule} is not working then it is highly likely that there is a mistake in writing <span style="font-style: italic;" class="mycode_i">module type name</span>.]]></description>
			<content:encoded><![CDATA[It is very powerful to be able to load a module from within an article. An article can be called from a menu item, so this means that a module can be called by using a menu item.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">How To?</span><br />
<br />
<span style="font-weight: bold;" class="mycode_b">Step 1:</span> Create a module using Module Manager. This module is of a "Module Type" and it has a "Title"<br />
<span style="font-weight: bold;" class="mycode_b">Step 2:</span> Create an article using Article Manager. Add just one line<br />
                      {loadmodule "Module Type","Title"}<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=185" target="_blank" title="">loadmodule_4.png</a> (Size: 39.71 KB / Downloads: 1077)
<!-- end: postbit_attachments_attachment --><br />
<span style="font-weight: bold;" class="mycode_b">Step 3:</span> Associate the article created in step 2 with a menu item.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">PRE-CONDITION:</span> "<span style="font-style: italic;" class="mycode_i">Content - Load Module</span>" plugin status should be active. Check by using <span style="font-weight: bold;" class="mycode_b">Plugin Manager</span>.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=182" target="_blank" title="">loadmodule_1.png</a> (Size: 16.8 KB / Downloads: 1033)
<!-- end: postbit_attachments_attachment --><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=183" target="_blank" title="">loadmodule_2.png</a> (Size: 32.94 KB / Downloads: 1048)
<!-- end: postbit_attachments_attachment --><br />
<br />
Everybody says that <span style="font-style: italic;" class="mycode_i">"IT IS NOT WORKING"</span>.<br />
<span style="font-weight: bold;" class="mycode_b"><br />
WHY?</span><br />
Because the secret is in the<span style="font-weight: bold;" class="mycode_b"> "Module Type"</span> that is not explained properly anywhere.<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=184" target="_blank" title="">loadmodule_3.png</a> (Size: 87.18 KB / Downloads: 1020)
<!-- end: postbit_attachments_attachment --><br />
In Joomla installation there is a directory called <span style="font-style: italic;" class="mycode_i">"modules". </span>In above picture, I copied subdirectories of module directory in front of each Module Type. <br />
<br />
Important point to note is that when you write {loadmodule <span style="font-style: italic;" class="mycode_i">Module Type</span>,<span style="font-style: italic;" class="mycode_i">Titile of your module</span>}, <span style="font-weight: bold;" class="mycode_b">Module Type</span> is the part of directory name starting after <span style="font-weight: bold;" class="mycode_b">mod_ </span>.<br />
<br />
Hence if you have a module named <span style="font-weight: bold;" class="mycode_b">"Committees"</span> of type <span style="font-weight: bold;" class="mycode_b">"Articles - Newsflash</span>, you will write<br />
{loadmodule <span style="font-weight: bold;" class="mycode_b">articles_news</span>,Committees}<br />
<br />
For <span style="font-weight: bold;" class="mycode_b">Feed Display</span> module type you will write {loadmodule feed,Latest} (if <span style="font-weight: bold;" class="mycode_b">Latest</span> is the Title of your module}<br />
<br />
Now you know where <span style="font-weight: bold;" class="mycode_b">Module Type</span> comes from; once your {loadmodule} parameters are correct, it will work and will show you its power and charm.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Notes:</span> <span style="font-weight: bold;" class="mycode_b"><br />
1.</span> No unnecessary space in <span style="font-weight: bold;" class="mycode_b">{</span>loadmodule module_type<span style="font-weight: bold;" class="mycode_b">,</span>title however it was written<span style="font-weight: bold;" class="mycode_b">}<br />
2.</span> If {loadposition} is working and {loadmodule} is not working then it is highly likely that there is a mistake in writing <span style="font-style: italic;" class="mycode_i">module type name</span>.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Template Import]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=4988</link>
			<pubDate>Thu, 28 Apr 2016 12:20:24 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=4988</guid>
			<description><![CDATA[You created template for your website and compressed all the required template files into a .zip file.<br />
<ul>
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=112" target="_blank" title="">joomla_template_8_0.png</a> (Size: 82.02 KB / Downloads: 1126)
<!-- end: postbit_attachments_attachment --><br />
</ul>
Now you should LogIn to Joomla administrator's account and choose menu item <span style="font-weight: bold;" class="mycode_b">Extensions</span> and sub menu item <span style="font-weight: bold;" class="mycode_b">Manage</span> to Install this template.<br />
<ul>
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=113" target="_blank" title="">joomla_template_8_1.png</a> (Size: 118.13 KB / Downloads: 1162)
<!-- end: postbit_attachments_attachment --><br />
</ul>]]></description>
			<content:encoded><![CDATA[You created template for your website and compressed all the required template files into a .zip file.<br />
<ul>
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=112" target="_blank" title="">joomla_template_8_0.png</a> (Size: 82.02 KB / Downloads: 1126)
<!-- end: postbit_attachments_attachment --><br />
</ul>
Now you should LogIn to Joomla administrator's account and choose menu item <span style="font-weight: bold;" class="mycode_b">Extensions</span> and sub menu item <span style="font-weight: bold;" class="mycode_b">Manage</span> to Install this template.<br />
<ul>
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=113" target="_blank" title="">joomla_template_8_1.png</a> (Size: 118.13 KB / Downloads: 1162)
<!-- end: postbit_attachments_attachment --><br />
</ul>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Template Import - Preparations]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=4970</link>
			<pubDate>Tue, 26 Apr 2016 12:36:12 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=4970</guid>
			<description><![CDATA[Once you have your required template ready, you can modify/add a few things in your existing template files to make them usable in Joomla system as a Joomla template.<br />
<br />
<ol>
<li>Change the name of index.html to index.php and add <span style="font-weight: bold;" class="mycode_b">some relevant information</span> at the top of the file.</li>
<li>Create and add templateDetails.xml in the same folder/directory</li>
<li>Compress the directory into a .zip file to be able to import it in Joomla</li>
</ol>
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=106" target="_blank" title="">joomla_template_6.png</a> (Size: 82.02 KB / Downloads: 1133)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Once you have your required template ready, you can modify/add a few things in your existing template files to make them usable in Joomla system as a Joomla template.<br />
<br />
<ol>
<li>Change the name of index.html to index.php and add <span style="font-weight: bold;" class="mycode_b">some relevant information</span> at the top of the file.</li>
<li>Create and add templateDetails.xml in the same folder/directory</li>
<li>Compress the directory into a .zip file to be able to import it in Joomla</li>
</ol>
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="http://forum.notjustbrowsing.org:/images/attachtypes/image.gif" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=106" target="_blank" title="">joomla_template_6.png</a> (Size: 82.02 KB / Downloads: 1133)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Brief Introduction]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=4942</link>
			<pubDate>Sun, 24 Apr 2016 12:42:41 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=4942</guid>
			<description><![CDATA[Joomla is a Content Management System based on PHP/MySQL, popular and widely used at present.<br />
<br />
A few things to remember about Joomla terminology<br />
<OL>
<li><span style="font-weight: bold;" class="mycode_b">Template:</span> A hollow web page structure just like the one we constructed in <a href="http://forum.notjustbrowsing.org/forumdisplay.php?fid=10" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION</a> series of posts.</li>
<li><span style="font-weight: bold;" class="mycode_b">Category:</span> Think of the term "Category" in Joomla as "Directory" or "Folder" in a file system.</li>
<li><span style="font-weight: bold;" class="mycode_b">Article:</span> An "Article" in Joomla term is information that you want to show on your web page as a one piece.</li>
<li><span style="font-weight: bold;" class="mycode_b">Module:</span> A module is a specific piece of code, written in PHP and is part of Joomla System. All predefined tasks are done by specific modules for that task.</li>
</OL>
<br />
<span style="font-weight: bold;" class="mycode_b">Notes</span><br />
<ul>
<li>We will be modifying our template constructed earlier, to enable our template to be imported into Joomla.</li>
<li>For Joomla operational purposes, create "categories" and associate appropriate "articles" to them.</li>
<li>Most of our work for creating a website is already complete. We have already created a template and designed <a href="http://forum.notjustbrowsing.org/showthread.php?tid=2957" target="_blank" rel="noopener" class="mycode_url">layout for all contents</a> in our web page.</li>
</ul>
<br />
Last but not least, learn to use Joomla by using it.]]></description>
			<content:encoded><![CDATA[Joomla is a Content Management System based on PHP/MySQL, popular and widely used at present.<br />
<br />
A few things to remember about Joomla terminology<br />
<OL>
<li><span style="font-weight: bold;" class="mycode_b">Template:</span> A hollow web page structure just like the one we constructed in <a href="http://forum.notjustbrowsing.org/forumdisplay.php?fid=10" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION</a> series of posts.</li>
<li><span style="font-weight: bold;" class="mycode_b">Category:</span> Think of the term "Category" in Joomla as "Directory" or "Folder" in a file system.</li>
<li><span style="font-weight: bold;" class="mycode_b">Article:</span> An "Article" in Joomla term is information that you want to show on your web page as a one piece.</li>
<li><span style="font-weight: bold;" class="mycode_b">Module:</span> A module is a specific piece of code, written in PHP and is part of Joomla System. All predefined tasks are done by specific modules for that task.</li>
</OL>
<br />
<span style="font-weight: bold;" class="mycode_b">Notes</span><br />
<ul>
<li>We will be modifying our template constructed earlier, to enable our template to be imported into Joomla.</li>
<li>For Joomla operational purposes, create "categories" and associate appropriate "articles" to them.</li>
<li>Most of our work for creating a website is already complete. We have already created a template and designed <a href="http://forum.notjustbrowsing.org/showthread.php?tid=2957" target="_blank" rel="noopener" class="mycode_url">layout for all contents</a> in our web page.</li>
</ul>
<br />
Last but not least, learn to use Joomla by using it.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Basics]]></title>
			<link>http://forum.notjustbrowsing.org:/showthread.php?tid=3067</link>
			<pubDate>Mon, 07 Mar 2016 19:41:32 +0000</pubDate>
			<guid isPermaLink="false">http://forum.notjustbrowsing.org:/showthread.php?tid=3067</guid>
			<description><![CDATA[To create a simple website using Joomla, you should follow these posts in order<br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=780" target="_blank" rel="noopener" class="mycode_url">What is a Web Page</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=839" target="_blank" rel="noopener" class="mycode_url">What is in a web page?</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=795" target="_blank" rel="noopener" class="mycode_url">Template: Organization of contents on a web page</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=838" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - I</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1204" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - II</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1263" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - III</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1276" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - IV</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1300" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - V</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1405" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - VI</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1438" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - VII</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1976" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - Final</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=2957" target="_blank" rel="noopener" class="mycode_url">Layout creation for each space</a><br />
<br />
Once you have template of your desired website ready, come back to this area for next step.]]></description>
			<content:encoded><![CDATA[To create a simple website using Joomla, you should follow these posts in order<br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=780" target="_blank" rel="noopener" class="mycode_url">What is a Web Page</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=839" target="_blank" rel="noopener" class="mycode_url">What is in a web page?</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=795" target="_blank" rel="noopener" class="mycode_url">Template: Organization of contents on a web page</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=838" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - I</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1204" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - II</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1263" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - III</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1276" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - IV</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1300" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - V</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1405" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - VI</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1438" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - VII</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=1976" target="_blank" rel="noopener" class="mycode_url">TEMPLATE CONSTRUCTION - Final</a><br />
<a href="http://forum.notjustbrowsing.org/showthread.php?tid=2957" target="_blank" rel="noopener" class="mycode_url">Layout creation for each space</a><br />
<br />
Once you have template of your desired website ready, come back to this area for next step.]]></content:encoded>
		</item>
	</channel>
</rss>