Refactor theme files and add new page template
- Updated page-91.php to add an ID to the c-tabs div for better targeting. - Changed package name in content-page.php from 'brpfinanse' to 'BRPP_prawo_podatki' and updated related function calls. - Cleaned up content.php by removing commented-out code and unnecessary whitespace. - Added VSCode settings for live Sass compilation. - Created a new page template (page-3.php) for the privacy policy with appropriate structure and comments.
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
<path d="M7 1L1 7L7 13" stroke="#9E9E9E"/>
|
||||
</svg>
|
||||
</a>
|
||||
|
||||
<header class="entry-header">
|
||||
<?php
|
||||
if ( is_singular() ) :
|
||||
@@ -28,7 +27,6 @@
|
||||
endif;
|
||||
?>
|
||||
</header><!-- .entry-header -->
|
||||
|
||||
<div class="entry-content">
|
||||
<?php
|
||||
the_content(
|
||||
@@ -56,14 +54,6 @@
|
||||
</div><!-- .entry-content -->
|
||||
|
||||
<footer class="entry-footer">
|
||||
<?php if ( 'post' === get_post_type() ) : ?>
|
||||
<div class="entry-meta">
|
||||
<?php
|
||||
brpp_prawo_podatki_posted_by();
|
||||
brpp_prawo_podatki_posted_on();
|
||||
?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
<!-- <?php brpp_prawo_podatki_entry_footer(); ?> -->
|
||||
</footer><!-- .entry-footer -->
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user