Tribikram Regmi
Web Developer Photographer UI/UX Designer Engineer

Blog Content

<?php the_title(); ?>

Get list of all categories in WordPress, along with the count of posts within each category.


<div class=”categories-list”>
<?php $categories = get_categories(); ?>
<ul>
<?php foreach($categories as $category) { ?>
<li><a href=”<?php echo get_category_link($category->term_id); ?>”><?php echo $category->name; ?> (<?php echo $category->count; ?>)</a></li>
<?php } ?>
</ul>
</div>

Add Comment

image

Tribikram Regmi

9806752475 | [email protected]

Hi ! It's me Tribikram Regmi How can i help you today? please feel free to contact me.

Related Posts