Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #14310, comment 50


Ignore:
Timestamp:
10/09/2014 01:13:53 AM (10 years ago)
Author:
Nabha
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14310, comment 50

    initial v1  
    1 We have a multi-site installation and I'd like to get all the blogs running on a single theme with a modified lookup for theme files.
     1We have a multi-site installation and I'd like to get all the blogs running on a single theme with a modified lookup for theme files. I think this would be needed.
    22
    33For example, instead of just looking in the root theme folder for author.php, I'd like it to look for /blogs/blog-name/author.php as well. This offers a sort of intuitive way for us to override template parts.