Commit Graph

18 Commits

Author SHA1 Message Date
Ben Word
009aa93efb Merge pull request #2089 from Log1x/patch-1
Change language_attributes() to get_language_attributes()
2018-08-09 15:11:20 -06:00
Ben
b912090139 Extract logic from search form template
This removes all logic from the search form Blade template, and extracts
it to the "Controller" level via Sage's filter system. It also adds a
global 'app' filter to hook into, so that the search form data will be
served on every page.
2018-08-06 13:06:34 -07:00
MWDelaney
13b0875bdc Add text domain 2018-08-05 21:15:08 -04:00
MWDelaney
f1cb3a1ef0 Remove gross WPCS 2018-08-05 21:06:46 -04:00
MWDelaney
0984d82b36 Add searchform partial and function to replace (and maintain) default WordPress functionality 2018-08-05 12:07:32 -04:00
Brandon
0eb23162b3 Change language_attributes() to get_language_attributes() 2018-07-31 17:25:45 -05:00
Valentino Cossar
c93369b912 Remove useless whitespace 2018-04-27 15:50:26 +02:00
Matt Golden
473729c4ea Remove php blade shorthand 2018-04-18 19:20:06 -05:00
Charalambos Poulikidis
a2d696f245 changed inline @php directive to full form (#2042)
closes #2012
2018-03-27 15:38:28 -07:00
Ben Word
bb45b9fd23 Remove get_the_posts_navigation from 404 2017-09-12 16:04:15 -06:00
Ben Word
de753ad843 Merge pull request #1912 from kaisermann/title-on-controller
Moved title() helper to app.php controller
2017-08-16 21:24:52 -06:00
949fa86c38 index template should always pass post type when including content 2017-07-09 07:13:43 -07:00
Christian Kaisermann
d956e54c85 Moved title() helper to app.php controller 2017-06-23 13:03:35 -03:00
Raquelle Fahle
98e4d4d09d Change syntax of template call to match other files in views/ 2017-06-14 16:41:42 -05:00
Raquelle Fahle
8703069607 Update operator for template call 2017-06-11 20:59:49 -05:00
Raquelle Fahle
94b172f85c Remove post format reference in template call 2017-06-11 19:43:20 -05:00
QWp6t
99160be992 Move required theme files to sage/resources
* Resolves issue with WP only looking one-level deep for templates #1870
* get_template_dir() and related functions now point to sage/resources
* Use collect() when assembling views paths
* Update tree in README
2017-04-15 18:52:03 -07:00
Ben Word
700a556c02 templates/ -> resources/views/ 2017-04-03 18:40:55 -06:00