Question
Is it possible to change the page title with code? For example, let's say the page's name is "Book your Order", but I want to change it to "Book Order #123". I Google'd a bit and looked here and didn't see anything. Anyone know of a plugin or hack? wp_title returns the p
0
, Alex Cook 3 years 0 Answers 54 views

Question
I have created my own custom headers and site banners on the woocommerce pages. I use this to remove the title from the sidebar in my single product page: remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 ); I then use
0
user2007920 3 years 0 Answers 47 views