I've installed a theme on my wp site, and added the code to display the categories, and i get after each category a "NaN" text, no idea what is it, and how can i stop this to show up.
I've check the code in index.php, and there's nothing to make those "NaN" texts appear.
Here's the site, http://yamses.com/mido/ in the left you'll see the categories.
Thank you in advance.
#post-tags .cat-item > li > a > span {display: none;}in your css to hide it. – xsonic Sep 20 '12 at 6:41NaNcomes from Javascript (off topic). For a more detailed explanation, try this example in your console. Also: If this is closed source and the author doesn't offer a public repository somewhere, then it's off-topic. – kaiser Sep 29 '12 at 13:25