How to insert the id category in this code?
-
Hi, I’m new to wordpress know how to help me? In the following code:
<?php // get warp $warp = Warp::getInstance(); // load main template file, located in /layouts/category.php echo $warp['template']->render('category-ID');
I would like to dynamically insert id category in
'category-ID'
This code is in the file category.php
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to insert the id category in this code?’ is closed to new replies.