We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/INN/Largo/blob/develop/inc/widgets/largo-recent-posts.php#L115
It always starts the <ul> and always wraps items in <li></li> but will only output a </ul> if the excerpt option is set to 'none'.
<ul>
<li></li>
</ul>
Fix would be to remove the check for #excerpt there.
The text was updated successfully, but these errors were encountered:
Related Posts Widget
a87edb5
Removed Conditional check for closing UL element on related posts widget Addresses WPBuddy#1330
Recent Posts Widget
254a07a
Removed Conditional check for closing UL element on recent posts widget Addresses WPBuddy#1330
benlk
No branches or pull requests
https://github.com/INN/Largo/blob/develop/inc/widgets/largo-recent-posts.php#L115
It always starts the
<ul>
and always wraps items in<li></li>
but will only output a</ul>
if the excerpt option is set to 'none'.Fix would be to remove the check for #excerpt there.
The text was updated successfully, but these errors were encountered: