You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is currently exhibited in this page Post titles and author names are in Hebrew.
Expected behavior
There should be a between post title and author name.
A nice-to-have feature is a configurable delimiter, either as a selection (dash, colon, ...) or in free form.
Actual behavior
The author name is shown immediately after the post name, with no space.
Shortcode used and steps to reproduce the behavior
I think we can safely add an automatic whitespace before all elements. It should be implemented in a dedicated function to keep things DRY and to make sure it's always added the same way.
If we prepend the whitespace before any user specified tags, it won't affect HTML and CSS customisations, so it's absolutely safe to implement. Browsers drop whitespace characters between block elements anyway.
I've seen many users trying to achieve a similar thing with CSS or a custom template but to make a simple shortcode usable out of the box, this feature should be implemented in the base plugin.
This issue is currently exhibited in this page
Post titles and author names are in Hebrew.
Expected behavior
There should be a between post title and author name.
A nice-to-have feature is a configurable delimiter, either as a selection (dash, colon, ...) or in free form.
Actual behavior
The author name is shown immediately after the post name, with no space.
Shortcode used and steps to reproduce the behavior
[catlist name="0002" author=yes pagination=no numberposts=500 orderby=title]
WP version, LCP plugin version (versions of other software if relevant, e.g. PHP)
PHP 7.3.15
WP 5.5.1
LCP 0.83.1
(If you want to submit a feature request, delete the sections above and describe the suggested feature.)
The text was updated successfully, but these errors were encountered: