Commit graph

17 commits

Author SHA1 Message Date
Tiago Noronha
4360bb9c7f Hook storefront_post_meta() to new hook storefront_post_header_before 2019-01-25 18:24:06 +00:00
Tiago Noronha
cc239cef98 Make posts post meta full width 2018-10-31 15:29:14 +00:00
Tiago Noronha
169c21e35a Fix PHPCS violations 2018-06-22 15:11:39 +01:00
Tiago Noronha
f05bba5462 Code styling 2018-06-04 22:26:17 +01:00
Tiago Noronha
979e2868b1 Move WC homepage sections 2018-06-04 15:53:10 +01:00
Tiago Noronha
c80b57cae6 Remove header container and add it back as an action; Move primary navigation outside the header container 2018-04-13 16:48:52 +01:00
Tiago Noronha
1790927f8c Remove structured data. 2017-07-07 17:35:28 +03:00
James Koster
6a943f221f Display the homepage content section as a 'hero' element when a featured image is set 2017-01-23 17:54:58 +00:00
James Koster
56ae141dd7 Adds new actions to wrap post content. closes #482
* `storefront_post_thumbnail` is now hooked in to
`storefront_post_content_before`
* `storefront_post_thumbnail() now provides a default arg`
2016-10-03 11:13:18 +01:00
opportus
3cb0d3e00e improved semantic html - single post - revision4 2016-07-28 16:01:34 +02:00
opportus
f05eea7117 Structured data improvement 2016-05-26 07:57:50 +02:00
James Koster
79159b1203 Wrap the main nav / cart in a section and style it 2016-03-18 12:10:14 +00:00
James Koster
5ad5c684d7 typo/coding standards. closes #324 2016-03-15 13:23:59 +00:00
Brad Griffin
2da60f1ca6 Add Best Selling Products for 2.0
Comment added to line 48
added_some_action_jackson to line 56
2016-03-12 18:33:03 -06:00
James Koster
70157cffef capital letter 2016-02-19 17:00:23 +00:00
James Koster
1409ee5c66 lots of coding standards tweaks. #326 2016-02-19 16:57:56 +00:00
James Koster
5dd0d0d5b5 Refactor step 1!
Replaces the old convoluted / confusing file structure with a neater
class based system. It should now be easier to understand the purpose
of each file.

Performance should see a small bump and it will be easier to extend
core features like the Customizer integration.

File names are more akin to WooCommerce core which improves consistency
/ recognisability.

Assets are all arranged into a single dir rather than being spread out
all over the place.

Deprecated `storefront_sanitize_hex_color()`.

Updated Gruntfile.js to reflect new structure.
2016-01-20 16:02:53 +00:00
Renamed from inc/structure/hooks.php (Browse further)