Deskripzioa
This plugins shows a Quote of the Day, or a Random Quote.
It can be used as a widget, so it’s easy to install. After installing the plugin you will have two widgets: ‘Quote of the Day’ and ‘Random Quote’.
You can also use the following tags: [quoteoftheday] and [randomquote].
A brief Markdown Example
Pantaila-argazkiak
Instalazioa
This section describes how to install the plugin and get it working.
- You can install the plugin by uploading the zip in the plugins section of wordpress, or by adding the files to the folder ‘/wp-content/plugins/quote-of-the-day-and-random-quote’.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
-
- Widget: There are widgets added ‘Quote of the Day’ and ‘Random Quote’, you can drag them onto the sidebar of your site.
- Replace tags: You can use the following shortcodes: [quoteoftheday] and [randomquote].
- Template: Place
<?php echo welovequotes_quote_of_the_day(0); ?>
or<?php echo welovequotes_random_quote(0); ?>
in your template.
Berrikuspenak
Laguntzaileak eta Garatzaileak
“Quote of the Day and Random Quote” software librea da. Ondoko pertsonek egin dizkiote ekarpenak plugin honi.
LaguntzaileakItzul zaitez Quote of the Day and Random Quote zure hizkuntzara.
Garapena interesatzen zaizu?
Araka kodea, begiratu SVN biltegia edo harpidetu garapen erregistrora RSS bidez.
Aldaketen loga
1.2
- Removed references to WeLoveQuotes.net, because site will no longer be maintained.
1.1
- Improved widget constructor for wordpress 4.3
1.0
- Initial version