Title: Shortcode Category &#8211; pagination PHP error AND fix
Last modified: September 2, 2020

---

# Shortcode Category – pagination PHP error AND fix

 *  Resolved [Joffrey Nicoloff](https://wordpress.org/support/users/agent3w/)
 * (@agent3w)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/shortcode-category-pagination-php-error-and-fix/)
 * Hello,
 * I’m using shortcode to display download files from one category like that :
    [
   wpdm_category id=”my-category” toolbar=”0″ paging=”0″ order=”desc” items_per_page
   =”3″ template=”link-template-default-old”]
 * I don’t want to display pagination also : paging=”0″
 * PHP Error on front end :
    Notice: Undefined variable: pagination in /…/wordpress/
   wp-content/plugins/download-manager/tpls/shortcodes/category.php on line 18
 * —–
    Plugin dev fix proposal : Check if $pagination exists in the template file
   OR declare $pagination = “” before line 341 in wp-content/plugins/download-manager/
   libs/class.CategoryHandler.php —–
 * User dev temporarly fix :
    Thanks to the plugin developers, you can easly overwrite
   the shortcode template. – Create file wp-content/themes/egovenz-child/download-
   manager/shortcodes/category.php – Copy the content from wp-content/plugins/download-
   manager/tpls/shortcodes/category.php – Change line 18 to <?php if (isset($pagination)){
   echo $pagination; } ?>
 * Hope this help.
 * WP 5.5.1
    WP DM 3.1.07
    -  This topic was modified 5 years, 9 months ago by [Joffrey Nicoloff](https://wordpress.org/support/users/agent3w/).

Viewing 1 replies (of 1 total)

 *  [ohanspace](https://wordpress.org/support/users/ohanspace/)
 * (@ohanspace)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/shortcode-category-pagination-php-error-and-fix/#post-13377889)
 * Hi, thank you for mentioning the bug.

Viewing 1 replies (of 1 total)

The topic ‘Shortcode Category – pagination PHP error AND fix’ is closed to new replies.

 * ![](https://ps.w.org/download-manager/assets/icon-256x256.png?rev=1561688)
 * [Download Manager](https://wordpress.org/plugins/download-manager/)
 * [Support Threads](https://wordpress.org/support/plugin/download-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/download-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/download-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/download-manager/reviews/)

## Tags

 * [fixed](https://wordpress.org/support/topic-tag/fixed/)

 * 1 reply
 * 2 participants
 * Last reply from: [ohanspace](https://wordpress.org/support/users/ohanspace/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/shortcode-category-pagination-php-error-and-fix/#post-13377889)
 * Status: resolved