Making WordPress.org


Ignore:
Timestamp:
04/19/2018 10:09:09 PM (8 years ago)
Author:
coreymckrill
Message:

WP15 theme: Embed t-shirt product on Swag page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/page-swag.php

    r7106 r7138  
    4747                        <img class="wp15-confetti-divider" src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/images/confetti-divider.svg" alt="" />
    4848
    49                         <!--
    5049                        <h2>
    5150                            <?php esc_html_e( 'Purchase', 'wp15' ); ?>
     
    5655                            printf(
    5756                                wp_kses_post( __( 'Check out the <a href="%s">WordPress Swag Store</a> if you\'d like to purchase WordPress 15th anniversary swag.', 'wp15' ) ),
    58                                 'https://mercantile.wordpress.org/' // TODO use WP15-specific url
     57                                'https://mercantile.wordpress.org/product-category/wordpress-15/'
    5958                            );
    6059                            ?>
    6160                        </p>
    62                         -->
     61
     62                        <?php echo wp_oembed_get( 'https://mercantile.wordpress.org/product/wordpress-15th-anniversary-tshirt/' ); ?>
    6363
    6464                    </div>
Note: See TracChangeset for help on using the changeset viewer.