Oktoberfest 5K – RaceCheck Widget
function wpb_hook_javascript() { if (is_single (‘5’)) { ?>Continue reading
Join 2,000,000+ Professionals who use WPCode to Future-Proof Their Websites!
function wpb_hook_javascript() { if (is_single (‘5’)) { ?>Continue reading
.staff-bio-section .staff-bio .bio p:first-child { color: var(–primary-color); font-size: 1.25rem; margin-bottom:50px; }Continue reading
// Display custom field on single product page function d_extra_product_field(){ $value = isset( $_POST[‘extra_product_field’] ) ? sanitize_text_field( $_POST[‘extra_product_field’] ) : ”; printf( ‘ %s ‘, __( ‘Customisation note:’ ), esc_attr( $value ) ); } add_action( ‘woocommerce_after_add_to_cart_button’, ‘d_extra_product_field’, 9 ); //…Continue reading
function add_hubspot_embed_code() { echo ‘ ‘; } add_action(‘admin_footer’, ‘add_hubspot_embed_code’) ?>Continue reading
function jquery_parallax() { ?>Continue reading
// add upsells below add-to-cart button add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_upsell_display’, 40 );Continue reading