Skip to content

Commit 12b0b00

Browse files
committed
Updates readme
1 parent 62b8947 commit 12b0b00

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

readme.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ Show the full content of the post regardless of whether there is a <!--more--
293293

294294
* **catlink** - Show the title of the category with a link to the category. Use the **catlink_string** option to change the link text. Default is 'no'. Ex: `[catlist catlink=yes]`. The way it's programmed, it should only display the title for the first category you chose, and include the posts from all of the categories. I thought of this parameter mostly for using several shortcodes on one page or post, so that each group of posts would have the title of that group's category. If you need to display several titles with posts, you should use one [catlist] shortcode for each category you want to display.
295295

296+
* **category_description** Show the category description wrapped in a p tag: `[catlist id=1 category_description='yes']`
297+
296298
* **catname** - Show the title of the category (or categories), works exactly as `catlink`, but it doesn't add a link to the category.
297299

298300
* **category_count** - Shows the posts count in that category, only works when using the **catlink** option: `[catlist name=nintendo catlink=yes category_count=yes]`
@@ -514,6 +516,13 @@ Template system has changed. Custom templates should be stored in WordPress them
514516

515517
== Changelog ==
516518

519+
= 0.66 =
520+
* Orders the README a bit.
521+
* Issues with tags when using more than one tag for OR and AND relationships should be fixed.
522+
* Documented the use of custom taxonomies. For some reason I never came around to do that. I changed the parameters for taxonomies, it used the 'tags' parameter for 'terms' before, so I added a 'terms' parameter to make this independent from the tags parameter. So now it looks like this: `[catlist taxonomy='person' terms='bob']`. This might break some current uses of taxonomy, but since it was written so long ago and I don't know why it used "tags", I decided to just create the 'terms' parameter. People using the custom taxonomies were people who are looking at the code anyway since I can't find it documented anywhere. Sorry for the inconveniences!
523+
* Adds category description parameter.
524+
* Adds orderby and order to options page. Removes default values since they're the default anyway.
525+
517526
= 0.65 =
518527

519528
* Adds pagination parameter to the options page.

0 commit comments

Comments
 (0)