1. Home
  2. Docs
  3. Post List Designer
  4. Template Structure

Template Structure

Override templates via a theme

Post List Designer Pro Pro is made with WordPress standard and it is developer friendly. The plugin contains some markup files within the /templates/ directory.

If you want to customize any markup related to front end, You just need to copy these files to your theme directory.

Post List Designer Pro Templates Hierarchy

  • pagination.php
  • sharing.php
  • list/
    • loop-start.php
    • loop-end.php
    • design-1.php to design-10.php — There are total 10 designs within the list.

Post List Designer Pro Widget Templates Hierarchy

* widget / post-list /

  • loop-start.php
  • loop-end.php
  • design-1.php to design-6.php — There are total 6 designs within the post list widget.

Template Override Example:
To override the post grid design-1.php file then simply copy /post-list-designer-pro/templates/list/design-1.php to Your-theme/post-list-designer-pro/list/design-1.php