This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Dynamic Page Header Images

Description

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

  • This screen shot to plugin page corresponds to screenshot-1.(png|jpg|jpeg|gif).
  • This screen shot to settings menu page corresponds to screenshot-2.(png|jpg|jpeg|gif).
  • This screen shot to plugin settings page corresponds to screenshot-3.(png|jpg|jpeg|gif).
  • This screen shot to site preview corresponds to screenshot-4.(png|jpg|jpeg|gif).
  • This screen shot to site preview corresponds to screenshot-5.(png|jpg|jpeg|gif).
  • This screen shot to site preview corresponds to screenshot-6.(png|jpg|jpeg|gif).

Installation

  1. Upload the plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Once install the plugin go to settings menu -> User Guide- DHI

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Dynamic Page Header Images” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0

First Release.