• hello all:
    i have selected Show the most recent: 5 post paged and FULL TEXT. however i am not seeing a full text but rather a summary. users have to click into the post to see the full post. can someone help with this?

Viewing 6 replies - 1 through 6 (of 6 total)
  • 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 https://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.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Reading Options full text not working’ is closed to new replies.