Pagination abänderin in Chronus Theme
-
Hi ihr Lieben,
ich habe ein kleines Problem – ich möchte unbedingt das PageNavi bei mir ändern. Ich nutze Chronus Version: 1.2.2 von ThemeZee.WP-PageNavi ist genau was ich suche.
Doch ich komme nicht drauf das zu ändern – ich habe versucht im index.php die
chronus_pagination();
rauszunehmen und durch<?php wp_pagenavi(); ?>
Also:
<?php /** * The main template file. * * This is the most generic template file in a WordPress theme * and one of the two required files for a theme (the other being style.css). * It is used to display a page when nothing more specific matches a query. * E.g., it puts together the home page when no home.php file exists. * Learn more: http://codex.wordpress.org/Template_Hierarchy * * @package Chronus */ get_header(); ?> <section id="primary" class="content-single content-area"> <main id="main" class="site-main" role="main"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', 'page' ); endwhile; wp_pagenavi() else : get_template_part( 'template-parts/content', 'none' ); endif; ?> </main><!-- #main --> </section><!-- #primary --> <?php get_sidebar(); ?> <?php get_footer(); ?>
Doch nichts rührt sich. Eine „pagination.php“ oder ähnliche hat Chronus nicht. Hat jemand noch eine Idee?
Dank schon Mal und liebe Grüße
Anni 🙂
- Das Thema „Pagination abänderin in Chronus Theme“ ist für neue Antworten geschlossen.