fix content page styling, add 404 page
This commit is contained in:
parent
5a85a6a83d
commit
c657879840
5 changed files with 85 additions and 20 deletions
|
|
@ -4,7 +4,7 @@ get_header();
|
|||
|
||||
<main>
|
||||
|
||||
<section class="background-color-white">
|
||||
<section class="background-color-white category">
|
||||
<div class="content-wrap">
|
||||
<h2>
|
||||
<?php $categories = get_the_category();
|
||||
|
|
@ -38,8 +38,9 @@ get_header();
|
|||
<p>
|
||||
<?php echo wp_strip_all_tags( get_the_excerpt(), true ); ?>
|
||||
</p>
|
||||
<a href="/de/berufsausbildung" class="teaser-box-category-marker">
|
||||
Berufsausbildung
|
||||
<?php echo '<a href="' . esc_url( get_permalink() ) . '" class="teaser-box-category-marker">'; ?>
|
||||
Zum Beitrag
|
||||
<div class="icon"></div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue