You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the backend, the "List Category Posts" configuration page allows only to set the default numberposts for each shortcode. It should be enhanced to allow to set default values of as many parameters as possible, so using the shortcode in its simplest form like [catlist id=1] the customization is already done. It will avoid to repeat long lines, if you want another look-and-feel. The defaults are now "hardcoded", but should be customizable!
The text was updated successfully, but these errors were encountered:
@snookersky I'm adding the pagination option for the backend configuration on the next release. More options will be added soon. Which ones do you think would be be the most useful options to have on the Options page?
Any option is a good choice ;) Of course, except some of them, like idor name. But, I would prioritize as follows (default values added): numberposts (all),orderby (date), order (desc), date (no), morelink (Read more...), posts_morelink (...), thumbnail (no), pagination(no), template (ul), author(no), excerpt (no), excerpt_size (55), excerpt_strip (no), comments(no) ...
Then, in another tab, I would put all customization part, starting with class (lcp_catlist) and many other classes, particularly the ones belonging to the options above.
In the backend, the "List Category Posts" configuration page allows only to set the default
numberposts
for each shortcode. It should be enhanced to allow to set default values of as many parameters as possible, so using the shortcode in its simplest form like[catlist id=1]
the customization is already done. It will avoid to repeat long lines, if you want another look-and-feel. The defaults are now "hardcoded", but should be customizable!The text was updated successfully, but these errors were encountered: