• Resolved VDPloeg

    (@vdploeg)


    How would I customize the 404 page? I opened 404.php and found this:

    <?php get_header(); ?>
    
    <?php get_template_part('content', '404'); ?>
    
    <?php get_footer(); ?>

    Found content-404.php and see how to edit text but not sure how to add an image.

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    You can add an image using an HTML img element like this:

    <img src="https://imageurl.com" />

    You’ll want to add it within the article element. Any HTML you add there will show up within the normal content area.

Viewing 1 replies (of 1 total)
  • The topic ‘Customize 404’ is closed to new replies.