/**
* Adds a top bar to Storefront, before the header.
*/
add_action( 'storefront_before_header', 'storefront_add_topbar' );
function storefront_add_topbar() {
echo "This is some HTML you can add.";
}
/**
* Adds a top bar to Storefront, before the header.
*/
add_action( 'storefront_before_header', 'storefront_add_topbar' );
function storefront_add_topbar() {
echo "This is some HTML you can add.";
}
Newman.net.nz | Powered by WordPress | Theme by TheBootstrapThemes