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
When the Excerpt highlighting is enabled, we call the get_the_excerpt function outside of the loop for the different post. It returns the excerpt of the post of main loop. This happened because get_the_content is looking for the content of main loop post.
Describe the bug
When the
Excerpt highlighting
is enabled, we call theget_the_excerpt
function outside of the loop for the different post. It returns the excerpt of the post of main loop. This happened because get_the_content is looking for the content of main loop post.Steps to Reproduce
Excerpt highlighting
optionExpected behavior
Should return the excerpt of correct post.
Additional context
The text was updated successfully, but these errors were encountered: