1. Home
  2. Docs
  3. News & Blog Designer ...
  4. Template Structure

Template Structure

Template Structure — Override templates via a theme

The Blog Designer Pack 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.

Blog Designer Pack Pro Templates Hierarchy

  • pagination.php
  • sharing.php
  • grid/
    • loop-start.php
    • loop-end.php
    • design-1.php to design-16.php — There are total 16 designs within the grid.
  • slider/
    • loop-start.php
    • loop-end.php
    • design-1.php to design-10.php — There are total 10 designs within the slider.
  • carousel/
    • loop-start.php
    • loop-end.php
    • design-1.php to design-18.php — There are total 18 designs within the carousel.
  • gridbox/
    • loop-start.php
    • loop-end.php
    • design-1.php to design-12.php — There are total 12 designs within the gridbox.
  • gridbox-slider/
    • loop-start.php
    • loop-end.php
    • design-1.php to design-6.php — There are total 6 designs within the gridbox slider.
  • list/
    • loop-start.php
    • loop-end.php
    • design-1.php to design-7.php — There are total 7 designs within the list.
  • masonry/
    • loop-start.php
    • loop-end.php
    • design-1.php to design-16.php — There are total 16 designs within the masonry.
  • timeline/
    • loop-start.php
    • loop-end.php
    • design-1.php to design-10.php — There are total 10 designs within the timeline.
  • ticker/
    • loop-start.php
    • loop-end.php
    • design-1.php

Taxonomy / Category Shortcodes

  • pagination.php
  • taxonomy/grid/ — Taxonomy Grid
    • loop-start.php
    • loop-end.php
    • design-1.php to design-5.php — There are total 5 designs within the taxonomy grid.
  • taxonomy/slider/ — Taxonomy Slider
    • loop-start.php
    • loop-end.php
    • design-1.php to design-5.php — There are total 5 designs within the taxonomy slider.

Blog Designer Pack Pro Widget Templates Hierarchy

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

Template Override Example:

To override the post grid design-1.php file then simply copy /blog-designer-pack-pro/templates/grid/design-1.php to Your-theme/blog-designer-pack-pro/grid/design-1.php