• An option to have a “Read More” button would be great. I have already altered the code for the instance I am using. Perhaps also adding an attribute to define the text (e.g. readtext=”Read More”, readtext=”View Event”).

    I also suggest putting the date parts into individual SPANs so styling can be applied to each part. This would be useful for those wanting the event dates to be formatted like an agenda, or using sprites.

    case 'more' :
    	$output .= '<div class="more-wrapper">' .
    	'<a class="more-link" href="' . tribe_get_event_link() . '"><span class="dis-table-cell center-aligned">Read More</span></a>' .
    	'</div>';
    break;
  • The topic ‘Super Suggestion: Read More Link’ is closed to new replies.