is there any size limit of Javascript?

How can I limit the post size in wordpress categories?

  • I added a plugin to limit the post size in the main page with certain amount of letters and its working fine but I also need to limit the post size when you go to specific category cuz now it shows the full article. (SCAMMERS: get out of here pls)

  • Answer:

    actually, you dont need a plugin for this. you need to edit the index.php file in your THEME and replace "the_content" with "the_excerpt" i hope you have a basic grasp of PHP and HTML since your going to need it.

Forever at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

What David has said is right: 1). Back up theme files (copy it) 2). Look for index.php, and replace this code: <?php the_content();?> with <?php the_excerpt();?> 3). Don't forget to type something in "excerpt" right below your post box.

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.