Home Forums Free Themes Music Zone Is it possible to desactivate Homepage ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #194846
    BenoitAdam
    Participant

    Hi,

    Is there a way to deactivate the homepage totally ?

    My solution for now is to delete front-page.php, but is there a cleaner way ?

    #194856
    Psink
    Keymaster

    I guess you are trying to show the page content on the homepage. For that, you can add this PHP snippet to your site

    add_filter( ‘music_zone_filter_frontpage_content_enable’, function(){
    return true;
    } );

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.