sriniguna / quotes-collection

Quotes Collection Plugin for WordPress helps you collect, manage and display your favourite quotations in your WordPress website or blog.
GNU General Public License v2.0
17 stars 15 forks source link

Adds a Today's Quote option to the shortcode #9

Open lwitzel opened 5 years ago

lwitzel commented 5 years ago

I wanted a way to offer a daily quote from the database, so I added a todays_quote=true attribute to the shortcode. To pick a quote, it takes the number of quotes returned by the db query, and mods it into a day-of-the-unix-epoch value. This means that given any specific collection of quotes, it will cycle through them one per day, no matter how often you refresh the page.

For example:

[quotecoll todays_quote=true show_source=false tags="favorite, quoted, other"]

It's not extensively tested, but works on my website. See the top section of the homepage: larrywitzel.com