Help ! Much Appreciated.

3 replies
<?php the_content_limit(400, "[".__("Read more", 'studiopress')."]"); ?>

this is a line from home.php in my studiopress theme.....

was wondering is this where i can change the posts from "read more" to full text?

they are showing up as read more and i need them to be full text and i'm tearing my hair out because i'm so techie challenged............ but there's hope!!

i would so appreciate it thanks so much..
#appreciated
  • Profile picture of the author Bruce Hearder
    I haven't tried this, or tested it. But you could try changing line :

    ?php the_content_limit(400, "[".__("Read more", 'studiopress')."]"); ?>


    to something like :

    ?php the_content_limit(99999, "[".__("Read more", 'studiopress')."]"); ?>

    Let me know if this works..

    Bruce
    {{ DiscussionBoard.errors[2502492].message }}
    • Profile picture of the author missm2m
      hi, thanks. but no, it didn't work and i refreshed etc etc...

      i put the 'featured gallery' plug in in, but have deactivated it. still, no...
      {{ DiscussionBoard.errors[2502542].message }}
    • Profile picture of the author missm2m
      i also deleted the line of code that goes in for the featured gallery too, just as is...it was ok to delete...etc.
      {{ DiscussionBoard.errors[2502543].message }}

Trending Topics