![]() |
Wordpress help - fxing truncated posts
How do you stop the posts on the main page from truncating and not formatting?
The front page post is all mushed together and if you click in to read more, THEN it formats correctly. Where do I fix this? |
Post link.
|
Quote:
|
show us what's it doing, much easier to give you advice
|
Quote:
If I write text like this and then make a line break in the text, I can. It breaks and should look like this. It DOES once you click the perma link and the post opens in it's own page. However, on the main page it would look like this: If I write text like this and then make a line break in the text, I can. It breaks and should look like this. It DOES once you click the perma link and the post opens [+]... |
Quote:
go to your wp-content/themes/whatveryourthemeis then compare code on your single.php to the other files page.php and index.php and match, your main index is bunching everything it sounds like |
Hit me up DWB i will take a look for you.
icq: 704-299 |
are you using an excerpt call instead of content
|
find the_excerpt();
and replace with the_content(); |
Thanks guys, I'm back on this today.
Fris, if I fail, and I may... I'll hit you up. Thanks! |
So here it is... but as I play with it I can't get it to work. I'm messing something up.
</p> <?php the_content('...read the rest of this entry»'); ?> <p> </p> <?php }else{ ?> <p> <?php the_excerpt_main(140, '<p><img></p>', 'none', true, "[+]", true, 1, false);?> </p> <?php } ?> |
Quote:
^^^ this is your solution! what theme are you using? find the index.php file of the THEME and edit it: FTP to your site, navigate to wp-content/themes/THE-NAME-OF-THE_THEME, download the index.php, make a back up copy, find the_excerpt() and replace with the_content() or you can have arguments like the_content(__('(more...)')); |
Quote:
this should work if you haven't messed it up |
Quote:
Hmmmm. This theme has a lot of extra files on it. One of them is theme functions had has a small book written about the excerpt. |
fixed :)
|
Fris took care of it. Thanks for everyones help.
|
post the index.php from the theme [ oops ] forget itttttttttttttttttt
|
wordpress ninjas
|
Quote:
Fris went in there and threw down on them. |
All times are GMT -7. The time now is 03:28 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123