Error while Generating SiteMap [message #181083] |
Thu, 11 April 2013 06:57 |
ashish.perisun
Messages: 1 Registered: April 2013
Karma: 0
|
Junior Member |
|
|
Hello All
I created a small application in core PHP, I have created a news section in which I implemented PHP pagination, Its works fine. I am facing a issue that when i try to generate a sitemap, So it doesn't pick the second page links or news posts link.
Please advise!
Thanks
|
|
|
Re: Error while Generating SiteMap [message #181086 is a reply to message #181083] |
Thu, 11 April 2013 12:10 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
On 4/11/2013 2:57 AM, ashish(dot)perisun(at)gmail(dot)com wrote:
> Hello All
>
> I created a small application in core PHP, I have created a news section in which I implemented PHP pagination, Its works fine. I am facing a issue that when i try to generate a sitemap, So it doesn't pick the second page links or news posts link.
>
> Please advise!
>
> Thanks
>
What do you mean by "PHP pagination"? There is no such concept in PHP.
How are you generating your site map? Again, there's nothing in PHP
which does this.
It sounds like you're using a CMS instead of coding directly in PHP.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|