Title: Full post, not excerpt.
Last modified: April 18, 2025

---

# Full post, not excerpt.

 *  Resolved [seven640](https://wordpress.org/support/users/seven640/)
 * (@seven640)
 * [1 year ago](https://wordpress.org/support/topic/full-post-not-excerpt/)
 * Hi, When I post on my blog it only shows an excerpt and not the full post
   How
   can I make the full post appear? I’m using the Kiosko theme.
    -  This topic was modified 1 year ago by [seven640](https://wordpress.org/support/users/seven640/).
      Reason: Adding the name of theme
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffull-post-not-excerpt%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Kushagra Goyal](https://wordpress.org/support/users/kush123/)
 * (@kush123)
 * [1 year ago](https://wordpress.org/support/topic/full-post-not-excerpt/#post-18424127)
 * Hello
 * When you edit a post in the block editor, you can insert a **Conent** block:
    1. Edit your post.
    2. Click the **+** and search for **Content**.
    3. Place it at the the query loop block or inside the editor where you want to 
       show.
    4. Update the post.
 * if you still face some issues then – 
   By default Kiosko’s loop is probably calling`
   the_excerpt()`. You’ll need to swap that out for `the_content()` in your theme
   files—ideally via a **child theme** so your changes aren’t lost on updates. A.
   Create a Child Theme (if you haven’t already)
 * In `wp-content/themes/` make a new folder, e.g. `kiosko-child/`.
 * In it, create a `style.css` `/* Theme Name: Kiosko Child Template: kiosko */`
 * Create an empty `functions.php` in the same folder.
 * Copy & Edit the Loop File
    1. In the parent theme folder (`kiosko/`), find the template part that outputs 
       the excerpt. Common filenames are:
    2.  - `content.php`
        - `template-parts/content.php`
        - `template-parts/content-archive.php`
        - or even `index.php` / `home.php`
    3. Copy that file into the same relative path in your child theme (e.g. `kiosko-
       child/template-parts/content.php`).
    4. Open the copied file and look for something like `<?php the_excerpt(); ?>` Replace
       it with `<?php the_content(); ?>`
    5. **Save** and reload your blog page—the full post content should now appear instead
       of just the excerpt.
 * Activate **Kiosko Child** under **Appearance → Themes**.
    -  This reply was modified 1 year ago by [Kushagra Goyal](https://wordpress.org/support/users/kush123/).
    -  This reply was modified 1 year ago by [Kushagra Goyal](https://wordpress.org/support/users/kush123/).
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [1 year ago](https://wordpress.org/support/topic/full-post-not-excerpt/#post-18424288)
 * I recommend asking at [https://wordpress.org/support/theme/kiosko/#new-post](https://wordpress.org/support/theme/kiosko/#new-post)
   so the theme’s developers and support community can help you with this.
 *  Thread Starter [seven640](https://wordpress.org/support/users/seven640/)
 * (@seven640)
 * [1 year ago](https://wordpress.org/support/topic/full-post-not-excerpt/#post-18425111)
 * Hi [Kushagra Goyal](https://wordpress.org/support/users/kush123/) I don’t know
   much about the Block system as I’m using the Classic system for posts. I haven’t
   been able to find where this file is [<?php the_excerpt(); ?>] so I’m using the
   Advanced Exerpt plugin to add a ‘read more’ section. I don’t know how to make
   the link live so I’ve called it ‘read more click title’ which brings up the full
   post. This works okay.
 * [Hi Steven Stern](https://wordpress.org/support/users/sterndata/), I don’t have
   a reply from the Kiosko theme forum yet.
    -  This reply was modified 1 year ago by [seven640](https://wordpress.org/support/users/seven640/).
 *  [Kushagra Goyal](https://wordpress.org/support/users/kush123/)
 * (@kush123)
 * [12 months ago](https://wordpress.org/support/topic/full-post-not-excerpt/#post-18428733)
 * Hello [@seven640](https://wordpress.org/support/users/seven640/) ,
   Can you please
   share the url for the theme and the settings you are currently using on your 
   website to show the posts on the homepage ?ThankYou
 *  Thread Starter [seven640](https://wordpress.org/support/users/seven640/)
 * (@seven640)
 * [12 months ago](https://wordpress.org/support/topic/full-post-not-excerpt/#post-18433090)
 * [Kushagra](https://wordpress.org/support/users/kush123/) Hi
   I’ve changed themes
   so l no longer need any information on this topic.Thanks for your concern.

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

The topic ‘Full post, not excerpt.’ is closed to new replies.

## Tags

 * [post](https://wordpress.org/support/topic-tag/post/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 3 participants
 * Last reply from: [seven640](https://wordpress.org/support/users/seven640/)
 * Last activity: [12 months ago](https://wordpress.org/support/topic/full-post-not-excerpt/#post-18433090)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
