Apologies but I can't find this anywhere though I am sure I have seen it. I feel like I'm going backwards now asking this too!
Where can I delete the showing of the above columns on the front page - the colums that just show the number of these within the gallery.
Thanks very much.
Stock
is this in function.php?
I just want to block the line of code that forces the page to display these figures.
thanks
stock
It would be in your theme's theme.php file.
You need to be editing the $template_cat_list template variable and comment out the <td> cells you don't need.
many many thanks, that's what i needed. You can call this solved now.
Stock