Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Content Manage Everything

Content Manage Everything

Tips and tricks on how I try to make sure that practically everything in a WordPress build is made editable by the client through the WordPress dashboard in some way shape or form.

Mark Wilkinson

March 11, 2015
Tweet

More Decks by Mark Wilkinson

Other Decks in Technology

Transcript

  1. Mark Wilkinson | @wpmark HOW CAN WE MAKE ALL OUR

    SITE EDITABLE BY THE CLIENT? EXAMPLES OF HOW I HAVE ACHIEVED THIS
  2. Mark Wilkinson | @wpmark function wpmark_site_options() { $options[] = array(

    'name' => __( ’Footer Settings', ’wpmark' ), 'type' => 'heading' ); return $options; } add_filter( 'of_options', 'spts_site_options’ );
  3. Mark Wilkinson | @wpmark THANK YOU MARK WILKINSON FREELANCE WORDPRESS

    DEVELOPER, SPEAKER AND PART-TIME SECONDARY SCHOOL COMPUTING TEACHER markwilkinson.me twitter.com/wpmark github.com/wpmark profiles.wordpress.org/wpmarkuk