Changes between Initial Version and Version 1 of Ticket #22080, comment 29
- Timestamp:
- 04/24/2016 11:10:36 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22080, comment 29
initial v1 3 3 1. Install and activate WooCommerce. It registers a custom post type called `product` and adds post thumbnail support to all post types (so you can go to a Page, Post, or Product and see that you can attach an image). 4 4 5 2. Create a new theme with a functions.php file, and enter `add_theme_support( 'post-thumbnail ', array( 'post' ) );`.5 2. Create a new theme with a functions.php file, and enter `add_theme_support( 'post-thumbnails', array( 'post' ) );`. 6 6 7 7 3. Click into a new or existing post, and confirm that you're able to attach a featured image.