Sites - Site templates - default portlets in custom theme does not show up

Konrad Falkowski, modified 9 Years ago. Junior Member Posts: 52 Join Date: 1/11/17 Recent Posts
Hi Liferay 7 community,

I am during Liferay 7 theme development using recommended freemarker.
I added to my portlet_normal.ftl template following part of code:
<@liferay_portlet["runtime"]
defaultPreferences=default_preferences
portletProviderAction=portletProviderAction.VIEW
instanceId="footer"
portletName="com_liferay_journal_content_web_portlet_JournalContentPortlet" />

Then from Administration / Site templates I set selected web content in my new theme. Then I went to Administration / Sites and created a new site connected with this template but from Site view it does not show up. Why I see this added web content from ''Site templates'' view but from ''Sites'' I don't?
Thanks in advance for help.
Konrad Falkowski, modified 9 Years ago. Junior Member Posts: 52 Join Date: 1/11/17 Recent Posts
I solved this issue, I had to modify site from Private Pages view. Is it possible to have an access directly from public pages?