changes in style.css, new fonts, a category.php

This commit is contained in:
Willi Junga 2021-06-28 14:00:58 +02:00
parent f3dba2f81f
commit b6240f7e69
Signed by: JunWi
GPG key ID: 16CD94732DE08DA5
7 changed files with 2080 additions and 3 deletions

View file

@ -1,4 +1,4 @@
"Joseph-Knows-Best" - Wordpress Theme für DOMAIN.TDL
"Joseph-Knows-Best" - Wordpress Theme für sh-gruene.de
=======================================================
Credits to: https://chatbegruenung.de/direct/jungawil
@ -9,13 +9,17 @@ Instructions:
1. Select branch from: https://git.verdigado.com/NB-Public/jkb-childtheme/branches/
2. Download branch as ZIP
3. Unzip rename contained folder to `jkb-childtheme-gruene-sh` without `.TDL`
3. Unzip rename contained folder to `jkb-childtheme-gruene-sh` without `.de`
4. zip that renamed folder again
5. Upload theme to wordpress.
## Version Changes
### V0.3
more fonts, a category.php and a different style.css
### V0.1
changed order of campaign page

55
category.php Executable file
View file

@ -0,0 +1,55 @@
<?php get_header(); ?>
<section id="content"><div class="inner wrap clearfix">
<div class="archive-title ninecol first">
<h1><?php single_cat_title(); ?><span class="hidden"><?php if( is_paged() ) { echo ' - Seite ' .$paged; }?></span></h1>
<?php echo category_description(); ?>
</div>
<div id="main" class="ninecol first clearfix" role="main">
<div class="list-article">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php get_template_part( 'content-list-small', get_post_type() ); ?>
<?php endwhile; ?>
</div>
<?php if (function_exists('kr8_page_navi')) { ?>
<?php kr8_page_navi(); ?>
<?php } else { ?>
<nav class="wp-prev-next">
<ul class="clearfix">
<li class="prev-link"><?php next_posts_link(__('&laquo; Ältere Beiträge', "kr8theme")) ?></li>
<li class="next-link"><?php previous_posts_link(__('Neuere Beiträge &raquo;', "kr8theme")) ?></li>
</ul>
</nav>
<?php } ?>
<?php else : ?>
<article id="post-not-found" class="hentry clearfix">
<header class="article-header">
<h1><?php _e("Oops, Post Not Found!", "kr8theme"); ?></h1>
</header>
<section class="entry-content">
<p><?php _e("Uh Oh. Something is missing. Try double checking things.", "kr8theme"); ?></p>
</section>
<footer class="article-footer">
<p><?php _e("This is the error message in the archive.php template.", "kr8theme"); ?></p>
</footer>
</article>
<?php endif; ?>
</div> <!-- end #main -->
<?php get_sidebar(); ?>
</div></section>
<?php get_footer(); ?>

2018
lib/css/style.css Normal file

File diff suppressed because it is too large Load diff

BIN
lib/fonts/BereitBold-Oblique.otf Executable file

Binary file not shown.

BIN
lib/fonts/BereitBold-Oblique.woff Executable file

Binary file not shown.

Binary file not shown.

View file

@ -5,7 +5,7 @@ Description: Child Theme fuer Aufwändiges Wordpress-Theme für den EInsatz von
Author: Willi Junga
Author URI: https://verdigado.com
Template: Joseph-knows-best-master
Version: 0.2
Version: 0.3
Text Domain: jkb-child
Tags: child, childtheme, child-theme, two-columns, green, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, custom-menu, theme-options, featured-images, storytelling
License: GNU General Public License v3 or later