Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I have a client site that requires a random background image. I figured that custom-background would have something similar to custom-header for randomizing which image is selected, but alas it does not seem to be the case.

Does anyone have experience doing this, or know what direction would be best to extend custom-background? Or would the better approach be to ignore custom-background and create my own background theme support (I severely frown upon this method, but 'the easy route' is always there).

share|improve this question

1 Answer

up vote 1 down vote accepted

I created a theme like this sometime ago using backstretch script http://srobbin.com/jquery-plugins/backstretch/ very light and easy to set.

But note that if you want to allow the user/client to change/order the images you will need to create a theme panel/options.

share|improve this answer
Thanks for the link! So you did not extend the built-in background in any way, you simply made your own? – Eric Holmes Sep 20 '12 at 19:07
No, because this script can adjust the image in different display sizes and offer transitions effects (there are some other scripts alike with slider controls, thumbs etc). WP feature is very basic. The client wanted some specific images for home page and then in posts/pages be able to inform an url to a image (in Media Library or else). I created a custom metabox and then in single pages/post I get the image and use in this script. You can create a very specific area in posts/pages allowing set the image order etc. – Diana Sep 23 '12 at 3:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.