Category ID from current URL nicename and show some posts name
We can use the following code to get category ID from current URL nicename: We can use the following code to get category ID from current URL nicename: <?php if(is_category() || is_single()){ Â $category = end(get_the_category()); Â $current =$category->cat_ID; Â $current_name = $category->cat_name;… Read moreCategory ID from current URL nicename and show some posts name