Title: excerpt and content question
Last modified: August 20, 2016

---

# excerpt and content question

 *  Resolved [chief_wolfinjo](https://wordpress.org/support/users/chief_wolfinjo/)
 * (@chief_wolfinjo)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/excerpt-and-content-question/)
 * Hi,
 * I want to change excerpt to content, how can I do that please help ? 🙁
    or is
   there any plugin for that ? Because on my home page of blog it shows the complete
   posts but on other categories pages only shows partially posts…. I want on categories
   pages also show complete posts…
 * Thank you !!!!!

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/excerpt-and-content-question/#post-2357899)
 * depending on your theme, edit category.php (or archive.php if there is no category.
   php [http://codex.wordpress.org/Template_Hierarchy](http://codex.wordpress.org/Template_Hierarchy))
   and look for `the_excerpt();`
 * [http://codex.wordpress.org/Function_Reference/the_excerpt](http://codex.wordpress.org/Function_Reference/the_excerpt)
 * some themes might be different.
 *  Thread Starter [chief_wolfinjo](https://wordpress.org/support/users/chief_wolfinjo/)
 * (@chief_wolfinjo)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/excerpt-and-content-question/#post-2358010)
 * Hi,
 * Thank you ! I will try this 🙂
 *  Thread Starter [chief_wolfinjo](https://wordpress.org/support/users/chief_wolfinjo/)
 * (@chief_wolfinjo)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/excerpt-and-content-question/#post-2358011)
 * :(((
 * I tryed but with no success :((
 * I tryed this : [http://codex.wordpress.org/Template_Tags/the_content](http://codex.wordpress.org/Template_Tags/the_content)
 * if you need to display all of the content:
 *     ```
       <?php
       global $more;    // Declare global $more (before the loop).
       $more = 1;       // Set (inside the loop) to display all content, including text below more.
       the_content();
       ?>
       ```
   
 * can you tell me please step by step what I need to replace or modify
    and from
   Hierarchy#Category_display I dont have category.php . I have archive.php and 
   index.php.
 * Thank you !!!
 *  [nsathees](https://wordpress.org/support/users/nsathees/)
 * (@nsathees)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/excerpt-and-content-question/#post-2358012)
 * the_excerpt() or the_content() should be in the loop.
    so don’t change much just
   find `the_excerpt();` and change it to `the_content();` in the category.php file
 * that’s it!
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/excerpt-and-content-question/#post-2358018)
 * can you provide more details on what you have tried?
 * and can you post the name of your theme?
 * also, please paste the full code of category.php into a [http://pastebin.com/](http://pastebin.com/)
   and post the link to it here?
    (see [http://codex.wordpress.org/Forum_Welcome#Posting_Code](http://codex.wordpress.org/Forum_Welcome#Posting_Code))
 * someone might be able to make some suggestions on how to proceed.
 *  Thread Starter [chief_wolfinjo](https://wordpress.org/support/users/chief_wolfinjo/)
 * (@chief_wolfinjo)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/excerpt-and-content-question/#post-2358019)
 * Hi,
 * theme is called Wpstream
    and I found it here : [http://speckyboy.com/2010/01/25/25-fresh-and-unique-wordpress-themes](http://speckyboy.com/2010/01/25/25-fresh-and-unique-wordpress-themes)
 * nsathees, I did that and after that it was working but
    some plugins stoped to
   work and wp-admin it did not worked properly…
 * alchymyth, can you maybe if you have free time download theme and see how is 
   possible to that ?
 * thank you !
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/excerpt-and-content-question/#post-2358021)
 * > some plugins stoped to work and wp-admin it did not worked properly…
 * a simple change like that should not have these side effects;
 * can you paste the code of the template, where you made the changes, into a [http://pastebin.com/](http://pastebin.com/)
   and post the link to it here?
 *  Thread Starter [chief_wolfinjo](https://wordpress.org/support/users/chief_wolfinjo/)
 * (@chief_wolfinjo)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/excerpt-and-content-question/#post-2358026)
 * Hi,
 * here is Archive.php
 * [http://pastebin.com/QeFCRUe7](http://pastebin.com/QeFCRUe7)
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/excerpt-and-content-question/#post-2358033)
 * it should work if you replace line 32 of the pastebin:
 *     ```
       <?php the_excerpt() ?>
       ```
   
 * with:
 *     ```
       <?php the_content(); ?>
       ```
   
 *  Thread Starter [chief_wolfinjo](https://wordpress.org/support/users/chief_wolfinjo/)
 * (@chief_wolfinjo)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/excerpt-and-content-question/#post-2358036)
 * It is working !!!!!!!!!!!!!! :)))))
 * Thank you !!!!!!!

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

The topic ‘excerpt and content question’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 10 replies
 * 3 participants
 * Last reply from: [chief_wolfinjo](https://wordpress.org/support/users/chief_wolfinjo/)
 * Last activity: [14 years, 6 months ago](https://wordpress.org/support/topic/excerpt-and-content-question/#post-2358036)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
