Skip to content

Instantly share code, notes, and snippets.

@shemul49rmc
Created October 25, 2013 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shemul49rmc/7160336 to your computer and use it in GitHub Desktop.
Save shemul49rmc/7160336 to your computer and use it in GitHub Desktop.
How to Insert Image in 404 Page:
<?php if (is_404() ){ ?>
<p><a href="your homepage URL, if you want to make it link, other wise delete this part"><img class=aligncenter src="http://i.imgur.com/igTYtrd.png" alt="404 page" width="400" height="383"></p>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment