Minor fixes for markdown.
This commit is contained in:
parent
b263b6bbf1
commit
4d24cfda11
35
readme.md
35
readme.md
|
@ -1,18 +1,20 @@
|
||||||
== Illustrated Recent Posts Widget ==
|
Illustrated Recent Posts Widget
|
||||||
|
===============================
|
||||||
|
|
||||||
Plugin Name: Illustrated Recent Posts Widget
|
Plugin Name: Illustrated Recent Posts Widget
|
||||||
Plugin URI: http://github.com/elfsternberg/illustrated-recent-posts-wp/
|
Plugin URI: http://github.com/elfsternberg/illustrated-recent-posts-wp/
|
||||||
Description: This plugin creates a fairly limited widget, but the magic in the CSS creates a lovely background for individual posts.
|
Description: This plugin creates a fairly limited widget, but the magic in the CSS creates a lovely background for individual posts.
|
||||||
Version: 0.1.0
|
Version: 0.1.0
|
||||||
Author: Elf Sternberg
|
Author: Elf Sternberg
|
||||||
Author URI: http://www.elfsternberg.com/
|
Author URI: http://www.elfsternberg.com/
|
||||||
Copyright: 2013 Omaha Sternberg (http://igameradio.com)
|
Copyright: 2013 Omaha Sternberg (http://igameradio.com)
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
License URI: http://www.gnu.org/copyleft/gpl.html
|
License URI: http://www.gnu.org/copyleft/gpl.html
|
||||||
Tags: recent posts, images, category, categories, widget, post list, exclude, include
|
Tags: recent posts, images, category, categories, widget, post list, exclude, include
|
||||||
Tested up to: 3.5
|
Tested up to: 3.5
|
||||||
|
|
||||||
== Description ==
|
Description
|
||||||
|
-----------
|
||||||
|
|
||||||
This is a fairly ordinary extension of the Recent Posts widget.
|
This is a fairly ordinary extension of the Recent Posts widget.
|
||||||
What's useful about it is that scans all each recent post for an image
|
What's useful about it is that scans all each recent post for an image
|
||||||
|
@ -27,21 +29,24 @@ You can limit them by category (for example, "podcasts" or "news").
|
||||||
|
|
||||||
I wrote this for my wife's website. Ah, the things we do for love.
|
I wrote this for my wife's website. Ah, the things we do for love.
|
||||||
|
|
||||||
== To Install ==
|
To Install
|
||||||
|
----------
|
||||||
|
|
||||||
Extract the contents of the zip file to your wp-content/plugins
|
Extract the contents of the zip file to your wp-content/plugins
|
||||||
folder, then activate the plugin through the "Plugins" menu in your
|
folder, then activate the plugin through the "Plugins" menu in your
|
||||||
admin center. You will have to drag-and-drop the widget to a sidebar
|
admin center. You will have to drag-and-drop the widget to a sidebar
|
||||||
using the Widgets admin pages.
|
using the Widgets admin pages.
|
||||||
|
|
||||||
== Recommendation ==
|
Recommendation
|
||||||
|
--------------
|
||||||
|
|
||||||
The plugin doesn't work well at all without the included css (see
|
The plugin doesn't work well at all without the included css (see
|
||||||
irpw.css included in this folder). This will position the content and
|
irpw.css included in this folder). This will position the content and
|
||||||
the images relative to each other, and that's the effect you're
|
the images relative to each other, and that's the effect you're
|
||||||
looking for.
|
looking for.
|
||||||
|
|
||||||
== TODO ==
|
TODO
|
||||||
|
----
|
||||||
|
|
||||||
Implement and understand the caching feature as seen in
|
Implement and understand the caching feature as seen in
|
||||||
default-widgets.php.
|
default-widgets.php.
|
||||||
|
|
Loading…
Reference in New Issue