Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #22080, comment 29


Ignore:
Timestamp:
04/24/2016 11:10:36 PM (8 years ago)
Author:
jmichaelward
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22080, comment 29

    initial v1  
    331. 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).
    44
    5 2. Create a new theme with a functions.php file, and enter `add_theme_support( 'post-thumbnail', array( 'post' ) );`.
     52. Create a new theme with a functions.php file, and enter `add_theme_support( 'post-thumbnails', array( 'post' ) );`.
    66
    773. Click into a new or existing post, and confirm that you're able to attach a featured image.