Tagged Questions
0
votes
0answers
60 views
How to set the position of the default custom-background?
i'm creating a theme with the possibility for a custom-background. i have set a default background and color with:
$args = array('default-color' => '000000', 'default-image' => THEMEPATH . ...
3
votes
1answer
320 views
How do I add settings to the Background Options Page?
I am developing a theme and I wanted to add some extra content to the built in background options page. I know how to use the settings API to create new theme options and settings but I can't seem to ...
0
votes
1answer
336 views
How to Disable Color Options?
This question is related to my earlier question, but I think it's specific enough to qualify as a standalone question.
I am modifying an existing theme (the Twenty Ten theme that ships with ...
3
votes
2answers
622 views
Multiple Custom_Background, is it possible?
Is it possible to create multiple "custom background" administration pages? A site I'm doing now needs 2 different background in 2 different areas, I would really love giving my client the same ...