Skip to content

Instantly share code, notes, and snippets.

@codesauceuk
codesauceuk / wp-config.php
Last active August 3, 2022 03:14
WordPress WP Config Optimisations
/* APIs */
define( 'WPCOM_API_KEY', 'xoxoxox' );
define( 'WP_ROCKET_CF_API_KEY', 'xoxoxox' );
define ('IMAGIFY_API_KEY', 'xoxoxox' );
define( 'ACF_PRO_LICENSE', 'xoxoxox' );
/* MySQL Settings */
define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
@codesauceuk
codesauceuk / 404.php
Last active August 3, 2022 03:14
WordPress 404 Page
<?php get_header(); ?>
<section id="404">
<div class="404-heading">
@codesauceuk
codesauceuk / page-sitemap.php
Last active March 22, 2023 13:53
WordPress Sitemap Page
<?php /* Template Name: Sitemap */ get_header(); ?>
<section id="sitemap">
<div class="sitemap-heading">