{"id":42445,"date":"2016-03-20T06:05:18","date_gmt":"2016-03-20T06:05:18","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/dynamic-page-header-images\/"},"modified":"2024-12-31T07:05:05","modified_gmt":"2024-12-31T07:05:05","slug":"dynamic-page-header-images","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/dynamic-page-header-images\/","author":7409264,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0","stable_tag":"3.0","tested":"6.7.5","requires":"3.0","requires_php":"","requires_plugins":null,"header_name":"Dynamic Page Header Images","header_author":"Praveen","header_description":"","assets_banners_color":"4ca39f","last_updated":"2024-12-31 07:05:05","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/phpboys.in","header_author_uri":"http:\/\/phpboys.in","rating":0,"author_block_rating":0,"active_installs":50,"downloads":4878,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"1.0":{"tag":"1.0","author":"praveencrony","date":"2016-03-20 06:27:42"},"2.0":{"tag":"2.0","author":"praveencrony","date":"2021-01-21 09:40:03"},"3.0":{"tag":"3.0","author":"praveencrony","date":"2024-12-31 07:05:05"}},"upgrade_notice":{"":"<p>There is no need to upgrade just yet.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":1374890,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128}},"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":1374890,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","2.0","3.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":1374892,"resolution":"1","location":"assets","locale":"","width":1241,"height":290},"screenshot-2.png":{"filename":"screenshot-2.png","revision":1374892,"resolution":"2","location":"assets","locale":"","width":893,"height":718},"screenshot-3.png":{"filename":"screenshot-3.png","revision":1374892,"resolution":"3","location":"assets","locale":"","width":1187,"height":485},"screenshot-4.png":{"filename":"screenshot-4.png","revision":1374892,"resolution":"4","location":"assets","locale":"","width":1042,"height":751},"screenshot-5.png":{"filename":"screenshot-5.png","revision":1374892,"resolution":"5","location":"assets","locale":"","width":873,"height":863},"screenshot-6.png":{"filename":"screenshot-6.png","revision":1374892,"resolution":"6","location":"assets","locale":"","width":1030,"height":857}},"screenshots":{"1":"This screen shot to plugin page corresponds to screenshot-1.(png|jpg|jpeg|gif).","2":"This screen shot to settings menu page corresponds to screenshot-2.(png|jpg|jpeg|gif).","3":"This screen shot to plugin settings page corresponds to screenshot-3.(png|jpg|jpeg|gif).","4":"This screen shot to site preview corresponds to screenshot-4.(png|jpg|jpeg|gif).","5":"This screen shot to site preview corresponds to screenshot-5.(png|jpg|jpeg|gif).","6":"This screen shot to site preview corresponds to screenshot-6.(png|jpg|jpeg|gif)."}},"plugin_section":[],"plugin_tags":[25143,25140,25141,25139,25142],"plugin_category":[],"plugin_contributors":[82348],"plugin_business_model":[],"class_list":["post-42445","plugin","type-plugin","status-publish","hentry","plugin_tags-add-header-image-for-pages","plugin_tags-change-header-image-dynamically","plugin_tags-change-page-header-images","plugin_tags-dynamic-header-images","plugin_tags-dynamic-page-header-images","plugin_contributors-praveencrony","plugin_committers-praveencrony"],"banners":{"banner":"https:\/\/ps.w.org\/dynamic-page-header-images\/assets\/banner-772x250.jpg?rev=1374890","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/dynamic-page-header-images\/assets\/icon-128x128.jpg?rev=1374890","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/dynamic-page-header-images\/assets\/screenshot-1.png?rev=1374892","caption":"This screen shot to plugin page corresponds to screenshot-1.(png|jpg|jpeg|gif)."},{"src":"https:\/\/ps.w.org\/dynamic-page-header-images\/assets\/screenshot-2.png?rev=1374892","caption":"This screen shot to settings menu page corresponds to screenshot-2.(png|jpg|jpeg|gif)."},{"src":"https:\/\/ps.w.org\/dynamic-page-header-images\/assets\/screenshot-3.png?rev=1374892","caption":"This screen shot to plugin settings page corresponds to screenshot-3.(png|jpg|jpeg|gif)."},{"src":"https:\/\/ps.w.org\/dynamic-page-header-images\/assets\/screenshot-4.png?rev=1374892","caption":"This screen shot to site preview corresponds to screenshot-4.(png|jpg|jpeg|gif)."},{"src":"https:\/\/ps.w.org\/dynamic-page-header-images\/assets\/screenshot-5.png?rev=1374892","caption":"This screen shot to site preview corresponds to screenshot-5.(png|jpg|jpeg|gif)."},{"src":"https:\/\/ps.w.org\/dynamic-page-header-images\/assets\/screenshot-6.png?rev=1374892","caption":"This screen shot to site preview corresponds to screenshot-6.(png|jpg|jpeg|gif)."}],"raw_content":"<!--section=description-->\n<p>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.<\/p>\n\n<h4>Features Included<\/h4>\n\n<p>*Login to wordpress admin\n*Go to Pages menu --&gt; Add New\n*See Dynamic Header Image meta box.\n*Upload your header image and publish post<\/p>\n\n<p>*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<\/p>\n\n<pre><code>if(function_exists('dhi_get_headerimage_withtag'))\n{ \n   echo dhi_get_headerimage_withtag(); \n}\n<\/code><\/pre>\n\n<p>*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.<\/p>\n\n<pre><code>if(function_exists('dhi_get_headerimage_url'))\n{ \n    echo dhi_get_headerimage_url(); \n}\n<\/code><\/pre>\n\n<p>*Get Page Header Image Using Shortcode<\/p>\n\n<p>*Login to your wordpress admin\n*Go to Pages -&gt; All Pages\n*Click Edit link of any one page\n*Paste below shortcode<\/p>\n\n<pre><code>[dhi_headerimage] --&gt; Get image with image tag \n\n[dhi_headerimage img_tag='false'] -- &gt; Get Image Url Only\n<\/code><\/pre>\n\n<h4>Usage<\/h4>\n\n<ul>\n<li>Once install the plugin go to settings menu -&gt;  User Guide- DHI<\/li>\n<li>Follow the mentioned Steps<\/li>\n<\/ul>\n\n<h4>Problems and Support<\/h4>\n\n<p>To get fastest response use the support page in the plugin area on WordPress.org<\/p>\n\n<h4>Please Review!<\/h4>\n\n<p>I would love some feedback. I will try and respond to any issues you might have.<\/p>\n\n<h4>Comments, Feedback and Request Features<\/h4>\n\n<p>To send any suggestions, comments, or feedback about this plugin send a [mail to us]\n(plugin@phpboys.in).<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Once install the plugin go to settings menu -&gt; User Guide- DHI<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<p>First Release.<\/p>","raw_excerpt":"A very simple and lightweight Plugin for managing custom header images for pages.Dynamically Add &amp; Change Your page Header Images.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/42445","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=42445"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/praveencrony"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=42445"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=42445"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=42445"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=42445"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=42445"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=42445"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}