Advertisement
Guest User

Untitled

a guest
Jul 31st, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <?php
  2. // Exit if accessed directly
  3. if ( !defined('ABSPATH')) exit;
  4.  
  5. /* Add custom functions below */
  6. remove_action( 'woocommerce_pagination', 'woocommerce_catalog_ordering', 20 );
  7.  
  8.  
  9. <?php $header_image = get_header_image();
  10. if ( ! empty( $header_image ) && is_page(id=443) ) : ?>
  11. <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /></a>
  12. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement