• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

How do I plug my them into the Genesis Import/Export Page?

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › How do I plug my them into the Genesis Import/Export Page?

This topic is: resolved

Tagged: export, import

  • This topic has 1 reply, 1 voice, and was last updated 12 years, 4 months ago by Ahjira.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • March 15, 2013 at 7:10 pm #27232
    Ahjira
    Participant

    Question for the theme ninjas... I have a theme I'm developing and I'd like to include its settings in the Genesis Import/Export functionality. I see the filter "genesis_export_options" but I'm having trouble getting it to work. Where do I create my $options array and apply the filter? My options page is a standard Genesis options page (extends Genesis_Admin_Boxes).

    March 15, 2013 at 9:08 pm #27277
    Ahjira
    Participant

    Nevermind I got it working! I just basically followed what Prose does by adding a file named import-export.php and adding this to it:

    add_filter( 'genesis_export_options', 'theme_export_options' );
    function theme_export_options( $options ) {
    $options['themename'] = array(
    'label' => __( 'My Theme Options', 'theme' ),
    'settings-field' => THEME_SETTINGS_FIELD,
    );
    return $options;
    }

    ...and then adding this to functions.php

    require_once( CHILD_DIR . '/lib/import-export.php' );

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How do I plug my them into the Genesis Import/Export Page?’ is closed to new replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble