Sitemap for dynamic website |
I have a dynamic website designed with Codeigniter 3 and I am working on the sitemap part as a newbie.
I found the library sitemap-php from evert/sitemap-php but I can't make it run. From now this is what I did, I put the Sitemap.php file into my library folder In my controller I enter the following PHP Code: public function Sitemap(){ Could you guide me to solve my issue. Thanks |
Messages In This Thread |
Sitemap for dynamic website - by plopli - 07-25-2021, 09:08 PM
|