Closed FloLech closed 3 years ago
Fixes Bug when setting a static front-page.
Context on localhost: When setting a static frontpage basename( get_sl($item->object_id) ) returns "localhost". Using et_post_field( 'post_name', $item->object_id ) returns the actual slug of the page.
basename( get_sl($item->object_id) )
et_post_field( 'post_name', $item->object_id )
Fixes Bug when setting a static front-page.
Context on localhost: When setting a static frontpage
basename( get_sl($item->object_id) )
returns "localhost". Usinget_post_field( 'post_name', $item->object_id )
returns the actual slug of the page.