File tree 3 files changed +26
-7
lines changed
3 files changed +26
-7
lines changed Original file line number Diff line number Diff line change
1
+ <?php
2
+ /* Template name: Full Width */
3
+ get_header ();
4
+ the_post ();
5
+ ?>
6
+
7
+ <section class="main-content">
8
+ <section class="entry-page-content">
9
+ <div class="content">
10
+ <?php the_content (); ?>
11
+ </div>
12
+ <footer class="entry-footer">
13
+ <?php get_template_part ( 'inc/partials/entry/page ' , 'footer ' ); ?>
14
+ </footer>
15
+ </section>
16
+
17
+ </section>
18
+ <?php get_footer (); ?>
Original file line number Diff line number Diff line change 44
44
);
45
45
?>
46
46
</nav>
47
+ <?php
48
+ if (function_exists ('yoast_breadcrumb ' )) {
49
+ yoast_breadcrumb ('<p id="breadcrumbs"> ' , '</p> ' );
50
+ }
51
+ ?>
47
52
</div>
48
- <?php
49
- if (function_exists ('yoast_breadcrumb ' )) {
50
- yoast_breadcrumb ('<p id="breadcrumbs"> ' , '</p> ' );
51
- }
52
- ?>
53
+
53
54
<?php if (is_active_sidebar ('after-navigation ' )) : ?>
54
55
<div class="container notification-container push-up">
55
56
<div class="columns is-centered is-gapless">
Original file line number Diff line number Diff line change 3
3
the_post ();
4
4
?>
5
5
6
- <section class="main-content">
6
+ <section class="main-content content ">
7
7
<section class="entry-page-content">
8
- <div class="content ">
8
+ <div class="container ">
9
9
<?php the_content (); ?>
10
10
</div>
11
11
<footer class="entry-footer">
You can’t perform that action at this time.
0 commit comments