This software is the core of 6kzz. I modified it based on it. This template is a wedding photography template. After installation, please go to the backend---website settings---website template--select a wedding photography template.
The frontend needs to call data.
{$webcore->getArticles(0,0,0,8,0,0)} Retrieve all 8 article content tools
{$webcore->getArticles(1,0,0,8,0,0)} Retrieve all 8 articles with cid=1
{$webcore->getProducts(13,0,0,5,1,1,0)} Retrieve 5 product content tools with cid=13.
The website background can implement static settings. cid is when there is no background setting, you can view it for example: http://localhost/articlelist.php?cid=5
Expand