Skip to content
New issue

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

Inconsistent displaying of posts #172

Open
Jakobovski opened this issue May 24, 2014 · 0 comments
Open

Inconsistent displaying of posts #172

Jakobovski opened this issue May 24, 2014 · 0 comments

Comments

@Jakobovski
Copy link

A post of mine is being displayed differently in the category view from the individual post view.

More specifically new line tags, <br> are correctly appearing between lines on post pages but are not appearing on category pages.

For example the following post content per the database:

line 1 <br> line 2 <br>

will appear as two lines on the post page but as one line on the category page

The issue originates from loop.php line 13 get_excerpt(). I know using get_excerpt() is a standard WP function but I think it would be better to use get_content() for this theme.

Let me know what you think.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant