i need some help on wordpress
I have to show the thumbnail of my category product of my current category page
So for that i use :
[product_categories ids='116']
It’s display the cat id 116.
But i’m blocked for the next thing. Get the id of the current page instead of writing it manually.
Thanks for the help
2
Answers
So with the help of full stop i write this to solve my problem
You can get the category ID using the below code
You can use this ID and do the rest of things.