Banner for Custom Header Images
A very simple and lightweight Plugin for managing custom header images for pages, posts, archive-pages, and all other possible. Wordpress Tutorial
Noted That:
  • To install correctly this custom-header-images.zip .
  • Fisrt Download the custom-header-images.zip to your computer
  • Extract/Open custom-header-images.zip to Your Computer.
  • Then, Find readme.txt file inside custom-header-images.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " custom-header-images.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Custom Header Images

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Custom Header Images

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Custom Header Images

Step-5 : Now, Browse " custom-header-images.zip " Downloaded plugin from your computer, Where you downloaded " custom-header-images.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Custom Header Images

Step-6 : Now, Click on " Active Plugin "

Activate Custom Header Images

Step-7 : Then, See left Side Menu. " Custom Header Images " folder is added on left Side Menu. Now, Click on " Custom Header Images " folder.

Noted that: If you do not see " Custom Header Images " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Custom Header Images Configurations and Settings or How to work " Custom Header Images " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Custom Header Images " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Custom Header Images
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Upload the Plugin to your wp-content/plugins/ folder
  2. Activate the Plugin
  3. Go to Settings -> Header Images and insert the image URLs (get the URLs from the media library)
  4. Paste the following code into your theme:

Where to set the image data:

  • Go to Settings -> Header Images for general settings
  • Meta Boxes at the bottom of post / page / custom post type edit screen
  • Category/Taxonomy add/edit screen

Note: This Plugin uses conditional tags. You can only use conditional query tags after the posts_selection action hook in WordPress (the wp action hook is the first one through which you can use these conditionals). For themes, this means the conditional tag will never work properly if you are using it in the body of functions.php, i.e. outside of a function (https://codex.wordpress.org/Conditional_Tags).


Name