starting technical seo
This commit is contained in:
@@ -9,7 +9,7 @@ $pageSlug = $page->post_name;
|
||||
|
||||
if ($page->post_parent !== 0) {
|
||||
$parent_page = $pages[$page->post_parent]['page'];
|
||||
$pageBG = $parent_page->post_name . '.png';
|
||||
$pageBG = 'internal/' . $page->post_name . '.png';
|
||||
} else {
|
||||
$pageBG = $page->post_name . '.png';
|
||||
}
|
||||
|
Reference in New Issue
Block a user