문제

I have a Joomla website with virtuemart. The front page has featured products. Now I want to be able to show more at my front page. I made an article with a picture in it. I want it also to display at the homepage at the same time as the featured products module, say above it. So basically multiple things at the front page. Now I could hardcode it in, but I want to be able to make it as article as it is easier and faster editable.

도움이 되었습니까?

해결책

The solution is Module,

Just create a module , with params as article id options. Means create a module with parameter option that you can set the article Id, then simply assign that module to the Home Page.

Inside your module Just read the article id and fetch those article details.

For the module development tutorial you can check this.

Hope its helps..

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top