I have used the following code
`a[href*=”/category/featured/”] {
display: none !important;
}’
To hide the ‘featured’ blog category title from the front page, however, there is now a comma in place of that title where the blogs tagged with that are associated with other categories as well
How do I get rid of the comma? Screen shot attached, along with site and password
Thank you in advance!
much easier to help with a real link. Impossible to help with only a screenshot
http://www.lightswitchbuilds3.com
hm looks as if it comes from the postslider.php.
im no pro – maybe a mod could help you here – (but isn’t it necessary to have a small separator here?)
edit: no it seems to be something with woocommerce plugin and addon.
i try to install a demo shop and have a look later
BTW: what kind of alb is it ( content slider ?) and what blogstyle you use
i think it has to do with this line found on different shortcodes (postslider.php, loop-index.php etc):
$cats .= get_the_term_list($the_id, $taxonomy, '', ', ','').' ';
but i can not recreate your output on my demo shop. Which settings i have to make to show under the content the meta infos?
ok – i think it is in loop-index.php (enfold/includes)
on line 168 change it to:
$cats .= get_the_term_list($the_id, $taxonomy, '', ' ','').' ';
do a copy to child-theme/includes
Hi,
Thank u for providing the solution! :)
Best regards,
Basilis