Title: Excerpt
Last modified: August 22, 2016

---

# Excerpt

 *  Resolved [projectmunton](https://wordpress.org/support/users/projectmunton/)
 * (@projectmunton)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/excerpt-36/)
 * Hi … fantastic plugin !! very nice work
 * Having good fun testing it out … I just wanted to check if there is a way of 
   using “the_excerpt” rather than “the_content” (when using Posts in the section
   type) through the admin UI?
 * I tried replacing “the_content” with “the_excerpt” in …
 * fullpage-query.php and slide.php
 * … but it broke the scroll action (only one slide was displayed)
 * Many thanks in advance
 * [https://wordpress.org/plugins/wp-fullpage/](https://wordpress.org/plugins/wp-fullpage/)

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

 *  Plugin Author [Julien Zerbib](https://wordpress.org/support/users/julien-zerbib/)
 * (@julien-zerbib)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/excerpt-36/#post-5435569)
 * Hi !!
 * Thanks !!!
 * Yes you can, but no need to modify any core files…
 * Copy the folder “templates/” in your theme and rename it “wp-fullpage/”.
    Than,
   in the “loop/slide.php”, replace `<?php WPFP_Query()->get_content(); ?>` by something
   like : `<?php print WPFP_Query()->slide->post_excerpt; ?>`
 * If you don’t want to impact all slides, just copy “slide.php” and rename it “
   slide-your_post_name.php” and modify this last one.
 * You could use the “more” markup too in your wysiwyg and set option “Teaser” to“
   yes” in your section or fullpage.
 * The “Teaser length” is not implemented yet.
 * Could you provide me a link of your project ?
    I need some sample websites to
   add to the description of the plugin so people knows how it looks like.
 * Sincerely,
 * Julien
 *  Thread Starter [projectmunton](https://wordpress.org/support/users/projectmunton/)
 * (@projectmunton)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/excerpt-36/#post-5435698)
 * Hey … thats great 🙂 tried it out, works a treat
 * I did notice that I just needed to replace <?php WPFP_Query()->get_content();?
   > by
    <?php print WPFP_Query()->slide->post_excerpt; ?>
 * I did not need to create the wp-fullpage folder 🙂 so a very simple update
 * I don’t use “more” markup because of the way my post content is built … but with
   the excerpt I don’t need to
 * The site I am working on is not live at the moment … only local … it will be 
   a couple of months before its ready … But when I have a page with your plugin
   active / displayed … I will send you the link 🙂
 * Thanks again … I will be experimenting over coming months … and congrats on a
   great plugin !!
 *  Plugin Author [Julien Zerbib](https://wordpress.org/support/users/julien-zerbib/)
 * (@julien-zerbib)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/excerpt-36/#post-5435699)
 * Hi !
 * Be careful, if you just modify “templates/loop/slide.php” you will lose your 
   modification on next update…
 * That’s why you need to duplicate the folder in your theme and rename it “wp-fullpage”
   🙂
 * Sincerely,
 * Julien
 *  Thread Starter [projectmunton](https://wordpress.org/support/users/projectmunton/)
 * (@projectmunton)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/excerpt-36/#post-5435766)
 * Cool … thanks Julien 🙂 Will make sure I document both for future reference
 * 5 Stars coming your way 🙂
 *  Plugin Author [Julien Zerbib](https://wordpress.org/support/users/julien-zerbib/)
 * (@julien-zerbib)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/excerpt-36/#post-5435767)
 * You’re wellcome 🙂
 * Thank you too !

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

The topic ‘Excerpt’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-fullpage_e98c4a.svg)
 * [WP FullPage](https://wordpress.org/plugins/wp-fullpage/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-fullpage/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-fullpage/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-fullpage/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-fullpage/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Julien Zerbib](https://wordpress.org/support/users/julien-zerbib/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/excerpt-36/#post-5435767)
 * Status: resolved