Skip to content
simonpmiles edited this page Oct 25, 2013 · 8 revisions

breadcrumb.php

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.

nav.php

Contains the logo and navigation

sidebar.php

Contains the call to the wordpress default sidebar

loop-posts.php

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.

post-content.php

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.

post-snippet.php

Used to render the post thumb, excerpt and readmore within a blog list such as you'd find on index.php

author-snippet.php

Renders a panel of author information including name, image and description.

author-header.php

Renders information about the author of a particular post.

Meta

The folder that contains the various meta parts.

page-content

Contains a loop and the excerpt and content. Used on page.php to render the pages content.

page-header

Renders the title of the page.

pagination

Renders bootstrap pagination.

Shortcodes

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.

Clone this wiki locally