Commit Graph

18 Commits

Author SHA1 Message Date
IanDelMar 860d8c123a Fix WPCS errors and warnings + escaping
Fixes many WPCS errors and warnings

Also:
* Partly removes excessive php opening/closing tags.
* Uses printf for better readability in loop-templates/content-none.php.
* Adds understrap_kses_title() to escape post titles.
* Adds understrap_escape_the_archive_description() to escape the archive description.
* Fixes missing '__' after esc_html in author.php.
* Updates the phpcs.xml to reflect all the changes.
* Updates composer dependencies and scripts.
2020-04-19 12:08:39 +02:00
Gary Kealy afca2ffb56 Remove closing php tags at end of files 2019-07-04 15:58:08 +01:00
Gary Kealy 600eb39883 Use shorter ABSPATH check 2019-06-20 09:57:12 +01:00
kelsS 2f5e0182e2 add php to allow the hero widgets to show on the fullwidth page template when the page using this template is set to the front page 2019-04-30 14:04:30 -04:00
IanDelMar ba909450b6 Update fullwidthpage.php 2018-11-19 00:12:12 +01:00
IanDelMar 45c9d1adb7 Prevent direct access 2018-09-10 23:59:04 +02:00
Rami Yushuvaev 57478f20b1 Fix wrong escaping functions - replacing esc_html() with esc_attr() 2017-06-08 17:54:29 +03:00
Stef Kariotidis 92f662269c code format page templates 2016-11-21 20:19:15 +02:00
Holger Könemann 32af16442e Adding missing row class to fullwidth page template 2016-11-21 18:47:40 +01:00
Stef Kariotidis a8e1e8007e escape variables from potential unsecure input 2016-11-19 19:43:22 +02:00
koenemann c9787c436a Align all templates to do the same left/rigth sidebar check 2016-11-14 15:16:24 +01:00
Max Myers d0c0cddfc1 Update HTML attribute order 2016-11-01 12:13:23 -04:00
Max Myers fa9f307dfe Update HTML indents to soft tabs (2 spaces) 2016-11-01 11:25:21 -04:00
Holger Könemann f9a5eb626d Adding an empty page template
Add a empty page template with just a header and footer section and a
„naked“ content section in between. The content comes without any
markup so you can add your own markup to the page. Good for landing
pages or other pages which needs to use another markup besides the
default stuff.
2016-06-18 13:42:01 +02:00
koenemann 0833d2ed3e Moving Loops to subdirectory 2016-01-22 13:59:47 +01:00
koenemann e9d394c329 Adding anchor id for skip-to-content link 2016-01-08 09:42:59 +01:00
koenemann a269490f1a loop cleaning
cleaning and sorting content loop files
2016-01-04 14:18:35 +01:00
holger1411 f3b8d404c7 creating page-template folder for custom pages 2015-08-14 10:24:09 +02:00
Renamed from fullwidthpage.php (Browse further)