# wpforo/1.0.2/wpf-themes/classic/404.php

wpForo Forum, version 1.0.2. 21 lines.

- Page: https://pluginprobe.com/plugins/wpforo/1.0.2/code/wpf-themes/classic/404.php
- Raw: https://pluginprobe.com/plugins/wpforo/1.0.2/raw/wpf-themes/classic/404.php
- Modified: 2016-09-10T17:20:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wpforo/1.0.2/code/wpf-themes/classic/404.php#L10-L20`.

```php
<?php
	// Exit if accessed directly
	if( !defined( 'ABSPATH' ) ) exit;
?>

<p id="wpforo-title"><?php wpforo_phrase('Forum - Page Not Found') ?></p>

<div class="wpforo-404-wrap">
	<div class="wpforo-404-content">
		<div class="wpf-404 wpfcl-b">404</div>
		<p class="wpfcl-5" style="text-align:center; font-size:18px;"><?php wpforo_phrase('Oops! The page you requested was not found!') ?></p>
		<p class="wpf-404-desc">
		<?php echo sprintf( wpforo_phrase('You can go to %s page or Search here', FALSE), '<a href="' . WPFORO_BASE_URL . '">' . wpforo_phrase('Forum Home', FALSE) . '</a>' ); ?></p>
		<div class="wpf-search-box wpfbg-9">
			<form action="<?php echo WPFORO_BASE_URL ?>" method="get">
				<p><input type="text" name="wpfs" class="wpf-search-field wpfw-60" /> <input type="submit" class="wpf-search" value="<?php wpforo_phrase('Search') ?> &raquo;" /></p>
			</form>
		</div>
	</div>
</div>
<p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p>
```
