• In the Hemingway Blocks theme you can add blocks to its footer. I would like to change the way the “Categories” block works, if possible.
    Below is the “Category” block

    <h2>Categories</h2>
    <ul class=”counts”>
    <?php wp_list_cats(‘sort_column=name&optioncount=1&hierarchical=0’); ?>

    It is set up to show the categories, obviously.
    Would it be possible to show the number of comments listed under that category instead of the number of posts?

    The script in the theme is below

    ?php comments_popup_link(‘No Items’, ‘1 Item’, ‘% Items’); ?

    Do anyone know how to accomplish this?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hemingway Blocks’ is closed to new replies.