FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cornerstone/woocommerce.php at main · thewirelessguy/cornerstone · GitHub
thewirelessguy
/
cornerstone
Public template
Notifications
You must be signed in to change notification settings
Fork
38
Star
153
Code
Issues
3
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
cornerstone
/
woocommerce.php
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (25 loc) · 654 Bytes
Breadcrumbs
cornerstone
/
woocommerce.php
Copy path
File metadata and controls
32 lines (25 loc) · 654 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?php
/**
* The template for displaying all pages.
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other 'pages' on your WordPress site will use a
* different template.
*
* @package WordPress
* @subpackage Cornerstone
* @since Cornerstone 1.0
*/
get_header
();
?>
<div class="grid-container">
<div class="grid-x grid-padding-x">
<div id="primary" class="auto cell site-content">
<div id="content">
<?php
woocommerce_content
();
?>
</div>
</div>
<?php
get_sidebar
();
?>
</div>
</div>
<?php
get_footer
();
?>
Back
|
FazBrowse Home
|
New Git URL