Title: bortas's Replies | WordPress.org

---

# bortas

  [  ](https://wordpress.org/support/users/bortas/)

 *   [Profile](https://wordpress.org/support/users/bortas/)
 *   [Topics Started](https://wordpress.org/support/users/bortas/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bortas/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bortas/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bortas/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bortas/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bortas/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [300 Character limit](https://wordpress.org/support/topic/300-character-limit/)
 *  Thread Starter [bortas](https://wordpress.org/support/users/bortas/)
 * (@bortas)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/300-character-limit/#post-1308043)
 * I solved it, thanks alot! (Y)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [300 Character limit](https://wordpress.org/support/topic/300-character-limit/)
 *  Thread Starter [bortas](https://wordpress.org/support/users/bortas/)
 * (@bortas)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/300-character-limit/#post-1308024)
 * Its my design yes… So the index doesnt really look like anotther index.php
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [300 Character limit](https://wordpress.org/support/topic/300-character-limit/)
 *  Thread Starter [bortas](https://wordpress.org/support/users/bortas/)
 * (@bortas)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/300-character-limit/#post-1308019)
 * I Have paste the function into the funtcions.php
 * My code at the index looks like this.
 *     ```
       <?php if (have_posts()) : ?>
       <?php
       $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
       $args= array(
       	'cat' => 4,
       	'paged' => $paged
       );
       query_posts($args);
       ?>
       <?php while (have_posts()) : the_post(); ?>
       ```
   
 * Where should i add eh exceprt?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Show a category..](https://wordpress.org/support/topic/show-a-category/)
 *  Thread Starter [bortas](https://wordpress.org/support/users/bortas/)
 * (@bortas)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/show-a-category/#post-1307965)
 * Thanks alot esmi! I wonder if there is any way of getting a 300 signs roof, so
   i cant write more than 300 signs at the front page, to view the whole news i 
   hade to click like “read more”.
 * Best Regards
    Sebastian

Viewing 4 replies - 1 through 4 (of 4 total)