Skip to content
View jessrodier's full-sized avatar

Block or report jessrodier

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Adding custom settings fields to Wor... Adding custom settings fields to WordPress backend (goes in functions.php).
    1
    // Add Custom Fields to General Settings Page
    2
    add_action('admin_init', 'my_general_section');  
    3
    function my_general_section() { 
    4
      // Create General Info Section
    5
      add_settings_section(  
  2. Customize the WordPress login page (... Customize the WordPress login page (goes in functions.php).
    1
    // Customize Login Page
    2
    add_action( 'login_enqueue_scripts', 'style_login_page' );
    3
    function style_login_page() { 
    4
    ?> 
    5
      <style type="text/css"> 
  3. Gulpfile for WordPress projects (usi... Gulpfile for WordPress projects (using Gulp 4). Used to minify images, compile/autoprefix/minify SCSS (and use source maps), and uglify JS (and use source maps). Also spins up browsersync for watching files and reloading the browser - I use WAMP on my Windows 10 PC, but MAMP for Mac OS should work as well.
    1
    'use strict'; // Strict Mode
    2
    
    
    3
    const
    4
      { src, dest, task, watch, series, parallel } = require('gulp'),
    5
      imagemin = require('gulp-imagemin'),
  4. practice-angular-shopping-list practice-angular-shopping-list Public

    Practice Angular shopping list application.

    HTML

  5. first-gatsby-project first-gatsby-project Public

    A high performance skeleton starter for GatsbyJS that focuses on SEO/Social features/development environment.

    JavaScript

  6. FS-Modern-Squirrel FS-Modern-Squirrel Public

    A clean, but content-rich, modern theme for Freshservice portals.

    10