• Resolved mathis@Tambour

    (@mathistambour)


    Hello everybody !

    I am Mathis, student in informatic,
    and i am working on a wordpress theme customizer,
    that i will distribute to the WordPress Community.

    But why create a theme ?
    Because the WordPress page options of twenty eleven
    isn’t really complete. I want a real theme options
    customizer, who’ll allow modifications on a lot of settings
    since the dashboard.

    But when i create it, but I did not realize that to distribute it,
    I had to fill a lot of constraints.
    And actually, i am stucked about one of them : (cf:http://codex.wordpress.org/Theme_Review)
    “Themes are required to save options in a single array, rather than create multiple options for its settings page. Use of set_theme_mod and get_theme_mod handles this for you, as does using the Settings API.”

    I am using register_setting with setting_field, and i got over 50 settings in my theme_option, so i wrote 50 lines, 50 register_setting.
    I just need a method, or a way to give me a direction !
    I don’t know how to use set & get_theme_mod with a array.

    My theme_option actually work, but i really want to distribute it.

    I am working on WordPress since less than two months,
    So, i really need your help.
    Oh, and apologize me if I spelling mistake, but i am frensh !

    Thank you !

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Theme Customizer’ is closed to new replies.