Title: Sectors &#8211; Conditional Templates &amp; Hooks
Author: Joachim Jensen
Published: <strong>5. februar, 2018</strong>
Last modified: 28. juli, 2024

---

Søk i utvidelser

![](https://ps.w.org/sectors/assets/banner-772x250.png?rev=2064763)

Denne utvidelsen **har ikke blitt testet mot noen av de siste 3 hovedutgivelsene
av WordPress**. Den er kanskje ikke lenger holdt vedlike eller støttet, og den kan
ha kompatibilitetsproblemer med nyeste versjoner av WordPress.

![](https://ps.w.org/sectors/assets/icon-256x256.png?rev=2064763)

# Sectors – Conditional Templates & Hooks

 Av [Joachim Jensen](https://profiles.wordpress.org/intoxstudio/)

[Last ned](https://downloads.wordpress.org/plugin/sectors.zip)

 * [Detaljer](https://nb.wordpress.org/plugins/sectors/#description)
 * [Omtaler](https://nb.wordpress.org/plugins/sectors/#reviews)
 *  [Installering](https://nb.wordpress.org/plugins/sectors/#installation)
 * [Utvikling](https://nb.wordpress.org/plugins/sectors/#developers)

 [Brukerstøtte](https://wordpress.org/support/plugin/sectors/)

## Beskrivelse

Sectors is a first of its kind plugin for WordPress. Create theme templates for 
any context on your site. Make sure select Actions or Filters are only added when
certain conditions are met.

#### Contexts

When you add a new sector to your site, you select the content it covers. This could
be:

 * All posts in a select category
 * Pages by an author
 * Custom Post Types with a Custom Taxonomy
 * …
 * Any combination of above

Sectors also comes with built in support for BuddyPress, WPML, Polylang, and more.

#### Templates

Sectors will look in your theme folder for the following templates:

 * `/sectors/<sector-name>.php`
 * `/sector-<sector-name>.php`

If found, it will be automatically loaded for the context.

#### API

**Template Tags**

Check if a query is part of a given or any sector:

    ```
    is_sector(string $sector):boolean
    ```

Get all sectors for current context:

    ```
    get_current_sectors():array
    ```

**Hooks**

Sectors extends all WordPress Actions and Filters by adding a scope. This means 
you can add a callback to an action and make sure it’s only executed in a given 
context:

    ```
    add_sector_action(string $sector, string $tag, callable $function, int $priority = 10, int $accepted_args = 1 )

    add_sector_filter(string $sector, string $tag, callable $function, int $priority = 10, int $accepted_args = 1 )
    ```

## Skjermbilder

[⌊Actions & Filters without Sectors⌉⌊Actions & Filters without Sectors⌉[

Actions & Filters without Sectors

[⌊Actions & Filters using Sectors⌉⌊Actions & Filters using Sectors⌉[

Actions & Filters using Sectors

## Installasjon

 1. Upload the full plugin directory to your `/wp-content/plugins/` directory or install
    the plugin through `Plugins` in the Admin Dashboard
 2. Activate the plugin through `Plugins` in the Admin Dashboard
 3. Create your first Sector under the menu _Sectors > Add New_

## Vurderinger

Det er ingen omtaler av denne utvidelsen.

## Bidragsytere og utviklere

«Sectors – Conditional Templates & Hooks» er programvare med åpen kildekode. Følgende
personer har bidratt til denne utvidelsen:

Bidragsytere

 *   [ Joachim Jensen ](https://profiles.wordpress.org/intoxstudio/)
 *   [ DEV Institute ](https://profiles.wordpress.org/devinstitute/)

[Oversett «Sectors – Conditional Templates & Hooks» til ditt språk.](https://translate.wordpress.org/projects/wp-plugins/sectors)

### Interessert i utvikling?

[Bla gjennom koden](https://plugins.trac.wordpress.org/browser/sectors/), sjekk 
ut [SVN-repositoriet](https://plugins.svn.wordpress.org/sectors/), eller abonner
på [utviklingsloggen](https://plugins.trac.wordpress.org/log/sectors/) med [RSS](https://plugins.trac.wordpress.org/log/sectors/?limit=100&mode=stop_on_copy&format=rss).

## Endringslogg

#### 1.2

 * Added: wordpress 5.5 support
 * Added: minimum wordpress version 4.8
 * Added: minimum php version 5.6
 * Updated: wp-content-aware-engine
 * Updated: wp-db-updater

#### 1.1

 * Added: api to get current sectors
 * Added: ‘sector’ to body class
 * Added: ui improvements
 * Updated: wp-content-aware-engine

#### 1.0

 * Welcome

## Meta

 *  Versjon **1.2**
 *  Sist oppdatert **2 år siden**
 *  Aktive installasjoner **10+**
 *  WordPress-versjon ** 4.8 eller nyere **
 *  Testet opp til **6.6.5**
 *  PHP-versjon ** 5.6 eller nyere **
 *  Språk
 * [English (US)](https://wordpress.org/plugins/sectors/)
 * Stikkord
 * [actions](https://nb.wordpress.org/plugins/tags/actions/)[filters](https://nb.wordpress.org/plugins/tags/filters/)
   [hooks](https://nb.wordpress.org/plugins/tags/hooks/)
 *  [Avansert visning](https://nb.wordpress.org/plugins/sectors/advanced/)

## Vurderinger

No reviews have been submitted yet.

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

[Se alle omtalene](https://wordpress.org/support/plugin/sectors/reviews/)

## Bidragsytere

 *   [ Joachim Jensen ](https://profiles.wordpress.org/intoxstudio/)
 *   [ DEV Institute ](https://profiles.wordpress.org/devinstitute/)

## Brukerstøtte

Har du noe å si? Trenger du hjelp?

 [Vis brukerstøtteforumet](https://wordpress.org/support/plugin/sectors/)