Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter aimee_w

    (@aimee_w)

    OK, I fixed it 🙂

    For those who’re interested, it’s in the file jquery-categories-list.php.

    Go to line 359, where is says:

    $html .= ‘<span class=”jcl_count”>(‘ . $category->count . ‘)</span>’;

    CHANGE that line to read:

    $html .= ‘ <span class=”jcl_count”>(‘ . $category->count . ‘)</span>’;

    [Notice the extra space before <span class…>]

    Plugin Author Miguel Useche

    (@skatox)

    Nice this works, also you can do it with CSS with:

    .jcl_count { padding-left: 5px }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Putting a space before post count’ is closed to new replies.