Help ! Much Appreciated.

by 3 replies
4
<?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..
#programming #appreciated
  • 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
    • [2] replies
    • 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...
    • i also deleted the line of code that goes in for the featured gallery too, just as is...it was ok to delete...etc.

Next Topics on Trending Feed