check your template (index.php) —- are you suing the_content() or the_excerpt() ?
Sounds like you are using the_excerpt(), thry changing it to the_content().
TG
Thread Starter
akanie
(@akanie)
thanks TG.
the changed made the difference. why is it that i have to change the index.php file? i thought all i had to do was change the reading option. thanks again!
The full text option is for your rss feed, not your index page. Follow TG’s advice and you might want your rss to show the excerpt.
Thread Starter
akanie
(@akanie)
oh TG…one last thing. how do i get the # of post on my link?
i suspect i have to add some code in the following:
<div class=”alignleft”><?php posts_nav_link(”,”,’« Previous some code here Entries’) ?></div>
since my entries are long one, i just wanna the first few lines to show up. the excerpt code suggested above work, but then my pictures in the first few lines can’t show up. i ‘m trying to do something like http://nsigma.info, where only the first lines show up and a link at the bottom like read the rest of this entry and how can i do that?
Thanks
Oh, i figure out already after playing around with the codes.
it is adding <!--more> to the place you wanna your visitor to view the rest.