Forums
(@patrac64)
7 years, 3 months ago
OK, but I have to do it. Can I add a class with categoryid? How can I retrieve the catID here:?
<a href="<?php echo esc_url($cell_data['link']); ?>" title="<?php echo esc_attr($cell_data['link_title']); ?>" class=""><?php echo esc_html(date('j',$cell_data['date'])); ?></a>
Thanks!
13 years, 9 months ago
Change in the line #85 in the “qtranslate_widget.php”
echo ‘<li class=’. implode(‘ ‘, $classes) .’><a href=”‘.
for:
echo ‘<li class=”‘. implode(‘ ‘, $classes) .'”><a href=”‘.