Skip to content

Commit 54b6068

Browse files
Merge pull request #312 from zymeth25/patch-1
Add info about categorypage
2 parents e400758 + 187b287 commit 54b6068

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/FAQ.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
* [How do I remove the bullets from the list?](#bullets)
1010
* [The plugin doesn't work on servers with PHP < 5](#php5)
1111
* [Plugin could not be activated because it triggered a fatal error](#fatal-error)
12+
* [If a post has many categories, categorypage=yes only detects one of them](#categorypage)
1213

1314
## <a name="no_link"></a>How can I remove the hyperlink of the title of the post?
1415

@@ -152,3 +153,9 @@ protected accessors. Try updating your server or using an [older version](http:/
152153

153154
Please check:
154155
http://wordpress.stackexchange.com/questions/9338/list-category-posts-plugin-upgrade-fails-fatal-error/9340#9340
156+
157+
## <a name="categorypage"></a>If a post has many categories, categorypage=yes only detects one of them
158+
159+
This is how it works in the current implementation, there are no shortcode parameters to change this behavior.
160+
We have already received feature requests to make `categorypage=yes` work with multiple categories and it should be
161+
implemented at some stage.

0 commit comments

Comments
 (0)