Hidden Pages :- Pages created under 'Hidden Pages' label are hidden from page navigation.
Use-case :- If you dont want to show a particular page in navigation but you want to reach it out through friendly url.
1) Go to Administration, Manage Pages
2) Export the page to be hidden.
3) Edit the pageExport.xml. Add the line below.
<parameter name="com.ibm.portal.Hidden" type="string" update="set"><![CDATA[true]]></parameter>
4) Go to Adminitration, Import XML. Import the xml with the new line. Before importing please delete previous page which you have exported.
Use-case :- If you dont want to show a particular page in navigation but you want to reach it out through friendly url.
1) Go to Administration, Manage Pages
2) Export the page to be hidden.
3) Edit the pageExport.xml. Add the line below.
<parameter name="com.ibm.portal.Hidden" type="string" update="set"><![CDATA[true]]></parameter>
4) Go to Adminitration, Import XML. Import the xml with the new line. Before importing please delete previous page which you have exported.
No comments:
Post a Comment