http://magazinecrews.com/news/
my post is cut off and in the control panel under options>reading>reading options, I have the full text radio button checked.
i'm also not using the more tag
thanks for your help again
http://magazinecrews.com/news/
my post is cut off and in the control panel under options>reading>reading options, I have the full text radio button checked.
i'm also not using the more tag
thanks for your help again
Check you main index template. Most likely your theme uses the_excerpt and not the_content
Resources:
http://codex.wordpress.org/Template_Tags/the_content
http://codex.wordpress.org/Template_Tags/the_excerpt
http://codex.wordpress.org/Stepping_Into_Templates
i dont understand that at all, but thanks. i can change some code sometimes and will have to look at this when i get home from work.
i hope it's easier to change the code than replacing the template. i like the template
Just look in your main index template in your theme editor for this code
<?php the_excerpt() ?> and replace it with
<?php the_content() ?>
darn it, that was simple but did not do it. should it of been changed anywhere else? i see it changed in the code, but it's not working
thanks for helping me, if your not familiar with the theme i'm using, it's blueprint 10
This topic has been closed to new replies.