The links within posts aren't showing up on my homepage, only when you click through to view the post. Can anyone help me fix this?
The links within posts aren't showing up on my homepage, only when you click through to view the post. Can anyone help me fix this?
well...I'm not sure on this, so I'll venture a guess....
you're posts are short so I can't tell, but does the index.php file on your theme reference the_excerpt or the_content in the loop?
I'm pretty sure the_excerpt strips some things out, but I'm not sure what.... someone else could probably clarify.....I'm just tryin to give you something to look into.....
Yep, its the_excerpt that is referenced.
But I'm not using the exceprts in the post.
right...the_excerpt will make it automaticallly display a 55 char excerpt. So if you make a big long post, only the excerpt will show, and people will have to click the read more to see the rest of your post
Gotcha, I took some code from the default template and replaced the excerpt code and seems like that fixed it.
This topic has been closed to new replies.