Title: Dynamic Custom Header Replacement
Author: enteractie
Published: <strong>24 mars 2017</strong>
Last modified: 26 juni 2017

---

Sök tillägg

Det här tillägget **har inte testats med någon av de 3 senaste huvudversionerna 
av WordPress**. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem
när det används tillsammans med nyare versioner av WordPress.

![](https://ps.w.org/dynamic-custom-header-replacement/assets/icon-256x256.jpg?rev
=1623961)

# Dynamic Custom Header Replacement

 Av [enteractie](https://profiles.wordpress.org/enteractie/)

[Ladda ner](https://downloads.wordpress.org/plugin/dynamic-custom-header-replacement.zip)

 * [Detaljer](https://sv.wordpress.org/plugins/dynamic-custom-header-replacement/#description)
 * [Recensioner](https://sv.wordpress.org/plugins/dynamic-custom-header-replacement/#reviews)
 *  [Installation](https://sv.wordpress.org/plugins/dynamic-custom-header-replacement/#installation)
 * [Utveckling](https://sv.wordpress.org/plugins/dynamic-custom-header-replacement/#developers)

 [Support](https://wordpress.org/support/plugin/dynamic-custom-header-replacement/)

## Beskrivning

This plugin allows the custom header image to be replaced by the featured image 
of the current post or page, if present. Otherwise the ’default’ custom header image
is used.

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or 
    install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ’Plugins’ screen in WordPress

## Vanliga frågor

  Installation Instructions

 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or 
    install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ’Plugins’ screen in WordPress

  How can I disable the regular featured image from displaying on a single post 
or page?

For the Twenty Seventeen theme you can change the header.php file to disable the
regular featured image.
 For example: (lines 44 – 49)

    ```
        // If a regular post or page, and not the front page, show the featured image.
        //  if ( has_post_thumbnail() && ( is_single() || ( is_page() && ! twentyseventeen_is_frontpage() ) ) ) :
        //    echo '<div class="single-featured-image-header">';
        //    the_post_thumbnail( 'twentyseventeen-featured-image' );
        //    echo '</div><!-- .single-featured-image-header -->';
        //  endif;
    ```

  What about foo bar?

N/A

## Recensioner

Detta tillägg har inga recensioner.

## Bidragsgivare och utvecklare

”Dynamic Custom Header Replacement” är programvara med öppen källkod. Följande personer
har bidragit till detta tillägg.

Bidragande personer

 *   [ enteractie ](https://profiles.wordpress.org/enteractie/)

[Översätt ”Dynamic Custom Header Replacement” till ditt språk.](https://translate.wordpress.org/projects/wp-plugins/dynamic-custom-header-replacement)

### Intresserad av programutveckling?

[Läs programkoden](https://plugins.trac.wordpress.org/browser/dynamic-custom-header-replacement/),
kika på [SVN-filförvaret](https://plugins.svn.wordpress.org/dynamic-custom-header-replacement/)
eller prenumerera på [utvecklarloggen](https://plugins.trac.wordpress.org/log/dynamic-custom-header-replacement/)
via [RSS](https://plugins.trac.wordpress.org/log/dynamic-custom-header-replacement/?limit=100&mode=stop_on_copy&format=rss).

## Ändringslogg

#### 1.2

 * Added width and height variables

#### 1.1

 * Solved misconfigured variables

#### 1.01

 * Changed function names to comply with policy

#### 1.0

 * Initial release

## Meta

 *  Version **1.2**
 *  Senast uppdaterat **9 år sedan**
 *  Aktiva installationer **10+**
 *  WordPress-version ** 4.6 eller senare **
 *  Testat upp till **4.8.28**
 *  Språk
 * [English (US)](https://wordpress.org/plugins/dynamic-custom-header-replacement/)
 * Etiketter
 * [custom header](https://sv.wordpress.org/plugins/tags/custom-header/)[featured image](https://sv.wordpress.org/plugins/tags/featured-image/)
   [header-image](https://sv.wordpress.org/plugins/tags/header-image/)[twenty-seventeen](https://sv.wordpress.org/plugins/tags/twenty-seventeen/)
 *  [Avancerad vy](https://sv.wordpress.org/plugins/dynamic-custom-header-replacement/advanced/)

## Betyg

Än så länge har inga recensioner skickats in.

[Your review](https://wordpress.org/support/plugin/dynamic-custom-header-replacement/reviews/#new-post)

[Se alla recensioner](https://wordpress.org/support/plugin/dynamic-custom-header-replacement/reviews/)

## Bidragande personer

 *   [ enteractie ](https://profiles.wordpress.org/enteractie/)

## Support

Har du något att säga? Behöver du hjälp?

 [Visa supportforum](https://wordpress.org/support/plugin/dynamic-custom-header-replacement/)

## Donera

Skulle du vilja bidra till utvecklingen av detta tillägg?

 [ Donera till det här tillägget ](https://sv.wordpress.org/plugins/dynamic-custom-header-replacement/?output_format=md#)