Get current category name and / or ID

0
<?php 
//AKTUELLE Post-KATEGORIE-ID ermitteln
foreach((get_the_category()) as $category)
{
$postcat= $category->cat_ID;
$catname =$category->cat_name;
//echo $postcat;
}
?>
Loading related posts...

0 comments:

Post a Comment

2010 WEBSITE20. All rights reserved.