Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
MSF
/
msf-climate-hub
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
8bcd3ac7
authored
2023-10-02 17:29:13 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
PAGE
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
244c5a80
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
wp-content/themes/msf-child/page.php
wp-content/themes/msf-child/page.php
View file @
8bcd3ac
...
...
@@ -47,15 +47,11 @@ if ($thumbnail_image && isset($thumbnail_image[0])) {
</div>
</header>
<!-- .entry-header -->
<?php
}
?>
<div
class=
"wrapper
side-menu-page
"
id=
"page-wrapper"
>
<div
class=
"wrapper"
id=
"page-wrapper"
>
<div
class=
"
<?php
echo
esc_attr
(
$container
);
?>
"
id=
"content"
tabindex=
"-1"
>
<div
class=
"col-sm-12 col-md-12 col-lg-3 widget-area"
id=
"page-sidebar"
>
<?php
echo
wpse_get_ancestor_tree
();
?>
</div>
<main
class=
"col-sm-12 col-md-9 content-area site-main site-main"
id=
"main"
>
<main
class=
"col-sm-12 col-md-12 content-area site-main site-main"
id=
"main"
>
<div
class=
"breadcrumb"
>
<?php
get_breadcrumb
();
?>
</div>
...
...
Please
register
or
sign in
to post a comment