Hi mikemsi,
Thank you for the suggestion, I never thought of the “more text” idea. Depending on the theme you are using, the “more text” will either be on the same line as the content text, or has been customized with css to be a button, right/left aligned, etc. The css class .more-link
controls the styling of the “more text”. For instance, if you apply the css:
.more-link { display: block; text-align:left }
it will move the text onto its own line with the text aligned left. For future releases I will see if it makes sense to build some additional styling options. Thanks for the idea.
As for the ability to select multiple options for showing content, I found that this can actually be useful in certain circumstances. Maybe not showing Page Content and Page Excerpt, but certainly Page Content/Page Excerpt and Custom Content. I have a couple clients that use both. Sorry if it was confusing.
– Nick