Add number of project by category
-
Thank you for the plugin it work very well.
I’d like to display the number of project by category and the number total instead of the word “All”.
I try to write :
<a title="<?php echo $_cat->name; ?>" href="<?php echo get_term_link($_cat->slug, 'portfolio_category'); ?>" rel="<?php echo $_cat->slug; ?>"><?php echo $_cat->name; ?><sup><?php echo count($_categories); ?></sup></a>
in file “easy-portfolio.php’ but “$_categories” write the number of category.
Please let me know how I can write the number of project.Thank You
Hewen
- The topic ‘Add number of project by category’ is closed to new replies.