Styles and tags not following post
-
So. I’ll try and be as clear and concise as possible.
I’ve been working on a blog site for awhile. Here it is. As you can see, I have all my most recent posts being displayed on the main page. If we take the first post(Beta Readers) for example (this problem applies to all of them) it looks fine.
However, if you click on the link or the ‘read more’ button and are presented with just the one post, then all of a sudden the formating disappears. At first I thought it was CSS, but comparing the two page sources side-by-side it looks like they get all the same style sheets in the same order, then I looked at tags and I started noticing weird things.
The HTML on the main page under beta readers looks like this:<p>When <a href="https://www.sirenscallpublications.com" target="_blank">Siren Call</a> picked up ‘The Meat Men’ I was ecstatic. It was going to be the first story I had published.</p> <p>I had a million and one questions for them:</p> <ol> <li>When was the anthology coming out?</li> <li>What else was needed from me?</li> <li>There was going to be some money?</li> <li>Where do we go from here?</li>
Notice the <p> tags
Then I clicked and was brought to that posts page and this is what the source of the same body of text looks like:
<div class="entry">When <ahref="https://www.sirenscallpublications.com" target="_blank">Siren Call</a> picked up 'The Meat Men' I was ecstatic. It was going to be the first story I had published. I had a million and one questions for them: <ol> <li>When was the anthology coming out?</li> <li>What else was needed from me?</li> <li>There was going to be some money?</li> <li>Where do we go from here?</li> </ol>
- The topic ‘Styles and tags not following post’ is closed to new replies.