Viktor Szépe
e9fb08514d
Fix typos
2023-07-04 15:41:29 +00:00
IanDelMar
194b508d3b
Add since tag for changes from v1.0.0
2022-10-18 08:39:49 +02:00
IanDelMar
0d1097e77f
Add third argument to in_array()
2022-10-07 06:59:21 +02:00
IanDelMar
a04db5ffde
Enable data uris for Polylang
2022-09-29 09:22:22 +02:00
IanDelMar
25f2edd33a
Update understrap_kses_title() to not strip WPML flags
2022-09-28 19:19:10 +02:00
Brian Coords
c5d63711ca
Merge pull request #1662 from understrap/feature/landing-page-template
...
Adds full width landing page template
2022-08-23 21:09:29 -07:00
IanDelMar
79ef9f356d
add value type to iterable type array
2022-07-23 21:03:08 +02:00
IanDelMar
177755c0da
ensure variable is of type string
2022-07-23 20:44:16 +02:00
Brian Coords
9d492d93c6
adds full width landing page template
2022-03-13 13:04:48 -07:00
Brian Coords
7ff3bbdf8c
fix for wpml flag images in nav items #1468
2021-11-23 15:21:41 -08:00
Brian Coords
25a0a049b2
cleans up read more text
2021-11-22 20:46:39 -08:00
Gabriel Castillo
4bfc982953
Updated cs:check and lint:php
...
removed comment from extras
2021-10-25 12:30:30 -07:00
Gabriel Castillo
86e4a58e88
Add comments, updated understrap_all_experpts_get_more_link
2021-10-25 12:00:51 -07:00
Gabriel Castillo
018f2c2ffa
document format fix.
2021-10-15 00:18:10 -07:00
IanDelMar
2e0e988bc5
Move filters from setup.php to extras.php
2021-08-01 13:38:14 +02:00
IanDelMar
0ba77d0692
Switch to lowercase s in Understrap
2021-07-28 17:38:12 +02:00
IanDelMar
4e37f03767
Merge branch 'edit-post-link' into post-nav
2021-07-27 20:25:35 +02:00
IanDelMar
95718c54c0
Wrap function in function_exists()
2021-07-26 09:52:11 +02:00
IanDelMar
940263a8fa
Hide posted by markup on author archives
2021-07-26 09:09:12 +02:00
IanDelMar
a97afdc9c1
Move understrap_post_nav() from inc/extras.php to inc/template-tags.php
2021-07-24 01:52:49 +02:00
Brian Coords
d15c964caf
rewrites the sidebar conditional css
2021-07-02 13:05:31 -07:00
Brian Coords
42cbbc959a
adds sidebar position mod to body class
2021-06-29 15:30:21 -07:00
UnderstrapFramework
894bdc0cee
Merge pull request #1153 from IanDelMar/deprecate-tag
...
Deprecate understrap_adjust_body_class()
2020-10-15 20:16:50 +01:00
IanDelMar
460b7ed454
Fix WPCS
...
Fixes Squiz.Commenting.BlockComment.NoEmptyLineBefore
2020-10-15 20:02:43 +02:00
UnderstrapFramework
91def17edf
Merge pull request #1166 from IanDelMar/no-else
...
Remove unnecessary else clause
2020-10-14 08:00:41 +01:00
IanDelMar
3fb7e1501b
Switch to case-sensitiv @package tag
2020-06-04 11:46:15 +02:00
IanDelMar
0d8f2540ff
Remove unnecessary else clause
2020-05-16 12:12:56 +02:00
IanDelMar
e88dc0e003
Merge branch 'master' into deprecate-tag
2020-04-28 14:42:48 +02:00
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
IanDelMar
5be575c83b
Deprecate understrap_adjust_body_class()
...
As of v4 Alpha 6 Bootstrap no longer styles the .tag CSS class.
See shiplist: https://github.com/twbs/bootstrap/issues/20939
2020-04-17 10:11:22 +02:00
IanDelMar
7630599003
Fix DocBlocks
2020-03-19 17:12:32 +01:00
UnderstrapFramework
d7a7be8a3b
Merge pull request #1072 from IanDelMar/body-attributes
...
Body attributes
2019-12-13 11:04:04 +00:00
IanDelMar
7a63872671
Move schema markup to body element
...
Removes schema markup from the div#wrapper-navbar element.
Re-adds the schema markup on the body element via filter.
2019-12-03 08:19:45 +01:00
IanDelMar
628601415b
No period for summary in file headers
...
According to WP's PHP documentation standards on file headers. See https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#6-file-headers .
2019-11-14 18:16:31 +01:00
Gary Kealy
327e0ddb59
Fix some minor phpcs errors
2019-07-04 15:53:03 +01:00
Gary Kealy
600eb39883
Use shorter ABSPATH check
2019-06-20 09:57:12 +01:00
Lon Koenig
6fcf1e9720
Make understrap_mobile_web_app_meta() and understrap_pingback() pluggable.
2019-02-19 10:22:29 -06:00
IanDelMar
52b028e1be
Escape translation
2018-12-28 10:37:14 +01:00
IanDelMar
c014366a48
Fix spacing
2018-12-25 19:19:42 +01:00
IanDelMar
77bc390ee7
Fix spacing
2018-12-25 19:17:09 +01:00
IanDelMar
8bfabce83d
Fix indentation
2018-12-25 19:09:25 +01:00
IanDelMar
4b3a789172
Add mobile-web-app meta as action
...
Allows a child theme to remove the meta tags without changing the header.php.
2018-11-18 16:28:39 +01:00
IanDelMar
95767decb0
Conditionally add pingback
...
and allow child theme to remove it without changing the header.php.
2018-11-18 16:26:49 +01:00
IanDelMar
45c9d1adb7
Prevent direct access
2018-09-10 23:59:04 +02:00
Alex Wright
9397cfc53e
Add pluggable function wrappers to inc/extras.php
2018-03-30 11:03:09 -05:00
koenemann
464086a40b
Update prefixes
2017-11-27 09:07:11 +01:00
koenemann
0cd0d3aca4
fixing float-sm-left and right problem with BS´s flex box utilities
2017-05-16 09:00:26 +02:00
Holger
229627ca8b
Merge pull request #298 from kosvrouvas/master
...
Fix next/previous post links not floating correctly - Thx @kosvrouvas
2017-04-29 11:07:22 +02:00
Kostas Vrouvas
86db306e43
Fix next/previous post float class
2017-04-26 12:47:02 +03:00
Jason King
0a11efded4
Update old BS3 class .img-responsive to .img-fluid
...
As per #293 by ErinPo
2017-04-23 14:06:09 +09:30