Skip to content

Commit

Permalink
Table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
Liblastic committed Jan 14, 2022
1 parent d999332 commit 7ca46c8
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,71 @@
- License: GPLv2 or later
- License URI: http:https://www.gnu.org/licenses/gpl-2.0.html

## Table of contents
- [DustPress](#dustpress)
- [Table of contents](#table-of-contents)
- [Description](#description)
- [Installation](#installation)
- [Composer](#composer)
- [Manually](#manually)
- [External resources](#external-resources)
- [Usage](#usage)
- [File naming and locations](#file-naming-and-locations)
- [Data models](#data-models)
- [Views](#views)
- [Data models](#data-models-1)
- [Autoconstructing and modular usage](#autoconstructing-and-modular-usage)
- [Binding the data](#binding-the-data)
- [Submodels](#submodels)
- [Binding the data](#binding-the-data-1)
- [Reserved model names](#reserved-model-names)
- [WP](#wp)
- [Caching](#caching)
- [Method caching](#method-caching)
- [Partial and end-result caching](#partial-and-end-result-caching)
- [Partial caching](#partial-caching)
- [End-result caching](#end-result-caching)
- [Menu caching](#menu-caching)
- [Configuration constants](#configuration-constants)
- [Dust templates](#dust-templates)
- [DustPress Helpers](#dustpress-helpers)
- [contains](#contains)
- [content](#content)
- [image](#image)
- [menu](#menu)
- [pagination](#pagination)
- [Page link formatting](#page-link-formatting)
- [Formatting example:](#formatting-example)
- [password](#password)
- [permalink](#permalink)
- [s](#s)
- [sep](#sep)
- [set and unset](#set-and-unset)
- [strtodate](#strtodate)
- [title](#title)
- [wpfooter](#wpfooter)
- [wphead](#wphead)
- [Other functionality](#other-functionality)
- [do_not_render](#do_not_render)
- [json output](#json-output)
- [Custom routes](#custom-routes)
- [Additional Classes](#additional-classes)
- [\DustPress\Query](#dustpressquery)
- [Querying single posts](#querying-single-posts)
- [get_post()](#get_post)
- [get_acf_post()](#get_acf_post)
- [Querying multiple posts](#querying-multiple-posts)
- [get_posts()](#get_posts)
- [Example usage](#example-usage)
- [get_acf_posts()](#get_acf_posts)
- [Plugins](#plugins)
- [Debugger](#debugger)
- [DustPress.js](#dustpressjs)
- [Comments helper](#comments-helper)
- [Overriding default templates](#overriding-default-templates)
- [Escaping filters](#escaping-filters)
- [Add custom filters](#add-custom-filters)

## Description

A WordPress theme framework for writing template files with Dust.js templating engine and separate data models.
Expand Down

0 comments on commit 7ca46c8

Please sign in to comment.