try this…
replace twentyfourteen_paging_nav();
with
global $wp_query;
$temp_query = $wp_query;
$wp_query = NULL;
$wp_query = $loop;
twentyfourteen_paging_nav();
$wp_query = NULL;
$wp_query = $temp_query;
Related Posts:
- pagination problem listing custom post types of taxonomy in wordpress
- Custom taxonomy in custom post type archive with pagination
- Custom Post Types using wrong template (index) instead of archive-{type}.php – previously worked as expected
- How to use a custom post type archive as front page?
- Pagination throws 404 error on custom taxonomy archive pages
- clients list using wordpress
- Find callback function for custom taxonomy metabox
- Is it possible to have an index page for taxonomy term for each custom post type it is assigned to?
- How to get_queried_object on multiple objects?
- Custom Post Type / Taxonomy Slug / Post Title with post type archive
- Hide child term posts on parent term pages
- Pagination throws 404
- Posts per Page on custom Taxonomy Template
- Post type archive page not working
- How to list custom post types on a custom post type page?
- Query Posts that have Custom Taxonomy
- Custom Post Type Custom Archive Page Not Working
- Getting custom taxonomy posts on archive page
- Taxonomy rewrite pagination 404
- Foreach loop returning more than one item when querying taxonomy
- Function to erase every post from a taxonomy
- Archive page for custom post type and custom taxonomy
- Custom post type category permalinks and archive pages
- Displaying custom taxonomy menu in custom post type archive
- 2 custom post type paging in 1 custom taxonomy
- Get Posts List of Current Selected Custom Taxonomy in Shortcode
- custom taxonomy pagination 404 error
- Custom archive page for custom taxonomy and pagination issue
- How to divide Subcategories into pages of parent category wordpress
- Archive page of CPT’s custom Taxonomy
- how to achieve this permalink abc.com/CPTName/CustomPostTypeCategorySlug/categoryname
- Getting Same Description in All the Custom Taxonomy Posts
- set object terms after some some time of published post – functions.php
- update custom taxonomy custom fields
- Check that a slug is present in the get_terms request
- Custom post type paging return home page
- Is there a way to use ‘publicly_queryable’ => false only on specific taxonomy term?
- Different number posts per page based on custom post type term id
- Pagination not working in custom post type. Help
- How to add specific terms in a custom post type?
- Assigning categories to custom post types via a front-end form; only works for native post type
- Displaying all posts by category and showing content on click
- Remove custom taxonamy slug with pagination
- CPT tags not showing when editing post
- Posts per Page on custom Taxonomy Template
- Static Front Page not working for custom theme
- WordPress custom post type taxonomy paging
- Permalink for custom post type pages not working
- How to display custom post type pagination buttons when processing AJAX request
- Change Search display for Custom Post Type
- Why is my loop not populating the page with my custom taxonomy terms from my custom post type?
- Recovering data about custom post and taxonomy types
- Building Link List for Custom Tax
- Custom taxonomy with custom post type archive page
- Custom post pagination not working
- Custom Post Type / Taxonomy / Term – what template to use to avoid 404-page?
- CPT/Taxonomy/Postname permalink structure makes pagination break
- wordpress does not see the correct custom taxonomy hierarchy
- Pagination with a custom post type
- I want to create pagination for my custom post type archive that i am displaying with loop
- Pagination not working (page/2 retunring 404 page)
- Custom post type post_type_link gives “page not found” on any other custom post type
- 404 error next-page [2] PageNavi custom type taxonomy
- Custome post type “tags” pick default archive instead of custom post type archive
- Customize url from the_terms
- Custom post types not displaying per category
- Help with Multi Level Category Archive Page
- Custom post type archive page not showing on archive-posttype.php
- Post Custom & Taxonomy 404 error
- Getting a 404 on single custom post type page when using rewrite on a custom taxonomy
- Pods pagination erases my sub menu
- Create 2-layered dropdown menus for custom taxonomy and custom post type
- Custom Post Type shows pagination (w/404) or posts_per_page query, but not both
- why custom post archive gives always no more than 10 posts despite of paging settings?
- Paginate custom taxonomy category with wp_custom_pagination
- Why is this custom post type defaulting to archive.php?
- Pagination for a Custom Taxonomy
- title tag for custom post type remove taxonomy name from title tag
- paging is not working properly on news archives page [duplicate]
- Pagination URL order
- how to limit query_post to first page?
- Taxonomy Query of Custom Post Displays Archive Instead of Posts
- Archive Page Pagination not working
- Custom taxonomy archive page not routing?
- Custom Loop for custom post type. Compare by meta_value?
- Invalid Taxonomy in template
- Pagination not working for archive
- How to have a dynamic slug and rendering the archive-{post_type}.php?
- See the process of creating a taxonomy and tell me where I made a mistake
- Pagination not working only on Archive-Name.php using new WP_Query
- Pagination not working on custom post type archive
- the_post_navigation in single page with multiple taxonomies
- How do loop categories post from according in WordPress? is it impossible to solve this problem?
- Archive pagination – second page shows exactly the same posts
- How to use wp_set_object_terms depending on page ID?
- Is it possible to use a post name in a custom post slug?
- How to work with URLs where sometimes a post or a subcategory is in the same part of the URL structure
- How to get the proper category in permalink with custom post type assigned to multiple categories
- Auto Generate Post Title from 2 ACF Taxonomies [closed]
- Rewrite taxonomy permalink appended to CPT archive url