Pagination on custom template
-
Hi Fahad
We use a custom template on this page: https://danskfilmogteater.dk/teatre/
The template outputs all wordpress post categories:<?php $categories = get_categories(); foreach($categories as $category) { ?> <article id="post-<?php $category->term_id; ?>"> <div class="wrap"> <div class="title"><?php echo '<div class="entry-title"><a href="' . get_category_link($category->term_id) . '">' . $category->name . '</a></div>'; ?></div> </div>
The pagination does not work on this template. Can you comment on why?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Pagination on custom template’ is closed to new replies.