Category Short-code bug?
-
I’m testing this plugin and I discovered that some options of the Category Short-code do not seem to work.
Example:
[wpdm_category id="my-audiobook" operator="IN" title="1" desc="1" toolbar="1" order_by="title" order="asc" item_per_page="30" template="link-template-audio.php" cols=1 colspad=1 colsphone=1]In the page, the sorting options and the items per page option are ignored. I get default values (sort by date, desc, 10 items per page) instead of the ones I specified.
Wordpress 5.4.2 with PHP 7.4.9
Update: at least I found out why the item per page was not working.
In the example page there is a syntax error: it states that the parameter is item_per_page. This is wrong. It is actually items_per_page.
Maybe the other options in the example page are wrong as well?
The topic ‘Category Short-code bug?’ is closed to new replies.