You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 20, 2020. It is now read-only.
* The following function should search for partials in the following order:
* 'page slug' -> 'template name' -> 'template' -> Finally load content.php if no other template is present.
*
* Get template parts is a handy function to use in conjunction with get_partial as it provides a list of names that can be used to determine the correct
* partial to include. Alternatively get_template_slug can be used if only the slug is required when locating partials.