Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #767225

    I’ve created a child theme and within it I have placed the following file:

    redirect-to-home-page.php

    <?php
    /*
    Template Name: Redirect to home page
    */
    
    wp_redirect('https://myurl.com', 301);
    
    ?>

    I have cleared cache, logged out and back in, still not showing in the list of templates to choose from. Is there something custom I need to do for this with Enfold? Per the codex, this is all that needs to happen unless I am missing something.

    • This topic was modified 7 years ago by Dadsquatch.
    #767239

    Well. I was FTP’d into the wrong server for about 2 hours trying to figure this out.

    Best of luck, consider this closed.

    #767248

    Hi,

    Glad that you fixed it :)

    Cheers!
    Nikko

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