Welcome Guest, Not a member yet? Register   Sign In
Made changes to query in code. No change in the website.
#11

[eluser]jt66250[/eluser]
sitemap.php is an XML page. It looks like a google sitemap. Here is the code referenced.

<?
foreach ($practice_areas as $row)
{
?>
<url>
<loc>&lt;?=$url . 'practice_areas/' . $row->title_escaped; ?&gt;</loc>
<priority>.9</priority>
</url>
&lt;?
}
?&gt;
#12

[eluser]puzzlebox[/eluser]
ooops sorry I didn't see it on my last reply.. the controller is calling the function retrieve_pages not retrieve_practice_areas. I need to see the code that calls on $this->content_model->retrieve_practice_areas
#13

[eluser]jt66250[/eluser]
That line of code is nowhere on any of my pages.



The line I gave you was the closest thing to it.
#14

[eluser]puzzlebox[/eluser]
then, no, that function is not used by your site. Smile




Theme © iAndrew 2016 - Forum software by © MyBB