mattdubs
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Who are hosting with?
Godaddy?
Forum: Plugins
In reply to: [Printful Integration for WooCommerce] Can NOT save plugin settingWhat is your email?
Forum: Themes and Templates
In reply to: [Storefront] Remove built by storefront and woo footer messageif ( ! function_exists( 'storefront_credit' ) ) { /** * Display the theme credit * * @since 1.0.0 * @return void */ function storefront_credit() { ?> <div class="site-info"> <?php echo esc_html( apply_filters( 'storefront_copyright_text', $content = '© ' . get_bloginfo( 'name' ) . ' ' . date( 'Y' ) ) ); ?> <?php if ( apply_filters( 'storefront_credit_link', true ) ) { ?> <br /> <?php if ( apply_filters( 'storefront_privacy_policy_link', true ) && function_exists( 'the_privacy_policy_link' ) ) { the_privacy_policy_link( '', '<span role="separator" aria-hidden="true"></span>' ); } ?> <?php echo '<a href="https://woocommerce.com" target="_blank" title="' . esc_attr__( 'WooCommerce - The Best eCommerce Platform for WordPressTHIS IS THE HOVER TEXT', 'storefront' ) . '" rel="author">' . esc_html__( 'Built with Storefront & WooCommerceTHIS IS THE DISPLAYED TEXT', 'storefront' ) . '</a>.REMOVE THE PERIOD BEFORE THE WORD REMOVE AND REMOVE THESE CAPITAL LETTERS' ?> <?php } ?> </div><!-- .site-info -->
ADD THAT TO THE BOTTOM OF YOUR CHILD THEME
REMOVE CAPITAL LETTERS
- This reply was modified 5 years, 9 months ago by mattdubs.
- This reply was modified 5 years, 9 months ago by mattdubs.
- This reply was modified 5 years, 9 months ago by mattdubs.
- This reply was modified 5 years, 9 months ago by mattdubs.
- This reply was modified 5 years, 9 months ago by mattdubs.
- This reply was modified 5 years, 9 months ago by mattdubs.
- This reply was modified 5 years, 9 months ago by mattdubs.
Viewing 3 replies - 1 through 3 (of 3 total)