Hi,
Id like to add the location to the title attribute in the <a tag
Like so:
<a href="<?php echo esc_url($cell_data['link']); ?>" title="<?php echo esc_attr($cell_data['link_title']); ?>#_LOCATIONNAME"><?php echo date('j',$cell_data['date']); ?></a>
Is this possible?