cmurillo
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] display all the recordsDear Vsourz,
First of all, thank you for your wonderful plugin.
It took me a long time to find this message thread. I was also trying to display all entries in a page using the shortcode, but the plugin was displaying only 20 entries.
I would humbly suggest that the default behavior would be to display all entries, and use the max_entries option just when the user needs to limit this.
Also please add this to plugin documentation (^_^)’
Thank you and best regards,
CristiánHi,
Thanks for your response, but the problem is other.
I’ll try to explain a little better:
When you create a page, (let’s call it TARGET PAGE), on the content editor you’ll see (for example):
This is my content A <!--more--> This is my content B
The normal behavior is that when you visit a page designed to show titles and the content defined before the “more” tag (let’s call it START PAGE), you’ll see:
Title
This is my content A
Read more…
If you click on “Read more…”, it will take you to that page (TARGET PAGE), and the content displayed will be:
Title
This is my content A This is my content B
With the Multilanguage plugin activated, an only when a PAGE (not a POST) has translations in at least two languages with a “more” tag inside, when you visit the TARGET PAGE you see:
Title
This is my content A
Read more… // and this link takes you nowhere
On POSTS with translations and “more” tag, the behavior is normal (no problems). The error appears on PAGES.