Contributors: jcchavezs Tags: plugin, post, background, attachment Requires at least: 3.0 Tested up to: 4.2.2 Stable tag: trunk
This plugin allows you to add and image as background of posts, pages or custom post type in general (in the same way as a thumbnail).
- This is a rewrite of my old plugin Post Background which I do not have access anymore.*
- Download the plugin from here.
- Extract all the files.
- Upload everything (keeping the directory structure) to the
/wp-content/plugins/directory. - There should be a
/wp-content/plugins/wp-post-brackgrounddirectory now withwp-post-brackground.phpin it. - Activate the plugin through the 'Plugins' menu in WordPress. A box will be added to the page edition.
Exactly in the same way that thumbnails works. It includes the get_the_post_background_src function which return the url of the background and the get_the_post_background_id function which return the id of the attachment.
No. You can pass true as second parameter on get_the_post_background_src function.
- The background box for a post
- 1.0.0 Initial release