Hi @bere3ka
Sorry for the delay.
I don’t understand your request, sorry.
What do you mean?
If you want to display a quote post using the same layout from the demo
http://demo.themeinprogress.com/suevafree/
you need to create a new quote post and change the layout of aside, quote and link post formats from the customize section
Let me know
Alex
hi @alexvtn
I need to quote looks like
Hello, Dolly, well, hello, Dolly.
It‘s so nice to have you back where you belong.
You‘re looking swell, Dolly,
We can tell, Dolly,
You‘re still glowin‘, you‘re still crowin‘,
You‘re still goin‘ strong.
But now it looks like
Hello, Dolly, well, hello, Dolly. It‘s so nice to have you back where you belong. You‘re looking swell, Dolly, We can tell, Dolly, You‘re still glowin‘, you‘re still crowin‘, You‘re still goin‘ strong.
I try use br or p tags but it doesn’t works :/
P.S. I’ve create a new quote post and change the layout of aside, quote and link post formats from the customize section, yes
-
This reply was modified 9 years ago by
bere3ka.
You can edit the following file
suevafree/core/post-formats/quote-format.php
and replace
<p> <?php echo esc_attr(suevafree_postmeta( ‘suevafree_quote_text’ )); ?> </p>
with
<p> <?php echo get_the_content(); ?> </p>
then add the content of your poem from the default WordPress editor.
Let me know
Alex
I’ve do it. But it doesn’t work 🙁
Standart post

the post with qoute format

Hi @bere3ka
I successfully tried this feature on my local WordPress installation.
Could you please send me the URL of your website?
Have you installed the latest version of SuevaFree?
Please send an email to [email protected]
Thank you
Alex
hi Alex,
The feature works in preview but doesn’t work after save post on my website.
I use latest version of SuevaFree and WordPress 4.7.5.
I will email you, thanks
-
This reply was modified 9 years ago by
bere3ka.