Skip to content

Commit bf2dd70

Browse files
committed
Update readme
1 parent f66dfa0 commit bf2dd70

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
# Changes
2-
3-
## TODO
4-
* Separate the admin menu markup and CSS in a more elegant manner
5-
* Update the way this plugin loads to use a global registry so that we don't pollute the global namespace, so we can load Twig only when we need it, and so we only have to load shortcodes we need. This is a fairly large project that is unnecessary with the use of caching, but it would be useful to do it for shared hosting environments with low memory and/or no caching abilities.
1+
## Changes
62

73
### July 12, 2016
84

@@ -12,6 +8,10 @@ Updated code comments and separated the backend interface into its own folder fr
128

139
Added much in the way of documentation and improved the backend display a bit.
1410

11+
### TODO
12+
* Separate the admin menu markup and CSS in a more elegant manner
13+
* Update the way this plugin loads to use a global registry so that we don't pollute the global namespace, so we can load Twig only when we need it, and so we only have to load shortcodes we need. This is a fairly large project that is unnecessary with the use of caching, but it would be useful to do it for shared hosting environments with low memory and/or no caching abilities.
14+
1515
# Loop Shortcodes
1616
This WordPress plugin gives you the ability to call the Loop from shortcodes and style them using the [Twig template engine](http://twig.sensiolabs.org/). It allows you to use WordPress in a very frankenstein-like manner as a fairly powerful CMS, using inline templates in pages and posts which query other posts, users, and taxonomies on the fly.
1717

@@ -25,7 +25,7 @@ SSH into your WordPress plugins directory. It's typically ```wordpress/wp-conten
2525
git clone https://github.com/baublet/wp-twig-loop-shortcode.git
2626
```
2727

28-
It will download into ```plugins/wp-twig-loop-shortcode```. Once that is done, you have to download the Twig submodule. To do that:
28+
It will download into ```plugins/wp-twig-loop-shortcode```. Once that is done, you have to download the Twig submodule if you don't have Twig installed globally. To do that:
2929

3030
```
3131
cd wp-twig-loop-shortcode

0 commit comments

Comments
 (0)