The is_single function (used in your excerpt.php file) returns true only when the main query contains one single post. Since you’re calling get_template_part from an archives page, your query contains more than one post, so is_single returns false and your excerpt.php file bails. Remove the check for is_single and you should be good to go.
More about is_single: http://codex.wordpress.org/Function_Reference/is_single
More about conditional tags: http://codex.wordpress.org/Conditional_Tags
Hope this helps.
Related Posts:
- Get rid of WordPress category, tag and author archives?
- Category archive by year with permalink support /category/YYYY
- 404 Error On Category and Tags Pages
- Force WordPress to Show Pages Instead of Category
- How to get posts from two categories with WP_Query?
- Exclude categories from search query
- How can I reduce the number of database query calls for this custom homepage?
- Get page content by category or tag
- How to get the category of the post and link it to the archive (of the category)
- How to hide a specific category posts in my monthly archive?
- Optimal way to redirect home page to category archive?
- What could be causing my wp_query pagination to break?
- How would you create a “weekly” archive?
- Exclude most recent posts from specific category in wp_query()
- Sticky Posts Not Sticking to Top of Category Archive
- How to Check if a Child Category is Being Queried
- I want exclude the particular category in sidebar
- How to filter archives both by category and tag?
- How to run WP_Query to retrieve attachments to posts only from a particular category?
- What type of page should i use? static page or category page? and what’s the difference? [closed]
- How to query posts from specific authors and categories using WP_query?
- How to show in search results posts with a particular tag in a particular category?
- Display “add to cart” button on every listing in product category page?
- Custom WP_Query for current category (in category.php)?
- List Posts by Category for a Non-Zero, Non-NULL Custom Field Value?
- Sorting posts by season
- getting content from main domain to sub-domain using category and WP_Query
- weekly archive for custom category
- Ignoring a category in WP_Query still shows the links in next_post_link()?
- 3 Columns, 3 Categories, One Archive, and Pagination
- WordPress subcategories return 404 in custom template
- Show archives by year from just one category
- Archives for each category on WP Multisite
- How to query post like normal search would do. within search.php page
- Archive.php filtered by pre-determined category
- Category being displayed without base parmalink
- How to change category and year archive permalinks/rewrite rules?
- Restoring default article pagination on archives – Removing custom limits
- Category archive rewrite rule to include category/subcategory?
- wp_dropdown_categories() scripts working erratically on sidebar
- Yearly Archive for Categories with dropdown
- Multiple Loops on category.php with pagination on last loop
- How to get latest posts from each category in regular order
- Category archives with monthly pagination
- Customize category page for different custom taxonomies
- Category archive is displaying all posts rather than the specific category
- Display posts from a category
- How to Remove a Title from All Category and Tags Page?
- category__not_in and id values from variable
- Use premade array as categories in wp_query?
- About title on a page
- why get_the_post_thumbnail( the_ID()) echos extra post id
- display category list year wise in wordpress
- WP_Query – using category__and when one of the categories is 0
- More efficient way to list posts by category [duplicate]
- Query posts by views on category page
- Problem with multiple loops in wordpress theme
- Are term_taxonomy_id and term_id the same? [duplicate]
- Displaying year once in category.php [duplicate]
- Using in ‘category_name’ in ‘$query->set();’?
- Custom Page Template Category loop not functioning correctly
- Show Secondary Sidebar on Category pages (archive)
- How can I use AJAX with check-box categories?
- Select posts that match multiple category names, must match all categories listed
- How to display the 5 latest post titles but allow only 1 in there of a specific category
- show only sub categories if available?
- exclude certain categories form archive widget
- Different post slug based on archive
- List of post categories only associated to another custom taxonomy
- How do I make an array to get the category name, dynamically, in an archive template?
- How to prevent WordPress from redirecting single page to prefixed category archive with same name?
- Display all posts from specific category
- Meta Box: display single image on an archive-template
- Make category archives page in menu non-clickable
- show image gallery in archives or category page
- Custom Category Archive Pages
- How to get get_categories()’s ‘hide_empty’ argument to work with global year var in the archive template?
- Show full category tree for a year with all post titles?
- How to display total views of all posts of one category?
- Create monthly archive for parent category
- Unable to get all tags from specific categories
- $args Orderby The number
- How to count the number of monthly archive?
- Transfering static site to wordpress and retaining category by month paginations
- Conditional statements based on custom meta value in category archives
- Querying Multiple Categories With Different Offsets
- Custom Category Page Not Working [duplicate]
- Search tag within category
- WP_query exclude a category unless it has more than one catagory
- Show only one category in main query, issues on tag page
- How do i add custom post types to this query?
- Determine the category that an archive-page is for
- Easiest way to display post archives in category-then-alphabetical order?
- Narrow Down a Shop Page Results Based on a Product Tag in WooCommerce
- Main loop querying current template’s info only in custom category archive pages, not my posts
- Trying to WP_Query a category
- AZ Directory posts directory index
- Category archive page has two URLs even when default theme is active with no active plugins
- Sort Category Archive pages and place sticky posts first
- Is there a standard “Archive” block that shows ALL posts from a specified category?