Compare commits
No commits in common. "81d022f8e8075015305269e39f5793628d10f4ad" and "bff6f852523eb898ad3694ab53606f41af4f8b37" have entirely different histories.
81d022f8e8
...
bff6f85252
@ -40,7 +40,7 @@
|
|||||||
<a href="<?php echo home_url() ?>" class="st-footer-site-title">
|
<a href="<?php echo home_url() ?>" class="st-footer-site-title">
|
||||||
<img src="/wp-content/themes/slowtwitch-news/assets/images/logotype-dark-blue.png" alt="Logotype" class="st-footer-site-title-img">
|
<img src="/wp-content/themes/slowtwitch-news/assets/images/logotype-dark-blue.png" alt="Logotype" class="st-footer-site-title-img">
|
||||||
</a>
|
</a>
|
||||||
<p class="st-footer-copyright">© Slowtwitch - Built with <a href="https://www.federated.computer">Federated Computer</a></p>
|
<p class="st-footer-copyright">© Slowtwitch - Design by Federated Computer</p>
|
||||||
</footer>
|
</footer>
|
||||||
<?php wp_footer() ?>
|
<?php wp_footer() ?>
|
||||||
</body>
|
</body>
|
||||||
|
45
page.php
45
page.php
@ -1,45 +0,0 @@
|
|||||||
<?php get_header() ?>
|
|
||||||
<div class="st-article-section-topper"></div>
|
|
||||||
<main class="st-main-grid">
|
|
||||||
<section class="st-article-section-grid st-article-section-grid__article-page">
|
|
||||||
<article class="st-article">
|
|
||||||
<?php
|
|
||||||
if (have_posts()) {
|
|
||||||
while (have_posts()) {
|
|
||||||
the_post();
|
|
||||||
$post_id = get_the_ID();
|
|
||||||
?>
|
|
||||||
<h1 class="st-article__title"> <?php the_title(); ?> </h1>
|
|
||||||
|
|
||||||
<?php the_content(); ?>
|
|
||||||
<?php
|
|
||||||
}
|
|
||||||
} ?>
|
|
||||||
|
|
||||||
</article>
|
|
||||||
<section class="st-ad-section st-ad-section__article-page">
|
|
||||||
<?php
|
|
||||||
if (function_exists('the_ad_group')) {
|
|
||||||
the_ad_group(147);
|
|
||||||
the_ad_group(148);
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
</section>
|
|
||||||
</section>
|
|
||||||
<section class="st-article-section-grid st-article-section-grid__article-page">
|
|
||||||
|
|
||||||
<section class="st-ad-section-long-post-end st-article">
|
|
||||||
<?php
|
|
||||||
if (function_exists('the_ad_group')) {
|
|
||||||
the_ad_group(149);
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
</section>
|
|
||||||
<?php
|
|
||||||
comments_template();
|
|
||||||
?>
|
|
||||||
</section>
|
|
||||||
</main>
|
|
||||||
<?php
|
|
||||||
get_footer();
|
|
||||||
?>
|
|
@ -493,15 +493,6 @@ SECTIONS
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.st-footer-copyright a {
|
|
||||||
text-decoration: none;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.st-footer-copyright a:hover {
|
|
||||||
color: #FFDB12;
|
|
||||||
}
|
|
||||||
|
|
||||||
.st-footer-site-title {
|
.st-footer-site-title {
|
||||||
grid-area: logo;
|
grid-area: logo;
|
||||||
align-self: end;
|
align-self: end;
|
||||||
|
Loading…
Reference in New Issue
Block a user