Print Category Name by id

Description

This codex will print the category name using the id of the category. Simply replace the number “6” with the id that you wish to display

This codex will print the category name using the id of the category. Simply replace the number “6” with the id that you wish to display

PHP Source Code

                        
                          <?php echo get_cat_name(6);?>                        
                        


Post Categories