building on chrisguitarguy’s answer here is a quick snippet you can drop in your theme’s functions.php file to do job
add_action('template_redirect', 'wpse69948_archive_disabler');
function wpse69948_archive_disabler()
{
if(is_tag() || is_category() || is_date() || is_author())
{
global $wp_query;
$wp_query->set_404();
}
}
Related Posts:
- How to get category and archive title?
- Category archive by year with permalink support /category/YYYY
- How To Modify The Loop in archives.php To Have 11 Posts Per Page and CSS Styling
- 404 Error On Category and Tags Pages
- Force WordPress to Show Pages Instead of Category
- Sort posts by tags in category pages
- 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?
- How to create a widgetized sidebar for every category dynamically?
- List Categories of the Parent Category of the Current Category
- How would you create a “weekly” archive?
- Sticky Posts Not Sticking to Top of Category Archive
- Category Specific Archive
- wp_list_categories, Add class to all list items with children
- Are Custom Taxonomy Templates Possible?
- Check is category parent or not from its ID
- I want exclude the particular category in sidebar
- How to filter archives both by category and tag?
- Display only posts from referred category on date archive page
- Using widget logic I want to show only a widget on the archive page if there are no posts
- What type of page should i use? static page or category page? and what’s the difference? [closed]
- How to show in search results posts with a particular tag in a particular category?
- How can I get an tag to wrap each ancestor that gets outputted in this condition?
- Display “add to cart” button on every listing in product category page?
- If category is in parent category?
- WordPress categories being called “archives” in google links. How to remove?
- Sorting posts by season
- Rename Default Category (Uncategorized) Via a Function
- weekly archive for custom category
- WP_Query() returns null when results exist!
- WordPress subcategories return 404 in custom template
- How to remove category titles?
- Getting URL of archive (category) page
- Archives for each category on WP Multisite
- Category index featured image
- How to change category and year archive permalinks/rewrite rules?
- Get parrent category name
- Restoring default article pagination on archives – Removing custom limits
- Category archive rewrite rule to include category/subcategory?
- add_rewrite_endpoint returns 404 on archives
- Multiple category archive page
- Custom archive.php: retrieve right post categories?
- wp_dropdown_categories() scripts working erratically on sidebar
- Yearly Archive for Categories with dropdown
- Category archives with monthly pagination
- Customize category page for different custom taxonomies
- Add tag parameter to category.php
- Random Featured Image Based on Category
- add slug beside name in Admin Category Checklists
- Category archive is displaying all posts rather than the specific category
- How to Remove a Title from All Category and Tags Page?
- Change div background acording to the selected category
- About title on a page
- why get_the_post_thumbnail( the_ID()) echos extra post id
- Image loading function not working on archive.php template
- display category list year wise in wordpress
- How to use wp_list_categories with plugin category?
- WordPress showing wrong category name
- Problem with multiple loops in wordpress theme
- Displaying year once in category.php [duplicate]
- what file I need to create to work date archive links?
- Show Secondary Sidebar on Category pages (archive)
- Redirect depending on category chosen
- How to load several hierarchical categories from functions.php
- Displaying a custom field in Category Archives
- Change Default Content when Creating a Post based on Previous Category Choice
- How to add a custom thumbnail size for a specific category?
- show only sub categories if available?
- create function to call category name and slug
- Redirect Problems with Archive Page and GET variables
- Different size video display for category page (smaller) & detail page (larger)
- 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
- Customizing the output of the archive and category widget without altering the original behavior of the widget
- Custom Category Archive Pages
- How to get get_categories()’s ‘hide_empty’ argument to work with global year var in the archive template?
- How to display total views of all posts of one category?
- Code to display category-specific single.php is overriding normal single.php, too
- Create monthly archive for parent category
- 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
- date.php shows all posts. how to fix it?
- Function to list posts from current post’s category fails in WP 3.8
- Archives and category of authors
- Search tag within category
- Show only one category in main query, issues on tag page
- Determine the category that an archive-page is for
- Easiest way to display post archives in category-then-alphabetical order?
- How to show monthly archive posts?
- AZ Directory posts directory index
- Category archive page has two URLs even when default theme is active with no active plugins
- Sorting past events by month