• Resolved coreymj78

    (@coreymj78)


    I don’t get it. I installed WordPress Multi site and I’m now working on designing the first client sub domain site using Headway, etc. But this is what I don’t understand:

    Even though I have a site at https://www.subdomain.domain.com
    and the main root site at https://www.domain.com

    I don’t understand how to access individual site pages. Like how would I access the index.php file of the sub domain site as opposed to the root site?

    Also, I eventually may need to be able to copy / export an entire client sub domain site. Is that only possible through the WordPress Admin area? Because I am not seeing a sub folder with the sub domain site inside of it.

    How does this work?

Viewing 2 replies - 16 through 17 (of 17 total)
  • Your code is just a little bit off.

    <?php if( is_front_page() ) { ?>
    <div id="breadcrumbs"><p><a href="https://flooringlifemagazine.com">Home</a>
    </p></div>
    <?php }  ?>

    The reason your first example didn’t work is because there was no closing bracket for the IF statement. Also, I wouldn’t recommend using ECHO in this case. Just include the html between the PHP, as I have above.

    Thread Starter coreymj78

    (@coreymj78)

    Sweet! Thanks! This is exactly what the other guy said too.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Understanding File & Folder Structure’ is closed to new replies.