postmaster

Postmaster truncate function in Ratchet

You can truncate post content to a set length on a postmaster tile/display using Ratchet's built in functionality. E.g. Add post excerpt to the postmaster template, truncated at 90 characters: <p class="post-excerpt"><?php echo(truncate(get_the_excerpt(),...

Postmaster CSS

Hide the 'load more/older posts' button from the end of a postmaster list: .alm-btn-wrap .alm-load-more-btn.done {   display: none; } Update: 17 Sep 2020 This is now in the default css of postmaster but am leaving hear as the same css selector would be used to make it...