Home › Forums › Pro Support › How to Show Tags at Masonry Column? › Reply To: How to Show Tags at Masonry Column?
October 25, 2018 at 6:31 pm
#6312
Participant
add_action( 'wpsp_after_content', function( $settings ) {
if ( 23793 === $settings['list_id'] ) {
$tags = get_the_tag_list(' Tags: ',', ');
if ( $tags ) {
echo '<div class="wp-show-posts-entry-meta">' . $tags . '</div>';
}
}
} );
change div class to wp-show-posts-entry-meta but the result is different with entry meta date. i want to make tags link/text color/hover same as entry meta date. Font size is good except the color active link/hover.
link blog already sent via contact form.
thanks