Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Couple different ways you could approach this, generally depending on how much information you need to share across the offices, whether you have requirements on how these different offices are administered, and generally how similar the content is.</p> <p>The first decision to make is whether to use Single Site setup (in which they technically operate as one WP site), or a Multi-Site setup (in which you could use one common theme, but the posts/pages are administered independently - you could still use a plugin like <a href="http://wordpress.org/plugins/network-latest-posts/" rel="nofollow">http://wordpress.org/plugins/network-latest-posts/</a> to share blog posts, but you'd want to make sure it meets your needs beforehand). More on this decision here: <a href="http://mashable.com/2012/07/26/beginner-guide-wordpress-multisite/" rel="nofollow">http://mashable.com/2012/07/26/beginner-guide-wordpress-multisite/</a>, and setup here: <a href="http://codex.wordpress.org/Create_A_Network" rel="nofollow">http://codex.wordpress.org/Create_A_Network</a>.</p> <p>If you opted to go single-site, then one simple option may be to create page hierarchies, with the parent-level pages as Office A, Office B, Office C. If it's only a couple things that need to change based on the office (e.g. header colors, simple branding or info), then you could make a function that checks highest parent-level page (using get_post_ancestors - <a href="http://codex.wordpress.org/Function_Reference/get_post_ancestors" rel="nofollow">http://codex.wordpress.org/Function_Reference/get_post_ancestors</a>), and use that result to determine which offices' branding you should use.</p> <p>Best of luck!</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload