Yer I have the same issue.
WooCommerce Print Invoice & Delivery Note Version 4.4.1
WooCommerce Version 3.3.1
WooCommerce Stripe Gateway Version 4.0.5
Thread Starter
zoik
(@zoik)
Hi again
I just thought of another idea – not sure if its any good, but it works.
I create a date.php template. This way i can call the post URL by the DATE and set a different template.
URL WOULD BE: (TEMPLATE date.php)
website.com/2017/10/21/
Which would be the same as:(TEMPLATE single.php)
website.com/my-news-story-today
Thanks
Jim
Thread Starter
zoik
(@zoik)
Thanks Judgerookie
how would I pull different header or foot?
I tried to create a new template page called “category-ID.php” /category/News/
Which pulls the blog category NEWS but I couldn’t workout how to display the URL so it was something like this:
/category/News/my-news-story-today
and the normal blog url which uses single.php (i think) would look like this:
/my-news-story-today
I’m not sure if im on the right track.
Sorry