====== Playing around with wordpress plugins ======
* need a bookshelp plugin, so I tried is some e-commerce plugins could be simplified and used in this scope
* **Ready! Ecommerce**
* quite a complete one, but i need something simpler
* I was not able to remove default product fields from producs
* **Bookshelf**
* looks like old plugin and found nothing interesting
* quotes plugin
* **Perfect quotes**
* simple to use and activate
* weather
* **wp-forecast** seems quite popular choice
* clock
* used HTML code to embed clock from http://localtimes.info/get-clock-widget/ in a text widget
* wpautop
* wordpress normally breaks content if you add javascript/css/much HTML code in a post, this filter stops that (see bellow)
* Normally, WordPress filters your posts' content using the **wpautop** filter. Roughly, what this filter does is that it replaces newlines and empty lines with
or
. The setting below lets you turn this filter on or off. (You can later override it on a post-by-post basis by setting the **wpautop** custom field to ‘true’ or ‘false’.) * **wpautop** seems not the right choise as it breaks other things. But problem was solved with **Artiss Code Embed** * google xml sitemap - plugin to create sitemap.xml and notify search engines about it * akismet - to find and mark spam comments * metaslider * Disable Comments * TinyMCE Advanced