Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Declare WooCommerce support #428

Merged
merged 1 commit into from
Aug 24, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion library/theme-support.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ function foundationpress_theme_support() {
// Add post formarts support: http://codex.wordpress.org/Post_Formats
add_theme_support( 'post-formats', array('aside', 'gallery', 'link', 'image', 'quote', 'status', 'video', 'audio', 'chat') );

// Declare WooCommerce support per http://docs.woothemes.com/document/third-party-custom-theme-compatibility/
add_theme_support( 'woocommerce' );
}

add_action( 'after_setup_theme', 'foundationpress_theme_support' );
endif;
?>
?>