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.
Note: Do not customize these files directly within the core plugin itself as they are overwritten during the upgrade process and your customization’s will be lost.
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
toYour-theme/post-list-designer-pro/list/design-1.php