Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter eric8111

    (@eric8111)

    Bump

    Plugin Author agentevolution

    (@agentevolution)

    1. Copy the single-listing.php and archive-listing.php from the plugin’s views folder to your theme folder.
    2. Edit the templates and remove the functions related to pagination.

    On archive-listing.php remove:

    if (function_exists('equity')) {
    			equity_posts_nav();
    		} elseif (function_exists('genesis_init')) {
    			genesis_posts_nav();
    		} else {
    			wp_listings_paging_nav();
    		}

    In single-listing.php remove:

    // Previous/next post navigation.
    wp_listings_post_nav();

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove Listing Pagination’ is closed to new replies.