Salient - Responsive Multi-Purpose Theme

Missing "Read More" button in Ascend Skin”

The ascend skin actually hides that on purpose for a different look - if you want it back in add this into the custom css box located in your Salient Options panel:

html .ascend #search-results .result span.bottom-line, html .ascend .masonry-blog-item span.bottom-line, html .ascend .masonry-blog-item .more-link {
    display: block!important;
}