Title: Network Template Parts
Author: Happy Prime
Published: <strong>07. lipnja 2023.</strong>
Last modified: 06. studenoga 2024.

---

Pretraga dodataka

![](https://ps.w.org/network-template-parts/assets/banner-772x250.jpeg?rev=2946328)

Dodatak **nije testiran s zadnje 3 glavna izdanja WordPressa**. Možda ga se više
ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama
WordPressa.

![](https://ps.w.org/network-template-parts/assets/icon-256x256.jpeg?rev=2946328)

# Network Template Parts

 Od [Happy Prime](https://profiles.wordpress.org/happyprime/)

[Preuzmi](https://downloads.wordpress.org/plugin/network-template-parts.1.0.4.zip)

 * [Detalji](https://hr.wordpress.org/plugins/network-template-parts/#description)
 * [Recenzije](https://hr.wordpress.org/plugins/network-template-parts/#reviews)
 * [Razvoj](https://hr.wordpress.org/plugins/network-template-parts/#developers)

 [Podrška](https://wordpress.org/support/plugin/network-template-parts/)

## Opis

When managing a brand across many sites, it is often necessary to ship changes to
the look and feel with the certainty that they will be applied immediately.

In its current iteration, the WordPress site editor allows individual site administrators
to make changes to a theme’s templates and template parts. Once a template or a 
template part has been edited on an individual site, it no longer receives updates
from the theme automatically, which may in turn cause unintended consequences.

This plugin provides a way for site administrators to edit parts of the site without
accidentally overwriting pieces that should remain consistent.

Network Template Parts works in tandem with [Restrict Network Templates](https://github.com/happyprime/restrict-network-templates),
which restricts the editing of templates on individual sites.

### Assumptions

### Templates provided by the theme should not be edited.

A theme’s core structure is defined by templates. (e.g. `templates/home.html`)

It should be possible to set a structure in these templates and assume that they
will not be overridden on individual sites.

### Network-level template parts are managed by network administrators.

Parts of a theme’s structure rely on data from the main site on a network. (e.g.
global navigation)

It should be possible for a template to specify that a section of a page is rendered
in the context of the main site.

### Site-level template parts are managed by site administrators.

Parts of a theme’s structure rely on data from individual sites on a network. (e.
g. site navigation, content)

It should be possible to override site-level template parts from an individual site.

### Block

The Network Template Part block renders a selected template part in either a “site”
or “network” context.

Attributes:

 * `slug` determines which template part to load. Template parts are located in 
   a theme’s `parts/` directory.
 * `context` determines the context in which the part should render.

### Examples

Often, a network will provide common header and footer areas while leaving the site
content between to site administrators. With Network Template Parts, this can be
accomplished as so:

A `templates/index.html` file may contain:

    ```
    <!-- wp:ntp/network-template-part {"slug":"header","context":"network"} /-->
    <!-- wp:ntp/network-template-part {"slug":"main-index","context":"site"} /-->
    <!-- wp:ntp/network-template-part {"slug":"footer","context":"network"} /-->
    ```

>

This loads `parts/header.html` from the main site on the network, `parts/main-index.
html` from the current site, and `parts/footer.html` from the main site on the network.

The `parts/header.html` file main contain:

    ```
    <!-- wp:ntp/network-template-part {"slug":"header-top","context":"network"} /-->
    <!-- wp:ntp/network-template-part {"slug":"header-main","context":"network"} /-->
    ```

>

This defines two areas in the header to be managed at the network level. The `parts/
header-main.html` may contain something like:

    ```
    <!-- wp:group -->
    <div class="wp-block-group">
        <!-- wp:group {"tagName":"header"} -->
        <header class="wp-block-group">
            <!-- wp:ntp/network-template-part {"slug":"header-main-network-logo","context":"network"} /-->
            <!-- wp:ntp/network-template-part {"slug":"header-main-site-navigation","context":"site"} /-->
        </header>
        <!-- /wp:group -->
    </div>
    <!-- /wp:group -->
    ```

>

This provides some common HTML structure, loads a network-level logo, and also provides
a site-level navigation in `parts/header-main-site-navigation.html`.

Now, an individual site administrator can make changes to a navigation menu while
also receiving updates from the theme and the network if the look and feel of the
broader network changes.

## Blokovi

Ovaj dodatak omogućava 1 blok.

 *   Network Template Part Render a template part in the context of a site or network.

## Recenzije

Nema recenzija za ovaj dodatak.

## Suradnici i Programeri

“Network Template Parts” je softver otvorenog koda. Sljedeće osobe su doprinijele
ovom dodatku.

Suradnici

 *   [ Happy Prime ](https://profiles.wordpress.org/happyprime/)
 *   [ Jeremy Felt ](https://profiles.wordpress.org/jeremyfelt/)
 *   [ slocker ](https://profiles.wordpress.org/slocker/)
 *   [ philcable ](https://profiles.wordpress.org/philcable/)

[Prevedite “Network Template Parts” na svoj jezik.](https://translate.wordpress.org/projects/wp-plugins/network-template-parts)

### Zainteresirani ste za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/network-template-parts/),
pogledajte [SVN spremište](https://plugins.svn.wordpress.org/network-template-parts/)
ili se pretplatite na [dnevnik razvoja](https://plugins.trac.wordpress.org/log/network-template-parts/)
od [RSS](https://plugins.trac.wordpress.org/log/network-template-parts/?limit=100&mode=stop_on_copy&format=rss).

## Dnevnik promjena

### 1.0.4

 * Confirm WordPress 6.6 compatibility.
 * Raise minimum supported WordPress to 6.3.
 * Update `block.json` API version to 3.
 * Improve build tooling, coding standards.
 * No functional changes.

### 1.0.3

 * Adjust deployment scripting.

### 1.0.2

 * Update `@wordpress/scripts` dependency to 26.8.0.
 * Include built files so that the block actually works.

### 1.0.1

 * Update `@wordpress/scripts` dependency to 26.6.0.
 * Add POT file.
 * Initial wp.org release.

### 1.0.0

 * Consolidate into one block: Network Template Part.
 * Add “context” attribute.

### 0.1.1

 * Provide a select interface for site and network template parts.
 * Improve plugin documentation.
 * Update `@wordpress/scripts` dependency to 26.3.0.

### 0.1.0

Initial release

## Meta

 *  Version **1.0.4**
 *  Zadnje ažuriranje **prije 2 godine**
 *  Aktivnih instalacija **10+**
 *  WordPress inačica ** 6.3 ili viša **
 *  Testirano do **6.7.5**
 *  PHP inačica ** 7.4 ili viša **
 *  Language
 * [English (US)](https://wordpress.org/plugins/network-template-parts/)
 * Oznake
 * [multisite](https://hr.wordpress.org/plugins/tags/multisite/)[site editor](https://hr.wordpress.org/plugins/tags/site-editor/)
   [templates](https://hr.wordpress.org/plugins/tags/templates/)
 *  [Napredni pogled](https://hr.wordpress.org/plugins/network-template-parts/advanced/)

## Ocjena

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/network-template-parts/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/network-template-parts/reviews/)

## Suradnici

 *   [ Happy Prime ](https://profiles.wordpress.org/happyprime/)
 *   [ Jeremy Felt ](https://profiles.wordpress.org/jeremyfelt/)
 *   [ slocker ](https://profiles.wordpress.org/slocker/)
 *   [ philcable ](https://profiles.wordpress.org/philcable/)

## Podrška

Želite nešto reći? Potrebna vam je pomoć?

 [Pregledaj forum za podršku](https://wordpress.org/support/plugin/network-template-parts/)