• Resolved prokops

    (@prokops)


    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)
  • Plugin Author Fahad Mahmood

    (@fahadmahmood)

    @prokops this is a page, and I doubt you were using the premium version before. In case you mistakenly updated the plugin to FREE version, kindly activate the premium version as per the instructions give in initial e-mail.

    FREE version works with the archives or categories etc. and to make this plugin work on pages, posts etc. you need to have the advanced version. I remember your website and its colors, you were using the advanced version.

Viewing 1 replies (of 1 total)
  • The topic ‘Pagination on custom template’ is closed to new replies.