diff options
| author | Max | 2019-03-06 19:15:01 +0100 |
|---|---|---|
| committer | Max | 2019-03-06 19:15:01 +0100 |
| commit | af937d3250f423005eace057e3125f177a511fc1 (patch) | |
| tree | e79fea068426a85a4e3fee38411dba0c4a2bf4a4 /single-angebote.php | |
| parent | 7be5ee6e58c66053d75afeeb362ed4d5c75b74eb (diff) | |
| download | fuselkoenig_de-af937d3250f423005eace057e3125f177a511fc1.tar.gz | |
Pagination can be limited to current taxonomy.
Diffstat (limited to 'single-angebote.php')
| -rw-r--r-- | single-angebote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/single-angebote.php b/single-angebote.php index 1182b5d..2b0bfb6 100644 --- a/single-angebote.php +++ b/single-angebote.php @@ -28,7 +28,7 @@ $container = get_theme_mod( 'understrap_container_type' ); <?php get_template_part( 'loop-templates/content', 'angebote' ); ?> - <?php understrap_post_nav(); ?> + <?php understrap_post_nav( 'type' ); ?> <?php // If comments are open or we have at least one comment, load up the comment template. |
