You can add to the end of theme’s header.php
file this:
if( is_single() ) {
global $wp_query;
$wp_query->set_404();
status_header( 404 );
get_template_part( '404' );
exit();
}
Note that the get_template_part( '404' )
function needs 404.php
file in your theme directory.
Related Posts:
- How to detect single.php (but not single-portfolio.php)?
- Custom Single Post By Category
- Using single.php from plugin folder instead of default template folder
- Custom permalink structure only for default posts
- Related Posts by Multiple Tags?
- How do I create a link that will always show the latest post?
- Post X of Y in single.php / sidebar.php
- HTML code in Custom field
- How to have different content in the loop and single
- Single.php Active Category Class
- How to add shortcode tags in single.php [closed]
- get_terms parent for current product only
- custom single.php not working
- How to display different single post template based on author?
- how load content as pop-up using ajax
- Disable single post page
- how to know if the post has pagination () or not
- Remove arrows from previous and next link
- “next_posts_link” and “previous_posts_link” display me NOTHING
- Custom Post Templates
- Add code just after Post content
- Pagination on single post page?
- Restrict post navigation to current sub menu
- Can’t get the_content of the parent page from its single post?
- Show all posts in sidebar in single.php
- How to show single post page as home page
- Using wp_list_categories like the the_category (showing just current categories of a post)
- How can I make a post that belongs to a category or have specific tags, display different from the other single posts?
- Display all posts that were published before full post on single.php
- Add Read More Tag to a post content (Single.php)
- If in_category not working for multiple single.php pages
- Single.php – Get Current Parent Category
- Insert sometext after first h3 in content
- Thumbnail Image to go in the post aswell
- Add get_the_tags() to Single Posts section via functions.php
- Is it possible to customize the post according to post format in single.php?
- Multiple comment forms on a single page
- Post type no single page
- Single Post in Tab/Slider
- Defined function isn’t showed on page
- get_previous_post() while accounting for sticky posts
- wp-link-pages in header and footer of the post
- Changing wp_link_pages() to “Next Page” and “Previous Page” buttons?
- Attachment image single page
- Nest Next and Previous in a href with class that has a background image
- Making a wordpress page print friendly
- WordPress single.php different layouts projects / posts
- Can I style single post that are in multiple catergories?
- “Home” Page now only displaying the single latest post
- How to save template data into wp_post table (post_content column)
- WordPress – When visiting a `single post/ single.php` my category menu item link becomes active
- How do I change the template specifically for single posts?
- Show single post child category from a determined parent
- out of nowhere
- WP posts using index.php instead of single.php
- Single post shows post three times
- How do I check if a post is password protected?
- display multiple posts and posts content on a single URL
- Pagination for single post
- Get the category of post
- Only show related posts when another post has same term
- List posts of assigned categories in list of all categories on single.php
- Is possible to do this from function.php
- Custom Single Post Type not referring to single-post-type.php File
- Hide Certain Tags on Single Post Page
- Thumbnail With Next/Prev Links Not Showing Next Post?
- Add wp-link-pages to post
- Pagination and Related Posts
- Single post page from static home not working
- Get current post’s child page?
- 1 post, 2 templates
- Wrap div-tag around posts in page
- Insert Shortcode exactly at the end of the content
- WordPress More tag doesn’t work on Single post
- No matching template found when using single.php
- how show post date for specific post?
- Show Next/Previous without Link
- Do I use custom post type or something else?
- How to permanently delete a post meta entry?
- Disabled wp-cron, set up system cron but still have missed schedule posts
- Get Image tag from content of post
- Automatically create a new page daily with last three posts
- Add filter to the end of the post
- Indirect modification of overloaded property WP_Post::$ancestors has no effect
- How can I insert a new markup element after 4 posts automatically? [closed]
- the_excerpt is displaying excerpts of every post
- Sidebar on single.php not showing up
- remove all custom post created
- Hide content from Post Preview
- Pagination for posts inside a specific category
- Creating a redirect option for current page url
- How to edit a custom theme?
- How to put the author of the post in the comments?
- Creating Ordered Query using Meta_key
- Is there a Standard Format for Clean URLs for Archives of Custom Posts?
- Post restoration
- Assign a link of a post to that contains that post?
- wp_query posts sorting doesn’t work
- There is a page on my website that doesn’t show in the Pages section of WordPress [closed]
- Difficulty hiding a span per a body class within WordPress