Post content not showing but title is showing
-
Hello,
Can someone tell me what’s been going on my post’s?
Well, everything works fine but until this happens.Ok I have a post that have links to go to another posts, it’s kind of an episode links. An example of the code is like this:
<table style="margin-bottom: 10px; padding: 0px; border-color: #fff; border-top-color: #70c0ff; border-bottom-color: #70c0ff; border-style: solid;" width="618" border="1"> <tbody> <tr> <td style="padding: 5px;"><a href="LINK TO ANOTHER POST">THE LINK'S NAME</a></td> <td><a href="LINK TO ANOTHER POST">EPISODE 1</a></td> </tr> <tr> <td style="padding: 5px;"><a href="LINK TO ANOTHER POST">THE LINK'S NAME</a></td> <td><a href="LINK TO ANOTHER POST">EPISODE 2</a></td> </tr> <tr> <td style="padding: 5px;"><a href="LINK TO ANOTHER POST">THE LINK'S NAME</a></td> <td><a href="LINK TO ANOTHER POST">EPISODE 3</a></td> </tr> </tbody> </table>
It’s kind of a page where episode links are present to go to the episode posts. (its kind of a video site)
Anyway, so everything works fine. But there is this post that I have that has about 300+ episodes, so I made about 300 episode links in that page. And it works perfect, however, when I have came down to adding episode, let’s say, 314 link. The post became blank and the only visible thing is the title.
So my question is why is this happening?
When I remove an episode link, (when I say episode link, it means another <tr> group in the table), it works fine again. But when I add another episode, like for example 314. Its becoming a blank page.I’m thinking its kind of a limit on the post that is doing this? Because on other posts, they seem to work just fine. it’s just whenever I add too many links on that post, the content doesn’t show but the title is there.
Whenever I go back to the admin panel and edit the post, all the links are in there. So only on the site itself is doing a blank page.
Any ideas?
- The topic ‘Post content not showing but title is showing’ is closed to new replies.