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
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 !!
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
Cool … thanks Julien 🙂 Will make sure I document both for future reference
5 Stars coming your way 🙂