Dynamic Page Header Images

plugin banner

A very simple and lightweight Plugin for managing custom header images for pages.Dynamically Add & Change Your page Header Images.

Author:Praveen (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:5.6.4
Plugin version:1.0
Added to WordPress repository:20-03-2016
Last updated:21-01-2021
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://phpboys.in
Total downloads:2 957
Active installs:90+
plugin download
Click to start download

A very simple and lightweight Plugin for managing custom header images for pages.Use this plugin you can easy way to add/change/manage your page header images dynamically.

Features Included

*Login to wordpress admin
*Go to Pages menu –> Add New
*See Dynamic Header Image meta box.
*Upload your header image and publish post

*Show Page Header Image with img tag, copy and Paste below function to your theme header.php Theme Path: wp-content/themes/your-current-theme/header.php

if(function_exists('dhi_get_headerimage_withtag'))
{ 
   echo dhi_get_headerimage_withtag(); 
}

*Get Page Header Image Url,copy and Paste below function to your theme header.php or where ever you want to get image url use this function.

if(function_exists('dhi_get_headerimage_url'))
{ 
    echo dhi_get_headerimage_url(); 
}

*Get Page Header Image Using Shortcode

*Login to your wordpress admin
*Go to Pages -> All Pages
*Click Edit link of any one page
*Paste below shortcode

[dhi_headerimage] --> Get image with image tag 

[dhi_headerimage img_tag='false'] -- > Get Image Url Only

Usage

  • Once install the plugin go to settings menu -> User Guide- DHI
  • Follow the mentioned Steps

Problems and Support

To get fastest response use the support page in the plugin area on WordPress.org

Please Review!

I would love some feedback. I will try and respond to any issues you might have.

Comments, Feedback and Request Features

To send any suggestions, comments, or feedback about this plugin send a [mail to us]
(plugin@phpboys.in).


Screenshots
ChangeLog