-
Notifications
You must be signed in to change notification settings - Fork 1
Parts
Used to house the markup for the breadcrumb. By default this has the code that is needed to render a breadcrumb by the Breadcrumb Nav XT plugin.
Contains the logo and navigation
Contains the call to the wordpress default sidebar
This is used to output the loop on pages such as index.php Contains the loop and a call to the post snippet part. Also contains the pagination part.
This is used to render a single post view. Contains header, meta, excerpt wrapped in a BS lead style, the content and a call to the author snippet part.
Used to render the post thumb, excerpt and readmore within a blog list such as you'd find on index.php
Renders a panel of author information including name, image and description.
Renders information about the author of a particular post.
The folder that contains the various meta parts.
Contains a loop and the excerpt and content. Used on page.php to render the pages content.
Renders the title of the page.
Renders bootstrap pagination.
Please find in this folder all the html parts for each child pages shortcode. For the most part you will only need to edit the col-* sizes as the rest is standard Bootstrap 4 markup.