I'd like to add the number of displayed entries in the shortcode [ameliaevents]. Is this possible, something like [ameliaevents numberofdisplayedentries=5].
If not, please add this to your developer roadmap and implement this at the earliest.
To display 5 events, you'll need to modify an entry in the database. Go to wp_options table, and search for "amelia_settings" in "option_name" column:
You should see only one row come up. Then, expand the "option_value" column, and look for "itemsPerPage". It will say "3", so change it to "5", and that's it:
thank you, but this is a hard code. Will you add this feature request to your development roadmap? It would be very convenient to add the number of entries directly in the shortcode [ameliaevents].
Your proposal works for sure, but this is a hardly implemented...
I agree with you, and I will forward the request to our development team, so hopefully they'll be able to add it in one of the future versions of the plugin.
Unfortunately, at the moment it's the only workaround I can provide.
I'd like to add the number of displayed entries in the shortcode [ameliaevents]. Is this possible, something like [ameliaevents numberofdisplayedentries=5].
If not, please add this to your developer roadmap and implement this at the earliest.
Hello Andreas.
To display 5 events, you'll need to modify an entry in the database. Go to wp_options table, and search for "amelia_settings" in "option_name" column:
You should see only one row come up. Then, expand the "option_value" column, and look for "itemsPerPage". It will say "3", so change it to "5", and that's it:
It will show only 5 events after you save this.
I hope that helps.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Aleksandar,
thank you, but this is a hard code. Will you add this feature request to your development roadmap? It would be very convenient to add the number of entries directly in the shortcode [ameliaevents].
Your proposal works for sure, but this is a hardly implemented...
Thank you,
Andreas
Hello again Andreas
I agree with you, and I will forward the request to our development team, so hopefully they'll be able to add it in one of the future versions of the plugin.
Unfortunately, at the moment it's the only workaround I can provide.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables