include sticky in sitemap #972

This commit is contained in:
Diego Najar 2019-02-28 19:51:30 +01:00
parent 54868df652
commit c16741808f
1 changed files with 1 additions and 4 deletions

View File

@ -57,10 +57,7 @@ class pluginSitemap extends Plugin {
$xml .= '<loc>'.$site->url().'</loc>';
$xml .= '</url>';
$published = $pages->getPublishedDB();
$statics = $pages->getStaticDB();
$list = array_merge($published, $statics);
$list = $pages->getList($pageNumber=1, $numberOfItems=-1, $published=true, $static=true, $sticky=true, $draft=false, $scheduled=false);
foreach ($list as $pageKey) {
try {
// Create the page object from the page key